changes/improvements
- Updated the file save format from 4 to 5.
This means LODs will have to be regenerated.
- Removed more temporary objects, reducing garbage collection
Bugfixes
- Fixed z-fighting at +1,000,000 blocks (#37)
- Fixed file reading/writing failing when connecting to a server with a ":" in the IP (#61)
- Added barrier blocks to the list of ignored blocks
- Fixed a spelling mistake in the config
- Small misc. fixes to culling and rendering
Note:
This version has been confirmed to work in Eclipse and retail Minecraft.
(retail running Forge: 1.16.5-36.1.0)
How can I download this mod?
click the "lod_1.16.5-a1.4.1.jar" link
How to compile
- download the source code and extract it somewhere
- open a command line in the project folder
- run the command: "./gradlew build"
- the compiled jar file will be in the folder "minecraft-lod-mod-XXXXX\build\libs"