Differentiating between multiple overworld worlds
Hello,
I have a PaperMC minecraft server with multiple worlds of the overworld type (some build worlds, survival and some testing worlds). The mod combines all these worlds to me except for one. So four worlds share the chunks, but one doesnt.
Does anyone know how to make all of them separate, so i dont have chunks from the surival world in a superflat build world.
Thanks for help,
Solution:Jump to solution
multiverse support should have prevented this. try editing your multiverse support number
6 Replies
Solution
multiverse support should have prevented this. try editing your multiverse support number
you do need to reset your LODs now unfortunately, by deleting your sqlite files
/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/
wait multiverse support? with the clientside mod?
yep
oh found it.