Minecraft:Custom world generation/height provider
From SAS Gaming Wiki
More actions
- Specifying a constant height:
- Template:Nbt inherit/vertical anchor
- Either specifying a constant height directly as above, or specifying the types and additional fields as below:
- Template:Nbt: The type of the height provider. One of
constant(specify a constant height),uniform(random value in a uniform distribution),biased_to_bottom(random value, biased towards the bottom),very_biased_to_bottom(random value, stronger biased towards the bottom),trapezoid(random value, isosceles trapezoidal distribution), andweighted_list(random value from a weighted list).- If
typeisconstant, additional fields are as follows:
- If
- Template:Nbt: The vertical anchor to use as constant height.
- If
typeisuniform, additional fields are as follows:
- If
- Template:Nbt: The vertical anchor to use as minimum height.
- Template:Nbt: The vertical anchor to use as maximum height.
- If
typeisbiased_to_bottomorvery_biased_to_bottom, additional fields are as follows:
- If
- Template:Nbt: The vertical anchor to use as minimum height.
- Template:Nbt: The vertical anchor to use as maximum height.
- Template:Nbt: (optional, defaults to 1). Value between 1 and
max_height - min_heightfrom anchors (inclusive). Graph below Template:Nbt (inclusive) looks like a random distribution and above looks like an exponential distribution.very_biased_to_bottomwill have a sharper exponential distribution.- If
typeistrapezoid, additional fields are as follows:
- If
- Template:Nbt: The vertical anchor to use as minimum height.
- Template:Nbt: The vertical anchor to use as maximum height.
- Template:Nbt: (optional, defaults to 0) The length of the range in the middle of the trapezoid distribution that has a uniform distribution.
- If
typeisweighted_list, additional fields are as follows:
- If
- Template:Nbt: (Cannot be empty) A random weighted pool of height providers.
- Template:Nbt One entry in the random pool.
- Template:Nbt: A height provider.
- Template:Nbt: The weight of this entry.
- Template:Nbt One entry in the random pool.
Minecraft:fr:Génération du monde personnalisée/Fournisseur de hauteur Minecraft:ja:ワールド生成のカスタマイズ/height provider Minecraft:pt:Geração de mundo personalizado/provedor de altura Minecraft:zh:自定义世界生成/height provider