Preload for server with singleplayer ?
Ok so, I'm playing on a server and I'm using Bobby, the seed from the server is also available so I've paste all Bobby chunks data into the map in singleplayer, so I can fly around and DH is generating everything fine (slow sometimes but whatever).
I tried pasting the sqlite from the singleplayer world into the server folder, but DH isn't showing anything nor generating anything either, until I delete the sqlite.
Is it doable and if yes, what did I do wrong ?
6 Replies
as long as you got your file paths correct it'll work
/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/
Solution
i do this all the time so it's absolutely possible
hmm. I guess the path was correct because DH was working, then it wasn't showing anything after I paste the file from the singleplayer world when I joined the server again, until I delete the sqlite 🤔
were you in a world/server when you copied the file over?
I believe I wasn't, I read a bit the different questions asked and I saw that a restart of the game is often required for changes like that
I'll try again and be sure to not be next time
But thanks for confirming it's doable, it's mostly this point I wanted to know