<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Minecraft%3ACustom_world_generation%2Fheight_provider</id>
	<title>Minecraft:Custom world generation/height provider - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Minecraft%3ACustom_world_generation%2Fheight_provider"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Custom_world_generation/height_provider&amp;action=history"/>
	<updated>2026-05-10T06:17:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.sasgaming.net/index.php?title=Minecraft:Custom_world_generation/height_provider&amp;diff=107003&amp;oldid=prev</id>
		<title>SyncBot: Sync: new page from Minecraft</title>
		<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Custom_world_generation/height_provider&amp;diff=107003&amp;oldid=prev"/>
		<updated>2026-05-07T11:06:02Z</updated>

		<summary type="html">&lt;p&gt;Sync: new page from Minecraft&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;div class=&amp;quot;treeview&amp;quot;&amp;gt;&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;Specifying a constant height:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
** {{nbt inherit/vertical_anchor}}&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;Either specifying a constant height directly as above, or specifying the types and additional fields as below:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
** {{nbt|string|type}}: The type of the height provider. One of &amp;lt;code&amp;gt;constant&amp;lt;/code&amp;gt; (specify a constant height), &amp;lt;code&amp;gt;uniform&amp;lt;/code&amp;gt; (random value in a uniform distribution), &amp;lt;code&amp;gt;biased_to_bottom&amp;lt;/code&amp;gt; (random value, biased towards the bottom), &amp;lt;code &amp;gt;very_biased_to_bottom&amp;lt;/code&amp;gt; (random value, stronger biased towards the bottom), &amp;lt;code&amp;gt;trapezoid&amp;lt;/code&amp;gt; (random value, isosceles trapezoidal distribution), and &amp;lt;code&amp;gt;weighted_list&amp;lt;/code&amp;gt; (random value from a weighted list).&lt;br /&gt;
**; If &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; is &amp;lt;code&amp;gt;constant&amp;lt;/code&amp;gt;, additional fields are as follows&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
** {{nbt|compound|value}}: The vertical anchor to use as constant height.&lt;br /&gt;
*** {{nbt inherit/vertical_anchor}}&lt;br /&gt;
**; If &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; is &amp;lt;code&amp;gt;uniform&amp;lt;/code&amp;gt;, additional fields are as follows&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
** {{nbt|compound|min_inclusive}}: The vertical anchor to use as minimum height.&lt;br /&gt;
*** {{nbt inherit/vertical_anchor}}&lt;br /&gt;
** {{nbt|compound|max_inclusive}}: The vertical anchor to use as maximum height.&lt;br /&gt;
*** {{nbt inherit/vertical_anchor}}&lt;br /&gt;
**; If &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; is &amp;lt;code&amp;gt;biased_to_bottom&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;very_biased_to_bottom&amp;lt;/code&amp;gt;, additional fields are as follows&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
** {{nbt|compound|min_inclusive}}: The vertical anchor to use as minimum height.&lt;br /&gt;
*** {{nbt inherit/vertical_anchor}}&lt;br /&gt;
** {{nbt|compound|max_inclusive}}: The vertical anchor to use as maximum height.&lt;br /&gt;
*** {{nbt inherit/vertical_anchor}}&lt;br /&gt;
** {{nbt|int|inner}}: (optional, defaults to 1). Value between 1 and &amp;lt;code&amp;gt;max_height - min_height&amp;lt;/code&amp;gt; from anchors (inclusive). Graph below {{nbt|int|inner}} (inclusive) looks like a random distribution and above looks like an exponential distribution. &amp;lt;code&amp;gt;very_biased_to_bottom&amp;lt;/code&amp;gt; will have a sharper exponential distribution.&lt;br /&gt;
**; If &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; is &amp;lt;code&amp;gt;trapezoid&amp;lt;/code&amp;gt;, additional fields are as follows&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
** {{nbt|compound|min_inclusive}}: The vertical anchor to use as minimum height.&lt;br /&gt;
*** {{nbt inherit/vertical_anchor}}&lt;br /&gt;
** {{nbt|compound|max_inclusive}}: The vertical anchor to use as maximum height.&lt;br /&gt;
*** {{nbt inherit/vertical_anchor}}&lt;br /&gt;
** {{nbt|int|plateau}}: (optional, defaults to 0) The length of the range in the middle of the trapezoid distribution that has a uniform distribution.&lt;br /&gt;
**; If &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; is &amp;lt;code&amp;gt;weighted_list&amp;lt;/code&amp;gt;, additional fields are as follows&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
** {{nbt|list|distribution}}: (Cannot be empty) A random weighted pool of height providers.&lt;br /&gt;
*** {{nbt|compound}} One entry in the random pool.&lt;br /&gt;
**** {{nbt|int|data}}: A height provider.&lt;br /&gt;
***** {{nbt inherit/height_provider}}&lt;br /&gt;
**** {{nbt|int|weight}}: The weight of this entry.&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Minecraft:fr:Génération du monde personnalisée/Fournisseur de hauteur]]&lt;br /&gt;
[[Minecraft:ja:ワールド生成のカスタマイズ/height provider]]&lt;br /&gt;
[[Minecraft:pt:Geração de mundo personalizado/provedor de altura]]&lt;br /&gt;
[[Minecraft:zh:自定义世界生成/height provider]]&lt;/div&gt;</summary>
		<author><name>SyncBot</name></author>
	</entry>
</feed>