Pregened World Not Loading Chunks
Pregened a world with a 10000 radius then moved it over to the server but it has stopped rendering after a certain amount has been loaded.
(Fabric 1.21.5)

Solution:Jump to solution
Using Chunky to pregenerate for DH is not recommended for several reasons. The first one is the swiss cheese that might show up when using chunky while DH is installed. The second reason is that it's pointless, as DH has a build in pregenerator that is better integrated than chunky:
- It saves space by only storing LODs, not normal chunks
- It is faster to use DH's pregenerator to generate the LODs than first using chunky to generate the normal chunks, and then using DH to convert the normal chunks to LODs
- It is part of DH, and therefore always/only called when DH needs it
- Chunky calculates it's radius in blocks, confusing the user if they are not aware of this
...
6 Replies
What have you used for the pregen?
I used chunky, chunks load fine in singleplayer just multiplayer seems to be having the issue.
/chunky
Solution
Using Chunky to pregenerate for DH is not recommended for several reasons. The first one is the swiss cheese that might show up when using chunky while DH is installed. The second reason is that it's pointless, as DH has a build in pregenerator that is better integrated than chunky:
- It saves space by only storing LODs, not normal chunks
- It is faster to use DH's pregenerator to generate the LODs than first using chunky to generate the normal chunks, and then using DH to convert the normal chunks to LODs
- It is part of DH, and therefore always/only called when DH needs it
- Chunky calculates it's radius in blocks, confusing the user if they are not aware of this
Distant Horizons' built-in LOD pregenerator is enabled by default, and can be sped up or slowed down by changing the
Cpu Load
in DH's settings, or disabled by turning off Distant Generation.
If you want to pregenerate both LODs and normal chunks, set the Distance Generator Mode to Internal Server
under Advanced, World Generator. This will of course take up quite a lot more storage space. Make sure you have C2ME installed if you want to use Internal Server, as the generation speed will be crap if you don't.
Note, this also applied to other similar pregeneration mods.Chunky creates issues with DH
Also it does not pregen any LODs, only vanilla chunks
It is best to use DH for pregen
It does not create issues and is faster
Seeing the random LODs on the SS
I think it would be best to delete all DH LODs and start the LOD generation again
You can also try running DH pregen
Gotcha, I’ll start on it today. I appreciate the help and info