{"id":16636373,"url":"https://github.com/isxander/opti-painting","last_synced_at":"2026-02-10T19:06:33.689Z","repository":{"id":239341614,"uuid":"799271078","full_name":"isXander/opti-painting","owner":"isXander","description":"Optimizes painting rendering in Minecraft","archived":false,"fork":false,"pushed_at":"2024-05-11T17:04:50.000Z","size":107,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-30T12:01:18.980Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/isXander.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"ko_fi":"isxander"}},"created_at":"2024-05-11T16:23:19.000Z","updated_at":"2024-06-03T13:54:49.000Z","dependencies_parsed_at":"2024-05-11T17:45:10.345Z","dependency_job_id":null,"html_url":"https://github.com/isXander/opti-painting","commit_stats":null,"previous_names":["isxander/opti-painting"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/isXander/opti-painting","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isXander%2Fopti-painting","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isXander%2Fopti-painting/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isXander%2Fopti-painting/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isXander%2Fopti-painting/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isXander","download_url":"https://codeload.github.com/isXander/opti-painting/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isXander%2Fopti-painting/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29313092,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T17:48:59.043Z","status":"ssl_error","status_checked_at":"2026-02-10T17:45:37.240Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T06:06:39.741Z","updated_at":"2026-02-10T19:06:33.586Z","avatar_url":"https://github.com/isXander.png","language":"Java","funding_links":["https://ko-fi.com/isxander"],"categories":[],"sub_categories":[],"readme":"# OptiPainting\n\n_Optimized painting rendering_\n\n## What's this mod do?\n\n- This mod optimizes the rendering of paintings, by not rendering the sides of the painting that are never visible.\n- In 24w18a, Mojang added data-driven paintings, which allows for custom paintings to be added to the game, up to 16x16 in size.\n  This mod removes that limit and allows you to have paintings of any size.\n\n## How's it optimized?\n\nIf you have a look at a painting, you'll notice that on the sides there is a 2px indented frame,\nso it sticks out from the wall. In vanilla, these faces are rendered for every single block that the painting is made of.\nThis is a waste of resources, as the faces are never visible. This mod fixes that by not rendering these faces.\n\nThis may seem like a small optimization, but these tiny faces are equivalent to the full block face, so:\n\n- Front - 4 vertices\n- Back - 4 vertices\n- ~~Top - 4 vertices~~\n- ~~Bottom - 4 vertices~~\n- ~~Left - 4 vertices~~\n- ~~Right - 4 vertices~~\n\nMakes a total of 24 vertices per block on vanilla. And 8 vertices per block on OptiPainting.\n\n**That's a 66% reduction in vertices!**\n\n- If you have a 16x16 painting, that's 256 blocks, which is 6144 vertices in vanilla, and 2048 vertices in OptiPainting.\n- If you have a super-large 64x64 painting, that's 4096 blocks, which is 98304 vertices in vanilla, and 32768 vertices in OptiPainting.\n\n| With OptiPainting                                                                                                              | Without OptiPainting                                                                                                              |\n|--------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|\n| ![Comparison (with OptiPainting)](https://cdn.modrinth.com/data/EYUuZlGR/images/81a562cd40da0fe5fdbbdbf32ba666d67fc61917.webp) | ![Comparison (without OptiPainting)](https://cdn.modrinth.com/data/EYUuZlGR/images/cd958a7c9c2064e970db96d42bc603730284d1c7.webp) |\n\n_This example is rendered without the back face to demonstrate what the mod does.\nYou can see the back of the painting in vanilla and with the mod. (For now!!)_\n\nObviously, if you only have the occasional painting in your world, you won't notice much of a difference, but it\nis free optimization none-the-less!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisxander%2Fopti-painting","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisxander%2Fopti-painting","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisxander%2Fopti-painting/lists"}