aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/makamys/lodmod/mixin/MixinWorldRenderer.java
AgeCommit message (Expand)Author
2022-06-07Fix meshes not getting deleted when their world renderers are deletedmakamys
2022-06-06Move Tessellator#toChunkMesh to ChunkMesh classmakamys
2022-06-04Watch chunk visibility via hooks instead of pollingmakamys
2022-06-03Make it work with fast rendermakamys
2022-06-03Add more options to enable usage as renderer replacermakamys
2021-06-16Fix wrong mixin target in MixinWorldRenderermakamys
2021-06-04Make WorldRenderer safermakamys
2021-05-19Disable chunk meshes because they're so memory leakymakamys
2021-05-10Fix invisible chunks in OptiFinemakamys
2021-05-09Render in two passes, no more G to sortmakamys
2021-05-08less flickermakamys
2021-05-07Rename MyRenderer to LODRenderermakamys
2021-05-07Refactor MyRenderer to use a singleton instead of being staticmakamys
2021-05-07Port mod from MCP to Forge!makamys