single player LODs to server

Hypothetically, if I had a single player save of a multiplayer world, is it possible to load up all the LODs in single player, and then overwrite some file(s) for the server LOD in my client to essentially "pregenerate" them? I'm currently on the version: fabric-2.3.0-b-dev-1.21.4
Solution:
you could delete them all, join the server, and now you only have one
Jump to solution
14 Replies
Puhpine
Puhpine•5w ago
yes thats possible, simply replace the sqlite file(s) for the server with the ones in your save /lodstored
YAGPDB.xyz
YAGPDB.xyz•5w ago
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/
Puhpine
Puhpine•5w ago
this is not possible if youre using the plugin
Miggy
MiggyOP•5w ago
yup no plugin, just the normal client side mod! I have a follow up question, just a sec
Puhpine
Puhpine•5w ago
wait you're not putting DH on the server, so ignore that alright
Miggy
MiggyOP•5w ago
so I understand that the sqlite file is probably the most important bit here. Are the other folders important in terms of moving over single player LODs to the server LODs? The image is my server LODs for reference
No description
Puhpine
Puhpine•5w ago
whats in the other folders? more sqlite files?
Miggy
MiggyOP•5w ago
it appeears so
No description
Miggy
MiggyOP•5w ago
keep in mind that i've updated from an older DistantHorizons version, so this might be a red herring
Solution
Puhpine
Puhpine•5w ago
you could delete them all, join the server, and now you only have one
Miggy
MiggyOP•5w ago
oh i see, so it's no longer important to DH functioning, at least in this case
Puhpine
Puhpine•5w ago
yep
Miggy
MiggyOP•5w ago
alright, I'll try it out and I'll resolve this when I see that everything works fine 🙂 thanks a ton!
Puhpine
Puhpine•5w ago
np!

Did you find this page helpful?