- The root tag
- type: The type of configured decorator. Must be one of the types listed below.
- config: The settings for this configured decorator. The settings vary depending on
type. Any name not listed under this tag has no settings; however, they must still include an emptyconfigobject in their definition.- If
typeischance,lava_lake, orwater_lake:- chance:[needs testing] The chance for this feature to generate. Calculated by
1 / chance.
- chance:[needs testing] The chance for this feature to generate. Calculated by
- If
typeiscount,fire,glowstone, orcount_multilayer:- count:[needs testing]
- Uniform Int with
minBase-10,maxBase128, andmaxSpread128
- Uniform Int with
- count:[needs testing]
- If
typeiscount_noise:- noise_level: Determines the threshold within the Perlin noise of when to use
below_noiseorabove_noise. - below_noise: Determines the count placed when the noise is below
noise_level. - above_noise: Determines the count placed when the noise is above
noise_level.
- noise_level: Determines the threshold within the Perlin noise of when to use
- If
typeiscount_noise_biased:- noise_to_count_ratio: Determines the count features generated at the peak noise.
- noise_factor: Determines the size of the affected region, scales Perlin noise.
- noise_offset (optional): Determines the threshold of the "positive" area, where features are generated. Ranges from -1 to 1, defaults to 0 if not provided.
- If
typeiscount_extra:- count:[needs testing]
- extra_chance:[needs testing]
- extra_count:[needs testing]
- If
typeisrange,range_biased, orrange_very_biased:- bottom_offset (optional):[needs testing] Defaults to 0 if not provided.
- top_offset (optional):[needs testing] Defaults to 0 if not provided.
- maximum (optional):[needs testing] Defaults to 0 if not provided.
- If
typeisdepth_average:- baseline:[needs testing]
- spread:[needs testing]
- If
typeiscarving_mask:- step:[needs testing] The carving generation step; either
"air"or"liquid" - probability:[needs testing]
- step:[needs testing] The carving generation step; either
- If
typeisdecorated:- outer: The outer configured decorator.
- inner: The inner configured decorator.
- If
Advertisement
Advertisement