Skip to content
This repository was archived by the owner on Sep 29, 2020. It is now read-only.
James edited this page Mar 20, 2015 · 1 revision

The Config File

dim#

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.

generation

TODO

unique_gen

TODO

Clone this wiki locally