<?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.17.10.22</id>
	<title>Minecraft:Bedrock Edition beta 1.17.10.22 - 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.17.10.22"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Bedrock_Edition_beta_1.17.10.22&amp;action=history"/>
	<updated>2026-04-09T12:33:09Z</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.17.10.22&amp;diff=47948&amp;oldid=prev</id>
		<title>imported&gt;LauraFii at 05:17, 26 March 2026</title>
		<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Bedrock_Edition_beta_1.17.10.22&amp;diff=47948&amp;oldid=prev"/>
		<updated>2026-03-26T05:17:32Z</updated>

		<summary type="html">&lt;p&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.17.10.22 PatchNotes.jpg&lt;br /&gt;
|image2=Bedrock 1.17.10.22.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.17.1022.0&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Xbox One&amp;#039;&amp;#039;&amp;#039;: 1.17.1022.70&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Android&amp;#039;&amp;#039;&amp;#039;: 1.17.10.22&amp;lt;br&amp;gt;&lt;br /&gt;
|parent=1.17.10&lt;br /&gt;
|date=&amp;#039;&amp;#039;&amp;#039;Xbox, Windows 10, Android&amp;#039;&amp;#039;&amp;#039;: June 9, 2021&lt;br /&gt;
|prevparent=1.17.2&lt;br /&gt;
|prev=beta 1.17.10.21&lt;br /&gt;
|next=beta 1.17.10.23&lt;br /&gt;
|nextparent=1.17.11&lt;br /&gt;
}}&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Beta 1.17.10.22&amp;#039;&amp;#039;&amp;#039; is the third beta version for [[Minecraft:Bedrock Edition 1.17.10]], released on June 9, 2021,&amp;lt;ref&amp;gt;{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/4402696446989|title=Minecraft Beta - 1.17.10.22 (Xbox One/Windows 10/Android)|website=feedback.minecraft.net|date=June 9, 2021}}&amp;lt;/ref&amp;gt; which adds [[Minecraft:candle]]s, and fixes bugs.&lt;br /&gt;
&lt;br /&gt;
== Additions ==&lt;br /&gt;
=== Blocks ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Candle]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Crafted with [[Minecraft:honeycomb]] and [[Minecraft:string]].&lt;br /&gt;
* Comes with 16 dyed types and a yellowish non-dyed type. &lt;br /&gt;
* Can be lit by any item that produces fire.&lt;br /&gt;
* Up to 4 can be placed in a single block, similar to [[Minecraft:sea pickle]]s, for a maximum light level of 12.&lt;br /&gt;
** Only candles of the same color can be placed on the same block.&lt;br /&gt;
* Only one can be placed on an uneaten cake and lit.&lt;br /&gt;
** If any of the cake is consumed, the candle pops off.&lt;br /&gt;
&lt;br /&gt;
=== Command format ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;{{cmd|dialogue}}&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Used to create multi-page dialogues with branching narrative for NPCs via dialogue JSON files.&lt;br /&gt;
&lt;br /&gt;
== Changes ==&lt;br /&gt;
=== Mobs ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Axolotl]]s &amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Now only spawn in total darkness.&lt;br /&gt;
&lt;br /&gt;
=== Technical ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;GameTest Framework&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Renamed &amp;lt;code&amp;gt;World.event.weatherChanged&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;World.event.changeWeather&amp;lt;/code&amp;gt;&lt;br /&gt;
* Added event &amp;lt;code&amp;gt;World.event.addEffect&amp;lt;/code&amp;gt;&lt;br /&gt;
** Fires when an effect is applied to an entity.&lt;br /&gt;
* Added event &amp;lt;code&amp;gt;World.event.createEntity&amp;lt;/code&amp;gt;&lt;br /&gt;
** Fires when an entity is added to the world.&lt;br /&gt;
* Removed function &amp;lt;code&amp;gt;World.addEventListener&amp;lt;/code&amp;gt;&lt;br /&gt;
* Changed function &amp;lt;code&amp;gt;getDuration()&amp;lt;/code&amp;gt; to property &amp;lt;code&amp;gt;duration&amp;lt;/code&amp;gt;&lt;br /&gt;
* Changed function &amp;lt;code&amp;gt;getAmplifier()&amp;lt;/code&amp;gt; to property &amp;lt;code&amp;gt;amplifier&amp;lt;/code&amp;gt;&lt;br /&gt;
* Added property &amp;lt;code&amp;gt;displayName&amp;lt;/code&amp;gt;&lt;br /&gt;
** Gets the display name of the effect&lt;br /&gt;
&lt;br /&gt;
== Fixes ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Gameplay&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Falling Anvils and Stalactites now deal damage to mobs when landing in liquid&lt;br /&gt;
* Fixed a bug where players going through Cobwebs would take fall damage before hitting the ground ({{bug|MCPE-121550}})&lt;br /&gt;
* Descending through Powder Snow with touch controls now uses the same button as descending through Scaffolding&lt;br /&gt;
* Vanilla Parity: Empty Buckets can no longer be used to collect Fish&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Mobs&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Axolotls now only spawn in complete darkness&lt;br /&gt;
* Iron Golems and Evokers are no longer sometimes aggressive on Peaceful difficulty ({{bug|MCPE-47012}})&lt;br /&gt;
* Glow Squid now darkens to match the surrounding light level when hurt ({{bug|MCPE-121754}})&lt;br /&gt;
* When Goats are performing a ram attack, mobs will no longer retaliate against the Goats ({{bug|MCPE-129619}})&lt;br /&gt;
* Fixed a warning that could appear in splitscreen when encountering Guardians&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Character Creator&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Featured item thumbnails now remain within the featured items window&lt;br /&gt;
* The &amp;quot;Choose New Skin&amp;quot; button now shows up even when there is no imported custom skin ({{bug|MCPE-128971}})&lt;br /&gt;
* The &amp;quot;Choose New Skin&amp;quot; button no longer disappears after selecting the slim custom option&lt;br /&gt;
* Fixed an issue that was causing the player&amp;#039;s head to not animate properly with emotes ({{bug|MCPE-126902}})&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Technical&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Fixed experimental &amp;#039;query.target&amp;#039; to work on client-side queries&lt;br /&gt;
* Players will now be given a content error when custom recipes are invalid&lt;br /&gt;
* Renamed {{cd|minecraft:scaffolding_climber}} to {{cd|minecraft:block_climber}}, it now processes climbing both Scaffolding and Powder Snow&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.17.10.22]]&lt;br /&gt;
[[Minecraft:es:Bedrock Edition beta 1.17.10.22]]&lt;br /&gt;
[[Minecraft:fr:Édition Bedrock bêta 1.17.10.22]]&lt;br /&gt;
[[Minecraft:pt:Edição Bedrock beta 1.17.10.22]]&lt;br /&gt;
[[Minecraft:ru:Beta 1.17.10.22 (Bedrock Edition)]]&lt;br /&gt;
[[Minecraft:zh:基岩版1.17.10.22]]&lt;/div&gt;</summary>
		<author><name>imported&gt;LauraFii</name></author>
	</entry>
</feed>