Chunk Tower
1.20.1, Forge, Singleplayer.
No clue why this is happening. I saw some other posts here saying to break a few blocks in the chunk and then to wait, but this did not fix it.

Solution:Jump to solution
This is the only way to fix it, here are a bit more details about it if you want to try again: https://discord.com/channels/881614130614767666/1385832852989677660/1395013914189893664
6 Replies
you need to wait a few minutes after breaking/placing a few blocks
you can also try increasing the CPU load setting to speed it up
Yes, I have stated, I have already tried that and it did not work after even 1 hour
Solution
This is the only way to fix it, here are a bit more details about it if you want to try again: https://discord.com/channels/881614130614767666/1385832852989677660/1395013914189893664
Outside of that you can only reset your LODs by deleting the LOD DB
!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/
Server Mod
- Overworld: SERVER_FOLDER/world/data/DistantHorizons.sqlite
- Nether: SERVER_FOLDER/world/DIM-1/data/DistantHorizons.sqlite
- End: SERVER_FOLDER/world/DIM1/data/DistantHorizons.sqlite
- Custom Dimensions: SERVER_FOLDER/world/DIMENSION_FOLDER/data/DistantHorizons.sqlite
Server Plugin
All dimensions in one file: SERVER_FOLDER/plugins/DHSupport/data.sqlite
NOTE:
Sometimes there might be 2 additional files next to the main one with extensions .sqlite-wal
and .sqlite-shm
If there are, all 3 should be treated as a single file, a.k.a. moved, deleted, backed-up always together!
If you don't, the database will become corrupted.Yeah, this worked. Thank you.