DH Plugin - Remove LODs from a Dimension
Does anyone know how I can delete the LODs from the Overworld using the Distant Horizons plugin?
Solution:Jump to solution
One would need a DB viewer/program to only delete the table/db from inside the file
7 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
- 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
It should be there, unless the plugin does stuff differently, which I'm not sure if it does or not
Doesn’t plugin hold all the dimensions in 1 DB?
Solution
One would need a DB viewer/program to only delete the table/db from inside the file
Oh yeah that's true
Yup, correct. I guess this is something it would be nice to have a command for