![]() |
VOOZH | about |
| Edition | Bedrock Edition | ||||||
|---|---|---|---|---|---|---|---|
| Release date | Windows, Android, iOS, iPadOS, Xbox - April 19, 2023 | ||||||
| Server version | 1.20.0.21 | ||||||
| Editor version | 0.3.4 | ||||||
| Build version | 15106329 | ||||||
| Internal version | Windows, Xbox: 1.20.21.0 Android, iOS, iPadOS: 1.20.0.21 | ||||||
| Version code | Android: 952000021 (armeabi-v7a, 33) | ||||||
| Type | Preview | ||||||
| Preview for | 1.20.0 | ||||||
| Downloads | Server Windows Linux | ||||||
| Protocol version | 586 | ||||||
| |||||||
{
"title": "Preview 1.20.0.21",
"images": [
"Bedrock 1.20.0.21 PatchNotes.jpg",
"Bedrock 1.20.0.21.png"
],
"rows": [
{
"field": "''(link to Bedrock Edition article, displayed as Bedrock Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "'''Windows, Android, iOS, iPadOS, Xbox''' - April 19, 2023",
"label": "Release date"
},
{
"field": "(link to Bedrock Dedicated Server 1.20.0.21 article, displayed as 1.20.0.21)",
"label": "Server version"
},
{
"field": "(link to Bedrock Editor 0.3.4 article, displayed as 0.3.4)",
"label": "''(link to Bedrock Editor article, displayed as Editor)'' version"
},
{
"field": "15106329",
"label": "Build version"
},
{
"field": "'''Windows, Xbox''': 1.20.21.0<br>'''Android, iOS, iPadOS''': 1.20.0.21",
"label": "Internal version"
},
{
"field": "'''Android''':<br>\n952000021 (armeabi-v7a, 33)<br>\n962000021 (x86, 33)<br>\n972000021 (arm64-v8a, 33)<br>\n982000021 (x86_64, 33)<br>",
"label": "Version code"
},
{
"field": "Preview",
"label": "(link to Version types article, displayed as Type)"
},
{
"field": "(link to Bedrock Edition 1.20.0 article, displayed as 1.20.0)",
"label": "Preview for"
},
{
"field": "'''Server'''<br>[https://minecraft.net/bedrockdedicatedserver/bin-win-preview/bedrock-server-1.20.0.21.zip Windows]<br>[https://minecraft.net/bedrockdedicatedserver/bin-linux-preview/bedrock-server-1.20.0.21.zip Linux]",
"label": "Downloads"
},
{
"field": "586",
"label": "(link to Protocol version article, displayed as Protocol version)"
}
],
"invimages": [],
"footer": "<table style=\"margin: auto; word-break: break-word;\">\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\" >[[Bedrock Edition 1.19.83|<span style=\"margin-right:-0.35em\">β</span>β 1.19.83]]</td>\n<td style=\"padding: 0.4em\">'''[[Bedrock Edition 1.20.0|1.20.0]]'''</td>\n<td style=\"padding: 0.4em\" >[[Bedrock Edition 1.20.1| 1.20.1 <span style=\"margin-right:-0.35em\">βΊ</span>βΊ]]</td>\n</tr>\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\">\n[[Bedrock Edition Preview 1.20.0.20|β Preview 1.20.0.20]]\n</td>\n<td style=\"padding: 0.4em\">''' Preview 1.20.0.21'''</td>\n<td style=\"padding: 0.4em\">\n[[Bedrock Edition Preview 1.20.0.22| Preview 1.20.0.22 βΊ]]\n</td>\n</tr>\n</table>"
}
Beta 1.20.0.21 (Android) or Preview 1.20.0.21 (Windows, iOS, iPadOS, Xbox) is the second beta/Preview version for Bedrock Edition 1.20.0, released on April 19, 2023[1] which bring more parity with Java Edition and fixes bugs.
| Action | Frequency Value |
|---|---|
| Movement in any medium (land, water and air) | 1 |
| Landing on any surface (land or water) | 2 |
| Item interactions | 3 |
| Gliding with an elytra or unique mob actions (Ravager roar, Wolf shaking, etc) | 4 |
| Dismounting a mob or equipping gear | 5 |
| Mounting a mob or interacting with a mob | 6 |
| Mobs and players getting damaged | 7 |
| Consuming items (drinking and eating) | 8 |
| Blocks 'deactivating' (door close, chest close, button unpress, etc) | 9 |
| Blocks 'activating' (door open, chest open, button press, etc) | 10 |
| Blocks changing (cauldron water level rising, adding food to campfire, etc) | 11 |
| Blocks being destroyed | 12 |
| Blocks being placed | 13 |
| Mobs and players teleporting or spawning | 14 |
| Mobs and players dying or an explosion | 15 |
These additions and changes are accessible by enabling the "Beta APIs" experimental toggle.
minecraft:facing_direction state to the minecraft:placement_direction block trait.
minecraft:facing_direction is a six value integer state (down, up, south, west, north, east).minecraft:placement_direction trait.minecraft:cardinal_direction state on blocks that apply the minecraft:placement_direction trait in block_property Molang queries and set_block_property EventResponses.minecraft:cardinal_direction instead of direction.@minecraft/server
BlockProperties to BlockStates.getAllProperties to BlockPermutation.getAllStates.getProperty to BlockPermutation.getState.From released versions before 1.20.0
has_equipment cannot test for an empty string ("") or airminecraft:boostable component has no effect on speedFrom the previous development version
Other
get_equipped_item_name Molang query not being able to return the old name of some flattened items, eg. red_wool to wool.minecraft:durability and minecraft:repairable can be combined to repair them without requiring a custom item entry.