Server: Does pregen generate LODs for Chunks that aren't generated yet?
I read the Wiki page for server side DH. There it is explained how to generate chunks alongside LODs.
If I don't do this, will there be LODs generated for chunks that aren't yet generated?
or will it just generate outwards for thechunks that are generated.
Context: I want to generate LODs for us, but we have a long strip of generated chunks away from spawn towards a base location. I would want to have LODs for those chunks, but not all other chunks beside them.
4 Replies
LODs for ungenerated chunks will be created unless the distant generation mode is set to pre-existing only
Ok thx.
Where would I change the mode? Is it in a config or command?
server side either in config or via the command
Great. Thanks so much!