Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 81f11269f8 | |||
| c6f06a6fd4 |
+12
-3
@@ -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.
Binary file not shown.
Reference in New Issue
Block a user