<?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.100.52</id>
	<title>Minecraft:Bedrock Edition beta 1.16.100.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.100.52"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Bedrock_Edition_beta_1.16.100.52&amp;action=history"/>
	<updated>2026-04-09T02:05:37Z</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.100.52&amp;diff=47897&amp;oldid=prev</id>
		<title>imported&gt;Steve0146 at 10:58, 4 May 2025</title>
		<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Bedrock_Edition_beta_1.16.100.52&amp;diff=47897&amp;oldid=prev"/>
		<updated>2025-05-04T10:58:34Z</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.16.100.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.10052.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.10052.70&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Android&amp;#039;&amp;#039;&amp;#039;: 1.16.100.52&amp;lt;br&amp;gt;&lt;br /&gt;
|build=4548806&lt;br /&gt;
|parent=1.16.100&lt;br /&gt;
|date=&amp;#039;&amp;#039;&amp;#039;Xbox One, Windows 10, Android:&amp;#039;&amp;#039;&amp;#039; August 19, 2020&lt;br /&gt;
|prevparent=1.16.61&lt;br /&gt;
|prev=beta 1.16.100.51&lt;br /&gt;
|next=beta 1.16.100.53&lt;br /&gt;
|nextparent=1.16.101&lt;br /&gt;
}}&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Beta 1.16.100.52&amp;#039;&amp;#039;&amp;#039; is the third beta version for [[Minecraft:Bedrock Edition 1.16.100]], released on August 19, 2020,&amp;lt;ref&amp;gt;{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/360048306131-Minecraft-Beta-1-16-100-52-Xbox-One-Windows-10-Android-|title=Minecraft Beta - 1.16.100.52 (Xbox One/Windows 10/Android)|date=August 19, 2020}}&amp;lt;/ref&amp;gt; which added new commands, more parity features from &amp;#039;&amp;#039;Java Edition&amp;#039;&amp;#039;, technical changes, and fixes bugs.&lt;br /&gt;
&lt;br /&gt;
== Additions ==&lt;br /&gt;
=== Command format ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;{{cmd|playanimation}}&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Used to run a one-off animation.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;{{cmd|ride}}&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Used to make entities ride other entities, stop entities from riding, make rides evict their riders, or summon rides or riders.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;{{cmd|structure}}&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Used to save and load structures without having to use structure blocks.&lt;br /&gt;
&lt;br /&gt;
== Changes ==&lt;br /&gt;
=== Blocks ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Brewing Stand]]s&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Can now be crafted with [[Minecraft:Blackstone]].&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Farmland]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Now gives itself when pickblocked, instead of normal dirt.&lt;br /&gt;
*Can now be obtained using {{cmd|give}} command.&lt;br /&gt;
&lt;br /&gt;
=== General ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Technical&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Updated Actor Properties. Two fields that were invalid and appeared in some vanilla content will now give a content error. The field &amp;#039;value&amp;#039; on {{cd|minecraft:can_fly}} and the property {{cd|minecraft:foot_size}} should simply be removed from any entity files.&lt;br /&gt;
* Make boat use the Buoyancy Component. Added two new components, the {{cd|inside_block_notifier}} component, which fires specified events when the actor enters or exits specified blocks, and the {{cd|out_of_control}} component, which sets a corresponding actor flag, in order to make this possible.&lt;br /&gt;
* Added error checks to parsing of minecraft shareables items. Displays content log if item name is invalid or the array is empty.&lt;br /&gt;
* Attempting to load a custom material that is not defined no longer causes a crash. A proper content error is now thrown.&lt;br /&gt;
* Exposed new data parameters to control the behavior of Drop Item For Goal. This includes: {{cd|seconds_before_pickup}}, {{cd|cooldown}}, {{cd|minimum_teleport_distance}}, {{cd|max_head_look_at_height}}, {{cd|teleport_offset}}, and {{cd|entity_types}}.&lt;br /&gt;
* Exposed new data parameters to control the behavior of Harvest Farm Block Goal, including {{cd|max_seconds_before_search}}, {{cd|search_cooldown_max_seconds}}, and {{cd|seconds_until_new_task}}. &lt;br /&gt;
* Updated the {{cd|format_versionfield}} in geometry, particles, and animation files to behave as entity behavior files do.&lt;br /&gt;
&lt;br /&gt;
* Aseprite&lt;br /&gt;
** The UI now supports using aseprite JSON files for animations, which allows more advanced animations than simple flip books.&lt;br /&gt;
&lt;br /&gt;
* Format Version Checks&lt;br /&gt;
** Updated the {{cd|format_versionfield}} in geometry, particles, and animation files to behave as entity behavior files do. &lt;br /&gt;
&lt;br /&gt;
* SetBannerDetailsFunction&lt;br /&gt;
** Now supports customizing non-Illager banners&lt;br /&gt;
** Up to 6 patterns and colors can be specified.&lt;br /&gt;
&lt;br /&gt;
== Fixes == &lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Vanilla Parity&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Brewing Stand can now be crafted with Blackstone ({{bug|MCPE-90465}})&lt;br /&gt;
*Players can now spawn farmland with the {{cmd|give}} command and pick it with Pick Block ({{bug|MCPE-25691}})&lt;br /&gt;
*Cod and Salmon killed by fire damage now drop cooked fish ({{bug|MCPE-30693}}) &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Performance and Stability&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Fixed a crash that occurred when entering a game with specific texture packs enabled &lt;br /&gt;
*Adding tags to the Ender Dragon will no longer crash the game when reloading the world ({{bug|MCPE-89076}}) &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Blocks&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Fence gates now align with Blackstone Walls ({{bug|MCPE-78002}}) &lt;br /&gt;
*Placing blocks on Crimson Roots and Warped Roots will now properly remove the roots ({{bug|MCPE-81521}}) &lt;br /&gt;
*Target blocks no longer power additional blocks above them ({{bug|MCPE-85455}}) &lt;br /&gt;
*Cocoa Beans can now be placed on and survive on all jungle wood variants ({{bug|MCPE-46638}}) &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Experience Orb&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*The Experience Orb now ignores world lighting, allowing it to always be at max brightness ({{bug|MCPE-67448}}) &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Items&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Dropped items no longer float too low to the ground &lt;br /&gt;
*Dragon Egg now always drops when it is destroyed by an explosion ({{bug|MCPE-52632}}) &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Mobs&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Mobs in lava were not able to find a path out. This fix makes it so they can enter a lava block if they are already in lava &lt;br /&gt;
*Pathfinding will now account for {{cd|minecraft:scale}} component &lt;br /&gt;
*Updated BrewingStand, ButtonBlock, ChestBlock, EnderChestBlock, SlabBlock, and SoulSandBlockblock types to allow path-finding and navigation ({{bug|MCPE-47075}})&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.100.52]]&lt;br /&gt;
[[Minecraft:es:Bedrock Edition beta 1.16.100.52]]&lt;br /&gt;
[[Minecraft:fr:Édition Bedrock bêta 1.16.100.52]]&lt;br /&gt;
[[Minecraft:ja:Bedrock Edition beta 1.16.100.52]]&lt;br /&gt;
[[Minecraft:pt:Edição Bedrock beta 1.16.100.52]]&lt;br /&gt;
[[Minecraft:ru:Beta 1.16.100.52 (Bedrock Edition)]]&lt;br /&gt;
[[Minecraft:zh:基岩版1.16.100.52]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Steve0146</name></author>
	</entry>
</feed>