Strange Underwater Chunk Error
It only occurs underwater, I couldn't find any documentation for this particular rendering glitch.
8 Replies
Also, my clouds seem to be affected and constrained by vanilla render distance?
This is a known issue with 2.0.1
Get the nightly build from #links-n-downloads , delete your LODs, and let them regenerate
/lodstored
Single Player:
- Overworld:
.minecraft/saves/WORLD_NAME/data/DistantHorizons.sqlite
- Nether: .minecraft/saves/WORLD_NAME/DIM-1/data/DistantHorizons.sqlite
- End: .minecraft/saves/WORLD_NAME/DIM1/data/DistantHorizons.sqlite
- Custom Dimensions: .minecraft/saves/WORLD_NAME/DIMENSION_FOLDER/data/DistantHorizons.sqlite
Multiplayer:
- .minecraft/Distant_Horizons_server_data/SERVER_NAME/
DH doesn't touch vanilla rendering, thus this limitation will likely never be fixed or worked around (it would require rewriting Minecraft's cloud system entirely)
Sodium extra can extent clouds
LODs would still be layered under causing some really wacky overlapping problems
Jep that's true
I see, thanks!