- 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:- chance:[needs testing] The chance for this feature to generate (decimal value ranging from 0-1)
- If
typeislava_lake, orwater_lake:- chance:[needs testing] The chance for this feature to generate (integer value, actual chance = 1/min(1, chance))
- 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:[needs testing]
- below_noise:[needs testing]
- above_noise:[needs testing]
- If
typeiscount_noise_biased:- noise_to_count_ratio:[needs testing]
- noise_factor:[needs testing]
- noise_offset (optional):[needs testing] 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:[needs testing] The outer configured decorator.
- inner:[needs testing] The inner configured decorator.
- If
Advertisement
Advertisement