Skip to content
Nononitas edited this page May 29, 2021 · 2 revisions

The ROOT_GENERATOR generated multiple roots which are going downwards and to the site. Each generated blocks has a chance to generate a new root.

It has ten setting:
ROOT_LENGTH: The length of a individuate root. The default value is 0
CONTINUE_CHANCE: The chance, that a new root is created. The default value is 0
CONTINUE_TRIES: How often it tries per block to continue. The default value is 0
MINIMUM_LENGTH_SUBTRACTION: How much from the ROOT_LENGTH gets subtracted minimum. The default value is 0
LENGTH_SUBTRACTION_RANGE: The range from which the ROOT_LENGTH is additionally shortened. The default value is 0
MINIMUM_CHANCE_SUBTRACTION: How much from the CONTINUE_CHANCE gets subtracted minimum. The default value is 0
CHANCE_SUBTRACTION_RANGE: The range from which the CONTINUE_CHANCE is additionally shortened. The default value is 0
MINIMUM_TRIES_SUBTRACTION: How much from the CONTINUE_TRIES gets subtracted minimum. The default value is 0
TRIES_SUBTRACTION_RANGE: The range from which the CONTINUE_TRIES is additionally shortened. The default value is 0
DOWN_CHANCE: The chance, that a root is going down. The default value is 0



Clone this wiki locally