Multiplayer…
I have an SQLite file of a bunch of LODs. Now I want to use them on multiplayer but the server side fork is a bit unstable. However I was told that I could just use client side DH as long and the LODs were pre generated. I just don’t know where to put the SQLite file to play on a server with the client side mod.
2 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/