trying to make it work with a private server

Im attempting to use DH with a server with my gf, but for whatever reason it wont allow me to grab chunks that i havent been in yet. the LOD works with chunks i have been in. I have increased the possible render distance in my server to 256 but it doesnt change anything. any ideas?
8 Replies
TheNewSky
TheNewSky3mo ago
LOD chunks won’t generate outside your render distance on servers
evan
evan3mo ago
without it running server side, the server has no way of sending you DH data
TheNewSky
TheNewSky3mo ago
If you want to have a wide area generate then you need to generate the LODs in single player on the same seed then drag the LOD data into the folder for the server Although if there are structures in your server those won’t appear until you get closer and the LODs update /lodstored
YAGPDB.xyz
YAGPDB.xyz3mo 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/
Traversky
Traversky3mo ago
I've been trying to do that but it's not updating when I rejoin the server. I only need the one .sqlite file right?
TheNewSky
TheNewSky3mo ago
yea The LODs just aren't loading in?
Traversky
Traversky3mo ago
Yeah I go into the single player on the same seed generated all in and then bring it into the server file path and it just doesn't load in