sharing lods in a server
hello, so i was wondering if there is a way to make it so DH already has the LOD data of the world without having to go and visit each chunk? i'm playing in multiplayer hosting with apex and also have sodium, indium, etc loaded.
help is appreciated ty
4 Replies
Or generate the lods in singleplayer and copy them over
/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/
@eden Did that solve your issue?