aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/lodmod.mixin.json
AgeCommit message (Collapse)Author
2021-05-09Patch RenderBlocks to not render sides of water on the edge of the worldmakamys
2021-05-07Refactor MyRenderer to use a singleton instead of being staticmakamys
This should help with memory leaks and clean up the code a bit
2021-05-07Port mod from MCP to Forge!makamys
The only known regression is the sides of LOD=1 chunks look darker for some reason
2021-05-06Print farPlaneDistance in setupCameraTransformmakamys
2021-05-06Initial commit (basic Mixin setup)makamys