Compare commits

...

2 Commits

Author SHA1 Message Date
James Seibel 81f11269f8 Fix a spelling mistake 2021-02-28 22:25:20 -06:00
James Seibel c6f06a6fd4 Update the readme to reflect the state of this branch 2021-02-28 22:02:43 -06:00
3 changed files with 12 additions and 3 deletions
+12 -3
View File
@@ -1,7 +1,16 @@
This program is an attempt to create Level Of Details (LODs) in Minecraft.
The purpose is to increase the maximum view distance in game
This program is an attempt to implement a Level Of Detail system for Minecraft.
With the purpose of increasing the maximum view distance in game without harming performance.
Used in congunction with:
Forge version: 1.12.2-14.23.5.2847
Notes:
This version will run in eclipse perfectly fine, but will not work correctly
in retail Minecraft. Specifically the core mod doesn't work in retail minecraft,
which means that LODs will be drawn on top of normal terrain.
This version also doesn't work with optifine at all, since it breaks the core mod.
Used in conjunction with:
https://gitlab.com/jeseibel/minecraft-lod-core-mod
Binary file not shown.