PreGen for my own server
Sorry if this is in an FAQ I haven't been able to find out.
I run a server for a few friends. If like to preGen LODs and then manually send them to my friends.
Wondering if I can:
1. D/L the game world and load it up in single player
2. Pregen say a 500 chunk radius
3. Attach those LOD files to when I login to the actual server
4. Share folder manually with friends?
TLDR: Is it possible to move files associated with a single player world to be associated with a multiplayer one?
Thank you 🙂
Solution:Jump to solution
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
...4 Replies
Yes that's possible
/lodstored
Solution
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/
When you are done pregenning, you can just copy the SQLite file over
oh amazing thank you!!