put singleplayer data in multiplayer data
how do you put the LOD data from a singleplayer world to a multiplayer server?
6 Replies
Solution
you change the location of the sqlite file(s)
/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/
I tried doing that but it doesnt load the new LODs
is the folder supposed to be named like that
I had to restart minecraft