Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
V: Toggle world rendering
F: Switch between vanilla renderer and my renderer
Only accept keyboard presses if no gui is active
|
|
It was the cause of the poor performance. Now the mod consistently
gives a substantial FPS boost compared to OptiFine alone.
|
|
|
|
Increases fps from 340 to 360 when rendering nothing
|
|
|
|
|
|
|
|
The microoptimization hath begun
|
|
|
|
|
|
|
|
The LODMod.hideUnderVanillaChunks = true case is handled like garbo
still, but I don't care about it right now
|
|
|
|
This didn't seem to change anything, though
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This was an uncommitted change
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I got NPEs here, this should fix it
|
|
Serene Seasons changes biomes to be colder in certain seasons, making
LODMod think there should be snow there, while no snow is actually
generated. Setting this config option to true fixes this mismatch.
|
|
|
|
|
|
|
|
|
|
Fixes an IndexOutOfBoundsException that happened when I died (I guess the player
list is empty while you're respawning)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I did this in an attempt to fix a bug I had with OWG, but it turned out to be
caused by something else. Still, accessing the server's data structures from
the client thread is bad form, so I'll keep it like this.
|
|
Fixed gradle failing to run for me
|