Age | Commit message (Expand) | Author |
---|---|---|
2021-05-20 | When a chunk is loaded, update its model | makamys |
2021-05-19 | Make amount of chunk loads per tick configurable | makamys |
2021-05-19 | Only tick once per tick | makamys |
2021-05-19 | Fix NPE that can happen in onWorldUnload | makamys |
2021-05-11 | Set FOG_END as well | makamys |
2021-05-10 | Setup fog distance using Forge event | makamys |
2021-05-10 | Make things work nicer if LODRenderer is inactive | makamys |
2021-05-07 | Implemented loading | makamys |
2021-05-07 | Save ChunkMeshes to disk (no loading yet) | makamys |
2021-05-07 | Add used RAM and mesh count to F3 | makamys |
2021-05-07 | Add VRAM meter to F3 overlay | makamys |
2021-05-07 | Rename MyRenderer to LODRenderer | makamys |
2021-05-07 | Refactor MyRenderer to use a singleton instead of being static | makamys |
2021-05-07 | Port mod from MCP to Forge! | makamys |
2021-05-06 | Initial commit (basic Mixin setup) | makamys |