aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/makamys/lodmod/mixin/MixinRenderGlobal.java
AgeCommit message (Collapse)Author
2022-06-06Improve keyboard handlingmakamys
V: Toggle world rendering F: Switch between vanilla renderer and my renderer Only accept keyboard presses if no gui is active
2022-06-03Make it work without OptiFinemakamys
2022-06-03Make it work with fast rendermakamys
2021-05-10Fix invisible chunks in OptiFinemakamys
2021-05-10Move my render hook before renderSortedRenderersmakamys
2021-05-10Make things work nicer if LODRenderer is inactivemakamys
2021-05-08Do some cleaning in LODRenderermakamys
2021-05-08add an isActive checkmakamys
2021-05-08less flickermakamys
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