-
-
Notifications
You must be signed in to change notification settings - Fork 8
Settings
Hydr4 edited this page Jul 24, 2025
·
2 revisions
This page lists all available settings that can be configured for your custom ore generations. These settings are specific to the chosen Ore Generator and Block Selector. You can modify these values using the /oregen set value command.
-
VEIN_SIZE: The maximum number of blocks in a single ore vein. (Type: Double)
This generator has no configurable settings.
-
POSITIVE_VERTICAL_SCOPE: The positive vertical range for glowstone generation. (Type: Double) -
NEGATIVE_VERTICAL_SCOPE: The negative vertical range for glowstone generation. (Type: Double) -
HORIZONTAL_SCOPE: The horizontal range for glowstone generation. (Type: Double) -
POSITIVE_TRIES: The number of positive attempts for glowstone generation. (Type: Double) -
NEGATIVE_TRIES: The number of negative attempts for glowstone generation. (Type: Double) -
CONNECTIONS: The number of connections for glowstone generation. (Type: Double)
-
ROOT_LENGTH: The initial length of the main root. (Type: Double) -
CONTINUE_CHANCE: The percentage chance that a root branch will continue to extend or create a new sub-branch. (Type: Double) -
CONTINUE_TRIES: The number of attempts to continue a root or create a new branch at each step. (Type: Double) -
MINIMUM_LENGTH_SUBTRACTION: The minimum amount subtracted from theROOT_LENGTHfor subsequent branches. (Type: Double) -
LENGTH_SUBTRACTION_RANGE: The range (in addition toMINIMUM_LENGTH_SUBTRACTION) from which a random value is subtracted from theROOT_LENGTHfor subsequent branches. (Type: Double) -
MINIMUM_CHANCE_SUBTRACTION: The minimum amount subtracted from theCONTINUE_CHANCEfor subsequent branches. (Type: Double) -
CHANCE_SUBTRACTION_RANGE: The range (in addition toMINIMUM_CHANCE_SUBTRACTION) from which a random value is subtracted from theCONTINUE_CHANCEfor subsequent branches. (Type: Double) -
MINIMUM_TRIES_SUBTRACTION: The minimum amount subtracted from theCONTINUE_TRIESfor subsequent branches. (Type: Double) -
TRIES_SUBTRACTION_RANGE: The range (in addition toMINIMUM_TRIES_SUBTRACTION) from which a random value is subtracted from theCONTINUE_TRIESfor subsequent branches. (Type: Double) -
DOWN_CHANCE: The percentage chance that a branch will extend downwards. (Type: Double)
-
HEIGHT_RANGE: The range of Y-levels within which the block selector operates. (Type: Double) -
MINIMUM_HEIGHT: The minimum Y-level for block selection. (Type: Double) -
VEINS_PER_CHUNK: The number of times the block selector attempts to find a suitable block per chunk. (Type: Double)
-
VEINS_PER_CHUNK: The number of times the block selector attempts to find the highest suitable block per chunk. (Type: Double)