![]() |
VOOZH | about |
| Edition | Bedrock Edition | ||||||
|---|---|---|---|---|---|---|---|
| Release date | August 17, 2023 | ||||||
| Server version | 1.20.30.22 | ||||||
| Editor version | 0.4.4 | ||||||
| Build version | 17436038 | ||||||
| Internal version | Windows: 1.20.3022.0 Android, iOS, iPadOS: 1.20.30.22 Xbox One: 1.20.3022.70 | ||||||
| Version code | Android: 952003022οΌarmeabi-v7aοΌ33οΌ | ||||||
| Type | Preview | ||||||
| Preview for | 1.20.30 | ||||||
| Downloads | Server Windows Linux | ||||||
| Protocol version | 613 | ||||||
| |||||||
{
"title": "Preview 1.20.30.22",
"images": [
"Bedrock 1.20.30.22 PatchNotes.jpg",
"Bedrock 1.20.30.22.png"
],
"rows": [
{
"field": "''(link to Bedrock Edition article, displayed as Bedrock Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "August 17, 2023",
"label": "Release date"
},
{
"field": "(link to Bedrock Dedicated Server 1.20.30.22 article, displayed as 1.20.30.22)",
"label": "Server version"
},
{
"field": "(link to Bedrock Editor 0.4.4 article, displayed as 0.4.4)",
"label": "''(link to Bedrock Editor article, displayed as Editor)'' version"
},
{
"field": "17436038",
"label": "Build version"
},
{
"field": "'''Windows''': 1.20.3022.0<br>'''Android, iOS, iPadOS''': 1.20.30.22<br>'''Xbox One''': 1.20.3022.70",
"label": "Internal version"
},
{
"field": "'''Android''':<br>\n952003022οΌarmeabi-v7aοΌ33οΌ<br>\n962003022οΌx86οΌ33οΌ<br>\n972003022οΌarm64-v8aοΌ33οΌ<br>\n982003022οΌ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.30 article, displayed as 1.20.30)",
"label": "Preview for"
},
{
"field": "'''Server'''<br>[https://minecraft.net/bedrockdedicatedserver/bin-win-preview/bedrock-server-1.20.30.22.zip Windows]<br>[https://minecraft.net/bedrockdedicatedserver/bin-linux-preview/bedrock-server-1.20.30.22.zip Linux]",
"label": "Downloads"
},
{
"field": "613",
"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.20.15|<span style=\"margin-right:-0.35em\">β</span>β 1.20.15]]</td>\n<td style=\"padding: 0.4em\">'''[[Bedrock Edition 1.20.30|1.20.30]]'''</td>\n<td style=\"padding: 0.4em\" >[[Bedrock Edition 1.20.31| 1.20.31 <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.30.21|β Preview 1.20.30.21]]\n</td>\n<td style=\"padding: 0.4em\">''' Preview 1.20.30.22'''</td>\n<td style=\"padding: 0.4em\">\n[[Bedrock Edition beta 1.20.30.23| beta 1.20.30.23 βΊ]]\n</td>\n</tr>\n</table>"
}
Beta 1.20.30.22 (Android) or Preview 1.20.30.22 (Windows, iOS, iPadOS, Xbox) is the seventh beta/Preview version for Bedrock Edition 1.20.30, released on August 17, 2023[1], which brings more parity from Java Edition, and fixes bugs.
minecraft:food item component out of experimental in JSON formats 1.20.30 and higher.minecraft:interact_button item component to enable and set text on the interact button in JSON formats 1.20.30 and above.stained_hardened_clay have now been split up into their own IDs.recipesUnlock game rule is now set to true by default.These additions and changes are accessible by enabling the "Beta APIs" experimental toggle.
ItemStack
getCanPlaceOn() and getCanDestroy().Entity
getProperty(identifier: string): boolean | number | string | undefined - Gets an entity property.setProperty(identifier: string, value: boolean | number | string): void - Sets an entity property during the next tick.resetProperty(identifier: string): boolean | number | string; - Resets an entity property to its default value during the next tick and returns the default value.beforeEvents
removeEvent.afterEvents
removedEvent to removeEvent.EntityRemovedAfterEvent
removedEntity to removedEntityId: removedEntityId: string.typeId: string.EntityRemovedBeforeEvent.
removedEntity: Entity.EquipmentSlot to 5.0 and changed enum values to uppercase.EntityEquippableComponent to 5.0.Scoreboard
setObjectiveAtDisplaySlot return type now correctly set to ScoreboardObjective or undefined.ScoreboardIdentity
getEntity return type now correctly set to Entity or undefined.setWeather API can now take an optional duration parameter to set the weather duration.read-only property heightRange: NumberRange - Gets min/max dimension height limits.Player.isSleeping and Player.isEmoting.From released versions before 1.20.0
From the 1.20.0 version
From the 1.20.30 development versions
Other
From released versions before 1.20.0