aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/makamys/lodmod/LODMod.java
AgeCommit message (Expand)Author
2021-05-20When a chunk is loaded, update its modelmakamys
2021-05-19Make amount of chunk loads per tick configurablemakamys
2021-05-19Only tick once per tickmakamys
2021-05-19Fix NPE that can happen in onWorldUnloadmakamys
2021-05-11Set FOG_END as wellmakamys
2021-05-10Setup fog distance using Forge eventmakamys
2021-05-10Make things work nicer if LODRenderer is inactivemakamys
2021-05-07Implemented loadingmakamys
2021-05-07Save ChunkMeshes to disk (no loading yet)makamys
2021-05-07Add used RAM and mesh count to F3makamys
2021-05-07Add VRAM meter to F3 overlaymakamys
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
2021-05-06Initial commit (basic Mixin setup)makamys