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
SPINZ
SPINZ8mo ago
/lodstored
YAGPDB.xyz
YAGPDB.xyz8mo ago
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/
ErikderFreak
ErikderFreakOP8mo ago
Thank you! That’s amazing.

Did you find this page helpful?