importing LOD's from one person to another
so im having an issue where (for background context) my pc died and had to replace it, so lost a ton of LOD data for a server i am on. my friend gave my his sqlite file from ~2.3.2 of DH and im on 2.3.6, however after replacing my file with his, it instead gives me a blank LOD in game instead.
how would i go about making it so his LOD's are brought to me?
3 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/
Server Mod
- Overworld: SERVER_FOLDER/world/data/DistantHorizons.sqlite
- Nether: SERVER_FOLDER/world/DIM-1/data/DistantHorizons.sqlite
- End: SERVER_FOLDER/world/DIM1/data/DistantHorizons.sqlite
- Custom Dimensions: SERVER_FOLDER/world/DIMENSION_FOLDER/data/DistantHorizons.sqlite
Server Plugin
All dimensions in one file: SERVER_FOLDER/plugins/DHSupport/data.sqlite
NOTE:
Sometimes there might be 2 additional files next to the main one with extensions .sqlite-wal and .sqlite-shm
If there are, all 3 should be treated as a single file, a.k.a. moved, deleted, backed-up always together!
If you don't, the database will become corrupted.See the NOTE section
Outside of that, just put the data back in the correct place
If you don’t know where exactly, join the world and replace whatever was created by DH
Whenever you touch the databases make sure the game is closed
(both for you when you when you put the database in the correct, and for your friend when you send you their database)