Server-side generation question: LODs vs chunks

Team, I've been following the server-side generation threads and am eager to start testing it in my server. But before doing so, can you please help me understand a few technical details? Will the server only generate LODs but not actual chunks? I'm asking that because I'm wondering what happens when the server is upgraded and i.e. a new biome (read the Pale Garden) is introduced. If the chunks were generated the upgrade will have no effect. If only the LODs were generated, the new terrain will generated after the upgrade when users visit it and I expect the LODs to eventually update to reflect that too.
5 Replies
Puhpine
Puhpine2mo ago
It only generates LODs. You won't have to travel thousands of blocks after an update just because you generated with DH
Miki_P98
Miki_P982mo ago
Unless you change the distant generation option to Internal Server that saves vanilla chunks + I don’t think the LoDs will update to show new biomes You won’t need to go thousands of blocks, but you won’t see the biome until you enter it
Gabriel Montes
Gabriel MontesOP4w ago
You won’t need to go thousands of blocks, but you won’t see the biome until you enter it
That's what I want. Thanks!
change the distant generation option to Internal Server
How do I do this? I want to make sure I don't do so. I don't want vanilla chunks to be generated, just LODs, so when the server is upgraded those distant chunks have the chance to be generated with the eventual new rules.
Miki_P98
Miki_P984w ago
DH settings > Advanced options > World Generator > Distance Generator Mode Make sure it is at Features (or below) if you don't want to save vanilla chunks Make sure it is at Internal Server if you want to save the vanilla chunks
Gabriel Montes
Gabriel MontesOP2w ago
@Miki_P98 thanks a lot!

Did you find this page helpful?