<?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%3ABedrock_Edition_beta_1.18.0.20</id>
	<title>Minecraft:Bedrock Edition beta 1.18.0.20 - 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%3ABedrock_Edition_beta_1.18.0.20"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Bedrock_Edition_beta_1.18.0.20&amp;action=history"/>
	<updated>2026-04-09T03:32:53Z</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:Bedrock_Edition_beta_1.18.0.20&amp;diff=47963&amp;oldid=prev</id>
		<title>imported&gt;NRPAN1: /* Fixes */</title>
		<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Bedrock_Edition_beta_1.18.0.20&amp;diff=47963&amp;oldid=prev"/>
		<updated>2026-02-01T09:25:51Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Fixes&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Infobox version&lt;br /&gt;
|edition=Bedrock&lt;br /&gt;
|image=Bedrock 1.18.0.20 PatchNotes.jpg&lt;br /&gt;
|image2=Bedrock 1.18.0.20.png&lt;br /&gt;
|type=Beta&lt;br /&gt;
|internal=&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Windows&amp;#039;&amp;#039;&amp;#039;: 1.18.20.0&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Xbox One&amp;#039;&amp;#039;&amp;#039;: 1.18.20.70&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Android&amp;#039;&amp;#039;&amp;#039;: 1.18.0.20&amp;lt;br&amp;gt;&lt;br /&gt;
|parent=1.18.0&lt;br /&gt;
|date=&amp;#039;&amp;#039;&amp;#039;Xbox, Windows 10, Android&amp;#039;&amp;#039;&amp;#039;: October 6, 2021&lt;br /&gt;
|prevparent=1.17.41&lt;br /&gt;
|prev=&lt;br /&gt;
|next=beta 1.18.0.21&lt;br /&gt;
|nextparent=1.18.1&lt;br /&gt;
}}&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Beta 1.18.0.20&amp;#039;&amp;#039;&amp;#039; is the first beta version for [[Minecraft:Bedrock Edition 1.18.0]], released on October 6, 2021,&amp;lt;ref&amp;gt;{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/4410756779405|title=Minecraft Beta - 1.18.0.20 (Xbox One/Windows 10/Android)|website=feedback.minecraft.net|date=October 6, 2021}}&amp;lt;/ref&amp;gt; which moved all [[Minecraft:Caves &amp;amp; Cliffs]] features out from [[Minecraft:experimental gameplay]], and fixes bugs.&lt;br /&gt;
&lt;br /&gt;
== Changes ==&lt;br /&gt;
=== World generation ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Cave]]s&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Old caves can now reach all the way to the surface.&lt;br /&gt;
* Old cave carver placement is now on parity with &amp;#039;&amp;#039;Java Edition&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Mountains]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Tweaked peaks to look more jagged on small mountains instead of looking like flat hilly mounds.&lt;br /&gt;
&lt;br /&gt;
=== General ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Chunk]]s&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Improved blending between old and new chunks.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Experimental Gameplay|Experiments]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Removed the “Caves and Cliffs” experimental toggle.&lt;br /&gt;
** All features previously locked behind this toggle are now available through normal gameplay.&lt;br /&gt;
&lt;br /&gt;
=== Technical ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Item Scripting&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Implemented first past of Item Script Components:&lt;br /&gt;
** {{cd|ItemStack}}&lt;br /&gt;
*** Exposed interfaces for accessing script-enabled {{cd|ItemComponents}} on {{cd|ItemStack}}&lt;br /&gt;
*** {{cd|hasComponent(componentId: string)}} - returns true if the {{cd|ItemStack}} has the component {{cd|[componentId]}} attached to it&lt;br /&gt;
*** {{cd|getComponent(componentId: string)}} - returns a handle to the component attached to this {{cd|ItemStack}}. Returns an undefined handle if the component does not exist or if the component is yet to be exposed to script.&lt;br /&gt;
*** {{cd|getComponents()}} - returns an array of all attached script-enabled components on this {{cd|ItemStack}}.&lt;br /&gt;
** {{cd|NumberRange}}&lt;br /&gt;
*** A class to describe a random value between a min and max number&lt;br /&gt;
*** Property {{cd|min}} - the minimum value in the range&lt;br /&gt;
*** Property {{cd|max}} - the maximum value in the range&lt;br /&gt;
*** {{cd|next()}} - returns a random number between min and max.&lt;br /&gt;
** {{cd|Items}} registry&lt;br /&gt;
*** Added {{cd|Items}} registry class to get all {{cd|Items}} by name.&lt;br /&gt;
*** {{cd|get(itemId: string)}} - returns a handle to an {{cd|ItemType}} if a type by the given name exists.&lt;br /&gt;
** Script-enabled item components&lt;br /&gt;
*** {{cd|minecraft:food}}&lt;br /&gt;
**** Read-only property {{cd|nutrition}} - number that describes how much nutrition the food item gives the player when eaten&lt;br /&gt;
**** Read-only property {{cd|saturationModifier}} - number that is the saturation modifier used to apply the saturation buff when eaten&lt;br /&gt;
**** Read-only property {{cd|canAlwaysEat}} - if true the player can always eat the specified item (even when not hungry).&lt;br /&gt;
**** Read-only property {{cd|usingConvertsTo}} - string name of the item that the food item will be converted into when eaten. If empty, the item will not convert into anything else.&lt;br /&gt;
*** {{cd|minecraft:durability}}&lt;br /&gt;
**** Read-only property {{cd|maxDurability}} - the number that is the amount of damage this item can take before breaking&lt;br /&gt;
**** Read-only property {{cd|damageRange}} - a {{cd|NumberRange}} describing the chance of the item losing durability&lt;br /&gt;
**** Property {{cd|damage}} - gets or sets the current damage on the {{cd|ItemStack}}.&lt;br /&gt;
**** {{cd|&amp;lt;nowiki&amp;gt;getDamageChance(unbreaking: number = &amp;lt;level&amp;gt;)&amp;lt;/nowiki&amp;gt;}} - gets the maximum chance that the item would be damaged using the {{cd|damageRange}} property if given an {{cd|unbreaking}} level. The incoming {{cd|unbreaking}} parameter must be greater than 0&lt;br /&gt;
&lt;br /&gt;
== Fixes ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Caves &amp;amp; Cliffs&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Water no longer generates floating in caves. ({{bug|MCPE-141424}})&lt;br /&gt;
* [[Minecraft:Meadow]] flowers no longer replace blocks in [[Minecraft:villages]] or other structures. ({{bug|MCPE-141378}})&lt;br /&gt;
* Tuff [[Minecraft:Blob|blob features]] now generate below y=0. ({{bug|MCPE-141452}})&lt;br /&gt;
* [[Minecraft:Deepslate]] patches no longer generate above y=0. ({{bug|MCPE-141330}})&lt;br /&gt;
* [[Minecraft:Amethyst geode]]s now get placed in the correct y-range during [[Minecraft:world generation]]. ({{bug|MCPE-141326}})&lt;br /&gt;
* [[Minecraft:Mineshaft]] tunnels cannot replace bedrock anymore. ({{bug|MCPE-141123}})&lt;br /&gt;
* Fixed an issue that prevented large trees from growing below y=0. ({{bug|MCPE-126254}})&lt;br /&gt;
* Small [[Minecraft:dripleaf]] now properly generates as part of the Lush Caves biome. ({{bug|MCPE-125799}})&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Stability and Performance&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Players are no longer disconnected if the server and client have different runtime [[Minecraft:block IDs]].&lt;br /&gt;
* Optimized the time it takes to place vines in [[Minecraft:the Overworld]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Accessibility&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Added the missing [[Minecraft:Narrator|screen reader]] on the “Controller lost connection” prompt.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Commands&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Order of function calls triggered by {{cd|[[Minecraft:Commands/execute|/execute]]}} inside a function is now consistent. ({{bug|MCPE-111849}})&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Gameplay&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Corrected [[Minecraft:nether portal]] locations when the portal was moved but the location was not updated. ({{bug|MCPE-28765}})&lt;br /&gt;
* Breaking a block below fire no longer creates an invisible fire block when the {{cd|doFireTick}} [[Minecraft:gamerule]] is disabled. ({{bug|MCPE-101371}})&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;General&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Players with higher than recommended [[Minecraft:render distance]] settings are now prompted to change it to the recommended value.&lt;br /&gt;
* Render distance default and max settings have been updated for better performance&lt;br /&gt;
* A prompt now warns players that they will be taken back to the main menu if they sign in while in-game.&lt;br /&gt;
* Added caching support for [[Minecraft:subchunk]] requests and fixed issues with holes in the terrain.&lt;br /&gt;
* Fixed a rendering error that could occur when attempting to render a [[Minecraft:vanilla]] [[Minecraft:mob]] in a base game version prior to the version that mob was introduced through JSON files.&lt;br /&gt;
* Most content errors and warnings now only display once per [[Minecraft:world]]. ({{bug|MCPE-135153}})&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Graphical&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* The [[Minecraft:carved pumpkin]] enchantment glint now only covers the item instead of the entire slot. ({{bug|MCPE-68219}})&lt;br /&gt;
* Fixed a bug that could occur on older worlds where looking up in a [[Minecraft:minecart]] would display the inside of the minecart, blocking the player&amp;#039;s view.&lt;br /&gt;
* Updated item rendering so [[Minecraft:enchanted]] items are no longer invisible in [[Minecraft:the Nether]]. ({{bug|MCPE-116880}})&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Marketplace&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* The store update prompt no longer appears without internet connection or on session start failure.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Mobs&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [[Minecraft:Mobs]] can now path over [[Minecraft:trapdoors]].&lt;br /&gt;
* Mobs no longer walk through [[Minecraft:campfires]]. ({{bug|MCPE-142054}})&lt;br /&gt;
* [[Minecraft:Axolotl]]s now animate correctly when airborne. ({{bug|MCPE-131322}})&lt;br /&gt;
* [[Minecraft:Axolotl]]s can no longer spawn in [[Minecraft:The End]], as well as [[Minecraft:The Nether]] if there is a large amount of water. ({{bug|MCPE-130734}})&lt;br /&gt;
**This fix was not mentioned in the changelog.&lt;br /&gt;
* [[Minecraft:Sweet berry bush]]es now damage mobs. ({{bug|MCPE-56142}}, {{bug|MCPE-140012}})&lt;br /&gt;
* Mobs no longer try to path through sweet berry bushes.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;User Interface&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [[Minecraft:Structure block]]s can now be saved and loaded within the current [[Minecraft:dimension]]&amp;#039;s height limits. ({{bug|MCPE-122643}})&lt;br /&gt;
* Fixed an issue where searching for non-existent content brought up the incorrect &amp;quot;1 result&amp;quot; message.&lt;br /&gt;
* Fixed overlapping text on offerings occurring on 4:3 resolution screens.&lt;br /&gt;
* Fixed [[Minecraft:Java Edition]] parity while lying in bed in multiplayer game. A message will show how many players are lying in [[Minecraft:bed]] while waiting for all players to fall asleep.&lt;br /&gt;
* Provided better visual feedback and hints for different render distance settings.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Vanilla Parity&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Changed the raid [[Minecraft:bossbar]] color from pink to red. ({{bug|MCPE-46047}})&lt;br /&gt;
* [[Minecraft:Raid]] mobs now despawn after a raid ends if every player moves far away enough from them.&lt;br /&gt;
* [[Minecraft:Vindicators]] no longer naturally spawn in [[Minecraft:patrols]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Villages&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*The [[Minecraft:Hero of the Village]] effect now applies to all players who helped kill a [[Minecraft:raider]] once a raid is defeated; the effect also remains on the players, even if they travel outside the [[Minecraft:village]]. ({{bug|MCPE-53384}})&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
== Navigation ==&lt;br /&gt;
{{Navbox Bedrock Edition versions|1.1x}}&lt;br /&gt;
&lt;br /&gt;
[[Minecraft:de:Bedrock Edition beta 1.18.0.20]]&lt;br /&gt;
[[Minecraft:es:Bedrock Edition beta 1.18.0.20]]&lt;br /&gt;
[[Minecraft:ja:Bedrock Edition beta 1.18.0.20]]&lt;br /&gt;
[[Minecraft:pt:Edição Bedrock beta 1.18.0.20]]&lt;br /&gt;
[[Minecraft:ru:Beta 1.18.0.20 (Bedrock Edition)]]&lt;br /&gt;
[[Minecraft:zh:基岩版1.18.0.20]]&lt;/div&gt;</summary>
		<author><name>imported&gt;NRPAN1</name></author>
	</entry>
</feed>