No distant chunks generating on server (working fine in survival)

I can't seem to get DH working properly, what did I miss? Do I need to check a certain option? Obviously that server does not have any support for DH and also will not give me the seed for pre-generation, but I want to be able to see chunks that I have already visited.
Solution:
I removed the serverdata and now it has to re-render all teh chunks, but at least it works again...
Jump to solution
9 Replies
Skillnoob_
Skillnoob_3mo ago
By default it should just work on a server and show chunks you traveled through with it enabled
Miki_P98
Miki_P983mo ago
You can try increasing the DH CPU load and moving slower
psycho
psychoOP3mo ago
well it doesnt
Skillnoob_
Skillnoob_3mo ago
log or screenshot?
psycho
psychoOP3mo ago
update
Solution
psycho
psycho3mo ago
I removed the serverdata and now it has to re-render all teh chunks, but at least it works again...
psycho
psychoOP3mo ago
I hope I can figure out how to transfer data from the old data to the new...
Skillnoob_
Skillnoob_3mo ago
!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/ 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.

Did you find this page helpful?