load world save into distant_horizons_server_data
i am playing on a server with some friends. is it possible to load the .world file into the distant_horizon_server_data so that all generated chunks are already visible?
3 Replies
Do you mean, you already have generated LODs on a singleplayer world and want these LODs to also be on the server?
If so, yes its possible. Make sure tho, the server has the exact same seed and worldgen as the singleplayer world. Then copy the Databases from the Singleplayer world into the Database locations of the server.
/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/
The Databases are located at these locations