You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 29, 2020. It is now read-only.
The first section of the config file is for general settings for a given dimension. The number is the dimension id.
height
How far up the dimension will generate. Valid values are integers between 1 and 256 inclusive.
spawn_height
What height you spawn at in the level. spawn_height is only relevant in dimensions you can respawn in. Valid values are the same as height
radius
How big the dimension is for finite dimensions. This value is in chunks. Omitting this makes a dimension infinite. Valid values are positive integers and zero. Specifying it as zero makes an empty dimension.
generation_label
What label in the next section to generate the dimension from.
unique_gen_label
What label in the next section to generate unique objects for this dimension from.