Pre-existing chunks feature generation.
I'm attempting to get feature generation for existing chunks generated with the surface generator using the pre-existing chunks only generator. It seems to only generate features for about 1 chunk outside my render distance before continuing with some unfinished groups of chunks in the distance. How would I get feature generation to replace chunks already generated with surface generation?
Solution:Jump to solution
You would have to either delete the LODs for those chunks or go to every single one of them and update them by hand
4 Replies
Solution
You would have to either delete the LODs for those chunks or go to every single one of them and update them by hand
to delete all LODs delete these databases:
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/
Sad that that's the only way I guess. R.I.P the time spent generating all those chunks on surface mode by accident.