pregenerated chunks on a server
Hi, I was wandering if it is possible to somehow download the pregenerated chunks (chunky) from my server (I host it and have access to all the files) and have distant horyzons be albe to draw the chunks on my client.
5 Replies
yes
copy the world, open it in singleplayer, load all LODs and move the LOD database to the distant_horizons_server_data folder
/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/
thanks, will try
can I somehow tell DH to lod all the generated chunks?
yes, set generation mode to pre-existing only, turn up cpu load, and wait
thanks