<?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_Preview_1.19.30.20</id>
	<title>Minecraft:Bedrock Edition Preview 1.19.30.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_Preview_1.19.30.20"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Bedrock_Edition_Preview_1.19.30.20&amp;action=history"/>
	<updated>2026-04-09T12:08:48Z</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_Preview_1.19.30.20&amp;diff=47643&amp;oldid=prev</id>
		<title>imported&gt;Jayden at 15:36, 16 October 2025</title>
		<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Bedrock_Edition_Preview_1.19.30.20&amp;diff=47643&amp;oldid=prev"/>
		<updated>2025-10-16T15:36:10Z</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;
| image = Bedrock 1.19.30.20 PatchNotes.png&lt;br /&gt;
| image2 = Bedrock 1.19.30.20.png&lt;br /&gt;
| edition = Bedrock&lt;br /&gt;
| type = Preview&lt;br /&gt;
| internal = &amp;#039;&amp;#039;&amp;#039;Windows&amp;#039;&amp;#039;&amp;#039;: 1.19.3020.0&amp;lt;br&amp;gt;&amp;#039;&amp;#039;&amp;#039;Xbox One&amp;#039;&amp;#039;&amp;#039;: 1.19.3020.70&amp;lt;br&amp;gt;&amp;#039;&amp;#039;&amp;#039;Android, iOS, iPadOS&amp;#039;&amp;#039;&amp;#039;: 1.19.30.20&lt;br /&gt;
| date = &amp;#039;&amp;#039;&amp;#039;Windows, Android, iOS, iPadOS, Xbox&amp;#039;&amp;#039;&amp;#039; - August 4, 2022&lt;br /&gt;
| parent = 1.19.30&lt;br /&gt;
| prevparent = 1.19.22&lt;br /&gt;
| prev = &lt;br /&gt;
| next = Preview 1.19.30.21&lt;br /&gt;
| nextparent = 1.19.31&lt;br /&gt;
}}&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Beta 1.19.30.20&amp;#039;&amp;#039;&amp;#039; (Android) or &amp;#039;&amp;#039;&amp;#039;Preview 1.19.30.20&amp;#039;&amp;#039;&amp;#039; (Windows, iOS, iPadOS, Xbox) is the first beta/&amp;#039;&amp;#039;Preview&amp;#039;&amp;#039; version for [[Minecraft:Bedrock Edition 1.19.30]], released on August 4, 2022,&amp;lt;ref&amp;gt;{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/8175535399181|title=Minecraft Beta &amp;amp; Preview - 1.19.30.20|website=Minecraft Feedback|date=August 4, 2022}}&amp;lt;/ref&amp;gt; which brought more parity from {{JE}}, and fixes bugs.&lt;br /&gt;
&lt;br /&gt;
== Changes ==&lt;br /&gt;
{{update|section=1}}&lt;br /&gt;
=== Technical ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Actor Properties&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Numerical actor properties (float and integer) will now always clamp their values into the range of values specified.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Add-Ons and Script Engine&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* {{cd|minecraft:instant_despawn}} no longer affects [[Minecraft:players]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Commands&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Command selector now gets the same position for the player that the command origin player position gets.&lt;br /&gt;
&lt;br /&gt;
== Experimental ==&lt;br /&gt;
These additions and changes are accessible by enabling the &amp;quot;Upcoming Creator Features&amp;quot; and &amp;quot;GameTest Framework&amp;quot; experimental toggle.&lt;br /&gt;
=== Changes ===&lt;br /&gt;
==== Technical ====&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Commands&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* The {{cmd|execute if block}} command now displays integer values for block positions ({{bug|MCPE-156285}})&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;GameTest Framework&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Vector&lt;br /&gt;
** Fixed a bug where &amp;#039;&amp;#039;function&amp;#039;&amp;#039; length would return undefined&lt;br /&gt;
** Added function &amp;#039;&amp;#039;lengthSquared&amp;#039;&amp;#039;- Returns the squared length of the vector&lt;br /&gt;
** Added &amp;#039;&amp;#039;stackOverflow&amp;#039;&amp;#039; as a possible &amp;#039;&amp;#039;WatchdogTerminateReason&amp;#039;&amp;#039; for the &amp;#039;&amp;#039;beforeWatchdogTerminate&amp;#039;&amp;#039; event&lt;br /&gt;
* IRawMessage - Interface object representing a message&lt;br /&gt;
** rawtext : (string | IRawMessage)[] - (optional) A list of text objects used to build a message&lt;br /&gt;
** text : string - (optional) A string containing plain text to display directly. Only valid when used as a sub member in a parent &amp;#039;&amp;#039;rawtext&amp;#039;&amp;#039; or &amp;#039;&amp;#039;with&amp;#039;&amp;#039; member&lt;br /&gt;
** translate : string - (optional) String representing a translation identifier to translate text in the player&amp;#039;s selected language&lt;br /&gt;
** with : (string | IRawMessage)[] - (optional) A list of text object arguments used to fill values in the &amp;#039;&amp;#039;translate&amp;#039;&amp;#039; text. Ignored when &amp;#039;&amp;#039;translate&amp;#039;&amp;#039; is not present&lt;br /&gt;
** say(string | IRawMessage) - Used to broadcast a message to all players&lt;br /&gt;
** tell(string | IRawMessage) - Send a message to a player&lt;br /&gt;
* Fixed a bug where Dynamic Properties would not persist when using worlds hosted on Bedrock Dedicated Server or Realms&lt;br /&gt;
* Pack dependencies on native modules can be declared using the module name without the need to specify a UUID, using the “module_name” attribute. The module name matches the import statement (e.g., “mojang-minecraft”)&lt;br /&gt;
* Removed mojang-gametest module version 0.1.0; packs using &amp;quot;mojang-gametest&amp;quot; specific APIs must be updated to use GameTest version 1.0.0-beta&lt;br /&gt;
* The &amp;quot;mojang-gametest&amp;quot; module 1.0.0-beta requires &amp;quot;mojang-minecraft&amp;quot; module 1.0.0-beta&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;General&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Removed usage of {{cd|minecraft:unwalkable}} block component and added block creative group and category to the block description.&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;
* Endermen no longer get angry at Creative players. ({{bug|MCPE-42977}})&lt;br /&gt;
* Modified the fireball entity&amp;#039;s collision box to match Java Edition.&lt;br /&gt;
* The enchanting table now produces a sound when enchanting an item.&lt;br /&gt;
* Amethyst blocks no longer produce sound when jumping off of them.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Deep Dark&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Increased sculk shrieker and sculk sensor generation rates in deep dark and ancient cities to better match Java Edition. ({{bug|MCPE-153525}})&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Melon Block&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Fixed the bottom texture of the melon block to match the top texture. ({{bug|MCPE-31035}})&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Mobs&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Modified the cat&amp;#039;s head position while sitting to match Java Edition. ({{bug|MCPE-46668}})&lt;br /&gt;
* Fixed a bug causing leads to break with allays after the owner player changes dimensions. ({{bug|MCPE-158955}})&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;User Interface&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* The item stack popup animation will now only play when a new item is added to the stack. ({{bug|MCPE-23995}})&lt;br /&gt;
* If a villager has a name tag, it is now displayed along with their trade tier. ({{bug|MCPE-152644}})&lt;br /&gt;
* Fixed a UI bug where enchanted leather items would have parts of the texture not displaying the glint animation. ({{bug|MCPE-98929}})&lt;br /&gt;
* Added new disconnection error messages to better highlight the area in which the disconnection occurred.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Spectator Mode (Experimental)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Endermen no longer become angry at players in Spectator Mode. ({{bug|MCPE-156742}})&lt;br /&gt;
* Players in Spectator Mode can no longer interact with sculk sensors by swimming in water or lava. ({{bug|MCPE-153879}})&lt;br /&gt;
* Players switching into Spectator Mode will unhook any fish hooks attached to them.&lt;br /&gt;
* Players in Spectator mode can no longer be pushed by explosions. ({{bug|MCPE-156687}})&lt;br /&gt;
* Powder Snow no longer emits particles when spectators move through it. ({{bug|MCPE-153876}})&lt;br /&gt;
* Big dripleaf no longer tilts when touched by players in Spectator Mode. ({{bug|MCPE-156686}})&lt;br /&gt;
* Players in Spectator Mode now keep their inventories and equipped items on death. ({{bug|MCPE-156681}})&lt;br /&gt;
* Spectators can no longer attract mob&amp;#039;s attention when holding their favorite food. ({{bug|MCPE-153882}})&lt;br /&gt;
* The {{cmd|testfor}} command can now target spectators. ({{bug|MCPE-158042}})&lt;br /&gt;
* The Spectator game mode can no longer be entered via the {{cmd|gamemode 6}} command, only via {{cmd|gamemode spectator}}.&lt;br /&gt;
* Spectators using touch controls can no longer break boats and minecarts. ({{bug|MCPE-158307}})&lt;br /&gt;
* Pufferfish no longer react to nearby spectators.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Blocks&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Mud Brick Slab can now be placed as a top slab via commands. ({{bug|MCPE-157852}})&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Gameplay&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Piston&amp;#039;s animation when extending and retracting is now smooth. ({{bug|MCPE-155987}})&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Border Block&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Border blocks should now prevent passage at all heights.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Items&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Mangrove, crimson, and warped planks can now be used to repair shields. ({{bug|MCPE-158940}})&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Marketplace&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* The &amp;quot;Cannot connect to Marketplace&amp;quot; error will no longer be erroneously read by the Text-To-Speech reader.&lt;br /&gt;
* Fixed a bug where the text-to-speech feature would read the entire &amp;quot;My Content&amp;quot; page, both highlighted and non-highlighted items.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Goat&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* The goat&amp;#039;s ram animation was modified to slowly lower their head when preparing to ram. ({{bug|MCPE-129477}})&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Villagers&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Fixed a bug that rarely caused the villager&amp;#039;s bounding box to become desynced with the server when sleeping.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Dedicated Server&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Added server property &amp;lt;code&amp;gt;disable-custom-skins&amp;lt;/code&amp;gt; to block untrusted skins on a server wide level.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Stability and Performance&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Fixed a bug causing an occasional crash when loading players in beds.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Villages&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Raid bar no longer becomes stuck after breaking beds to cancel a raid. ({{bug|MCPE-152851}})&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;
[[Category:Bedrock Edition 1.19.30 betas]]&lt;br /&gt;
[[Minecraft:de:Bedrock Edition beta 1.19.30.20]]&lt;br /&gt;
[[Minecraft:es:Bedrock Edition beta 1.19.30.20]]&lt;br /&gt;
[[Minecraft:ja:Bedrock Edition Preview 1.19.30.20]]&lt;br /&gt;
[[Minecraft:pt:Edição Bedrock Preview 1.19.30.20]]&lt;br /&gt;
[[Minecraft:zh:基岩版1.19.30.20]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Jayden</name></author>
	</entry>
</feed>