<?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.16.200.52</id>
	<title>Minecraft:Bedrock Edition beta 1.16.200.52 - 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.16.200.52"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Bedrock_Edition_beta_1.16.200.52&amp;action=history"/>
	<updated>2026-04-09T10:53:12Z</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.16.200.52&amp;diff=47913&amp;oldid=prev</id>
		<title>imported&gt;NovaBot: Bot: Change pseudo headers according to MCW:PSEUDO</title>
		<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Bedrock_Edition_beta_1.16.200.52&amp;diff=47913&amp;oldid=prev"/>
		<updated>2025-02-07T23:37:37Z</updated>

		<summary type="html">&lt;p&gt;Bot: Change pseudo headers according to &lt;a href=&quot;/index.php?title=MCW:PSEUDO&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;MCW:PSEUDO (page does not exist)&quot;&gt;MCW:PSEUDO&lt;/a&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=Goat1.16.200.52.jpg&lt;br /&gt;
|image2=Bedrock 1.16.200.52.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.16.20052.0&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Xbox One&amp;#039;&amp;#039;&amp;#039;: 1.16.20052.70&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Android&amp;#039;&amp;#039;&amp;#039;: 1.16.200.52&amp;lt;br&amp;gt;&lt;br /&gt;
|parent=1.16.200&lt;br /&gt;
|date=&amp;#039;&amp;#039;&amp;#039;Xbox One, Windows 10, Android:&amp;#039;&amp;#039;&amp;#039; October 28, 2020&lt;br /&gt;
|prevparent=1.16.101&lt;br /&gt;
|prev=beta 1.16.200.51&lt;br /&gt;
|next=beta 1.16.200.53&lt;br /&gt;
|nextparent=1.16.201&lt;br /&gt;
}}&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Beta 1.16.200.52&amp;#039;&amp;#039;&amp;#039; is the second beta version for [[Minecraft:Bedrock Edition 1.16.200]], released on October 28, 2020,&amp;lt;ref&amp;gt;{{cite|url= https://feedback.minecraft.net/hc/en-us/articles/360051234492|title=Minecraft Beta - 1.16.200.52 (Xbox One/Windows 10/Android)|website=Minecraft Feedback|date=October 28, 2020}}&amp;lt;/ref&amp;gt; which added some of the first [[Minecraft:Caves &amp;amp; Cliffs]] features behind experimental gameplay toggle, and fixes bugs.&lt;br /&gt;
&lt;br /&gt;
== Changes ==&lt;br /&gt;
=== Blocks ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Grass Path]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Renamed to “Dirt Path”&lt;br /&gt;
* Can now be made on top or side of [[Minecraft:dirt]], [[Minecraft:coarse dirt]], [[Minecraft:mycelium]], and [[Minecraft:podzol]].&lt;br /&gt;
=== Items ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Netherite leggings]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Changed the texture of the worn netherite leggings model.&lt;br /&gt;
&lt;br /&gt;
=== General ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Scripting, Add-Ons, and Technical&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Changed {{cd|set_block}} and {{cd|set_block_at_pos}} to use {{cd|BlockDescriptor }} when specifying {{cd|block_type}}&lt;br /&gt;
* Items with the item lock component no longer cause the recipe book to show invalid recipe results&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Blocks &amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Added {{cd|query.cardinal_facing_2d}} to get a ground plane direction that doesn&amp;#039;t return up or down&lt;br /&gt;
* Added the ability to put block models into the models/blocks folder&lt;br /&gt;
* Added the ability for item triggers to send events to the block they are interacting with (when there is one such as {{cd|on_use_on}})&lt;br /&gt;
* Added the ability to query the interacted face for both interactions with blocks and using {{cd|minecraft:on_use_on}} in an item. Face can be queried with {{cd|query.block_face}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Event Responses&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* {{cd|add_mob_effect}} and {{cd|remove_mob_effect}} no longer throw content errors when valid effect names are passed in&lt;br /&gt;
* Added documentation for {{cd|remove_mob_effect}} to make creators aware they can use the value &amp;quot;all&amp;quot; in effect to remove all mob effects from a target&lt;br /&gt;
&lt;br /&gt;
== Experimental ==&lt;br /&gt;
These additions and changes are accessible by enabling the &amp;quot;[[Minecraft:Caves &amp;amp; Cliffs]]&amp;quot; experimental toggles.&lt;br /&gt;
&lt;br /&gt;
=== Blocks ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Powder Snow]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Currently only available through the creative inventory.&lt;br /&gt;
* Entities, including mobs and players, can enter powder snow blocks.&lt;br /&gt;
** Their movement is slowed down while inside, and fall damage is ignored.&lt;br /&gt;
** Powder snow can be climbed similar to ladders or scaffolding. Downward movement cannot be accelerated.&lt;br /&gt;
* Have a slightly different texture than regular snow blocks.&lt;br /&gt;
* When the player is inside the block, a powder snow block fog is rendered around them and an overlay texture is rendered on the HUD.&lt;br /&gt;
* Currently behind [[Minecraft:Experimental Gameplay]] toggle ([[Minecraft:Caves and Cliffs]] sub-toggle)&lt;br /&gt;
&lt;br /&gt;
=== Items ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Goat Horn]]s&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Dropped by a goat if it rams into a block.&lt;br /&gt;
* When {{ctrl|used}} for a short period of time, it makes a sound identical to the horn heard during [[Minecraft:raid]]s.&lt;br /&gt;
* Currently behind [[Minecraft:Experimental Gameplay]] toggle ([[Minecraft:Caves and Cliffs]] sub-toggle)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Spawn Egg]]s&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Added [[Minecraft:goat]] spawn [[Minecraft:egg]]s.&lt;br /&gt;
** Currently behind [[Minecraft:Experimental Gameplay]] toggle ([[Minecraft:Caves and Cliffs]] sub-toggle)&lt;br /&gt;
&lt;br /&gt;
=== Mobs ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Goat]]s&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Spawn in the [[Minecraft:Extreme Hills]] biome.&lt;br /&gt;
* Take reduced fall damage.&lt;br /&gt;
* Will sometimes attempt to ram other mobs, including players.&lt;br /&gt;
** The ram target can be up to 16 blocks away, but the ram itself only goes 9 blocks. Goats will attempt to get closer to targets that are too far to be reached.&lt;br /&gt;
** Have a cooldown of 10 to 15 seconds between attacks.&lt;br /&gt;
** Will not attack goats and shulkers. &lt;br /&gt;
** Ram will be canceled if attacked.&lt;br /&gt;
* Drops a horn when they ram into a tree.&lt;br /&gt;
* Can be bred with wheat.&lt;br /&gt;
** Breeding results in 3 to 8 baby goats.&lt;br /&gt;
* Have {{hp|10}} health.&lt;br /&gt;
* On death, they do not drop items, but adults will drop experience.&lt;br /&gt;
* Can be milked with a bucket, similar to cows.&lt;br /&gt;
* Can be attached to a [[Minecraft:lead]].&lt;br /&gt;
* Currently behind [[Minecraft:Experimental Gameplay]] toggle ([[Minecraft:Caves and Cliffs]] sub-toggle).&lt;br /&gt;
&lt;br /&gt;
== Fixes ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Performance and Stability&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Fixed several crashes that could occur during gameplay&lt;br /&gt;
* Large numbers of scheduled instant updates should no longer crash the game ({{bug|MCPE-94942}})&lt;br /&gt;
* Fixed occasional crash when going through a portal or flying around&lt;br /&gt;
* Fixed a crash that would occasionally occur while flying or moving around the game world&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;General&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Only preview items will be shown in crafting screen when auto crafting an item on controller. This prevents rapid updates of the recipe book&lt;br /&gt;
* Fixed a bug where End Portal blocks were not removed after an End Portal Frame block is destroyed. Filled blocks other than end portal blocks will remain in place&lt;br /&gt;
* Fixed paperdoll such that it can now always be rotated with the mouse when in the dressing room ({{bug|MCPE-101210}})&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Accessibility&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Emote wheel now supports the screen reader&lt;br /&gt;
* Fixed a bug where UI screen reader did not read the screen title and shortcut buttons on the Invite to game Screen&lt;br /&gt;
* Fixed an issue where the screen reader was not reading updates often enough on some devices&lt;br /&gt;
* Fixed the screen reader so messages with controller icons in the Chat Screen are read correctly&lt;br /&gt;
* UI Screen Reader now reads the Open Chat Message while Text To Speech For Chat is turned off&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Gameplay&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Double chests no longer lose contents when reloading the world ({{bug|MCPE-102970}})&lt;br /&gt;
* Compass is no longer consumed when used on a Lodestone in creative mode ({{bug|MCPE-96258}})&lt;br /&gt;
* Cocoa Pods generated in jungle now generate in the proper direction ({{bug|MCPE-102399}}) &lt;br /&gt;
* Signs no longer replace decorations when attempting to place in the same space as the decoration&lt;br /&gt;
* Right-clicking a snow block with a shovel no longer breaks the snow block&lt;br /&gt;
* Dirt paths (formerly grass path) can now be made by using a shovel on dirt, podzol, mycelium or course dirt (as well as grass)&lt;br /&gt;
* Updated the Netherite leggings texture ({{bug|MCPE-103016}})&lt;br /&gt;
* Twisting Vines can no longer be placed on Composter blocks while sneaking ({{bug|MCPE-78973}})&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Mobs&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Villagers will no longer steal workstations from each other ({{bug|MCPE-43071}})&lt;br /&gt;
* Mobs no longer randomly stop attacking and following their targets ({{bug|MCPE-48144}})&lt;br /&gt;
* Piglins that are close together can no longer pick up the same item if it&amp;#039;s dropped between them&lt;br /&gt;
* Mobs no longer spawn in Wither Roses ({{bug|MCPE-97331}})&lt;br /&gt;
* Bees now only exit at the front of Bee Hives and Bee Nests&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Commands&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* {{cmd|playsound}} commands now play the sound correctly for all players in range&lt;br /&gt;
* {{cmd|effect}} command duration is now capped at 1,000,000 seconds ({{bug|MCPE-92916}})&lt;br /&gt;
* Add ticking area commands performed in the same tick now disallow adding areas with the same name twice&lt;br /&gt;
* Placeholder text message for the {{cmd|titleraw}} command success no longer returns to player ({{bug|MCPE-63618}})&lt;br /&gt;
* {{cd|FadeOut}} argument is no longer ignored in {{cmd|title}}&amp;#039;s times command&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Graphics, Textures, and User Interface&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Update Zombified Piglin texture to remove flickering of loincloth ({{bug|MCPE-96793}})&lt;br /&gt;
* &amp;quot;Classic Controls - Intense&amp;quot; font color now matches the surrounding text in VR Controls menu&lt;br /&gt;
* [X] button in Chat Settings is no longer present when using a controller&lt;br /&gt;
* Profile screen has been improved, now characters will be visible and can be selected or modified as soon as they load&lt;br /&gt;
* Fixed a bug where the visual focus indicator was lost when hovering on tabs&lt;br /&gt;
* Glowsticks no longer use placeholder textures (Education Feature) ({{bug|MCPE-45686}}, {{bug|MCPE-68417}})&lt;br /&gt;
* Loading screen tips won&amp;#039;t display the key {{cd|tips.game.62}}&lt;br /&gt;
* Avoid purchasing Realm if player cancels out of &amp;quot;Purchase History Needed&amp;quot; dialog&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Technical &amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Fixed face occlusion with data driven blocks to properly account for unit cube transparent vs unit cube opaque&lt;br /&gt;
* Fixed a crash caused by heap corruption with {{cd|entity_collision}} and {{cd|pick_collision}} components&lt;br /&gt;
* Data-driven blocks no longer have their top faces rotated 180 degrees when carried or in inventory ({{bug|MCPE-63134}})&lt;br /&gt;
* Mobs are no longer teleported back and forth outside solid objects if there is not enough space for multiple entities ({{bug|MCPE-101202}})&lt;br /&gt;
* Fixed items not being placeable in additional horse equipment slots. Does not fix all equippable behaviors&lt;br /&gt;
* Inventory size on the {{cd|minecraft:inventory}} component has to be increased to match the equippable slots in order for the server to accept the item placement&lt;br /&gt;
* The tooltip for item with item lock component will no longer show when game rule showtags is disabled&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.16.200.52]]&lt;br /&gt;
[[Minecraft:es:Bedrock Edition beta 1.16.200.52]]&lt;br /&gt;
[[Minecraft:fr:Édition Bedrock bêta 1.16.200.52]]&lt;br /&gt;
[[Minecraft:ja:Bedrock Edition beta 1.16.200.52]]&lt;br /&gt;
[[Minecraft:pt:Edição Bedrock beta 1.16.200.52]]&lt;br /&gt;
[[Minecraft:ru:Beta 1.16.200.52 (Bedrock Edition)]]&lt;br /&gt;
[[Minecraft:zh:基岩版1.16.200.52]]&lt;/div&gt;</summary>
		<author><name>imported&gt;NovaBot</name></author>
	</entry>
</feed>