single player LOD to multiplayer possible?
Is it possible to pre generate LODs in singleplayer with the same seed as the server runs and then move the LODs to the server profile?
If it’s possible, where do the LODs generate and where would I have to put them?
3 Replies
/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/
Thank you! That’s amazing.