![]() |
VOOZH | about |
| Edition | Bedrock Edition | |||||
|---|---|---|---|---|---|---|
| Release date | June 28, 2023 | |||||
| Server version | 1.20.20.20 | |||||
| Editor version | 0.4.0 | |||||
| Build version | 16310717 | |||||
| Internal version | Windows: 1.20.2020.0 Android, iOS, iPadOS: 1.20.20.20 Xbox One: 1.20.2020.70 | |||||
| Version code | Android: 952002020οΌarmeabi-v7aοΌ33οΌ | |||||
| Type | Preview | |||||
| Preview for | 1.20.30 | |||||
| Downloads | Server Windows Linux | |||||
| Protocol version | 598 | |||||
| ||||||
{
"title": "Preview 1.20.20.20",
"images": [
"Bedrock 1.20.20.20 PatchNotes.jpg",
"Bedrock 1.20.20.20.png"
],
"rows": [
{
"field": "''(link to Bedrock Edition article, displayed as Bedrock Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "June 28, 2023",
"label": "Release date"
},
{
"field": "(link to Bedrock Dedicated Server 1.20.20.20 article, displayed as 1.20.20.20)",
"label": "Server version"
},
{
"field": "(link to Bedrock Editor 0.4.0 article, displayed as 0.4.0)",
"label": "''(link to Bedrock Editor article, displayed as Editor)'' version"
},
{
"field": "16310717",
"label": "Build version"
},
{
"field": "'''Windows''': 1.20.2020.0<br>'''Android, iOS, iPadOS''': 1.20.20.20<br>'''Xbox One''': 1.20.2020.70<br>",
"label": "Internal version"
},
{
"field": "'''Android''':<br>\n952002020οΌarmeabi-v7aοΌ33οΌ<br>\n962002020οΌx86οΌ33οΌ<br>\n972002020οΌarm64-v8aοΌ33οΌ<br>\n982002020οΌ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.20.20.zip Windows]<br>[https://minecraft.net/bedrockdedicatedserver/bin-linux-preview/bedrock-server-1.20.20.20.zip Linux]",
"label": "Downloads"
},
{
"field": "598",
"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\" rowspan=\"2\">[[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\n<td style=\"padding: 0.4em\">''' Preview 1.20.20.20'''</td>\n<td style=\"padding: 0.4em\">\n[[Bedrock Edition Preview 1.20.20.21| Preview 1.20.20.21 βΊ]]\n</td>\n</tr>\n</table>"
}
Beta 1.20.20.20 (Android) or Preview 1.20.20.20 (Windows, iOS, iPadOS, Xbox) is the first beta/Preview version for Bedrock Edition 1.20.30[a], released on June 28, 2023[2], which brings more parity from Java Edition and fixes bugs.
allow_random_seed option in world template manifests.minecraft:hand_equipped item component.minecraft:use_duration item component.minecraft:stacked_by_data item component.minecraft:block_face block state instead of facing_direction.
minecraft:block_face uses six string values ["down", "up", "north", "south", "east", "west"].minecraft:vertical_half block state instead of top_slot_bit.
minecraft:vertical_half uses two string values ["bottom", "top"].General
minecraft:creative_category component in JSON formats 1.20.20 and higher.description field in JSON formats 1.20.20 and higher.ShooterItemComponent to match vanilla behavior.min_distance and max_distance.These additions and changes are accessible by enabling the "Crawling", "Recipe Unlocking", and "Beta APIs" experimental toggles.
/recipe <victim: target> give <recipe: string>/recipe <victim: target> take <recipe: string>/recipe give <victim: target> <recipe: string>/recipe take <victim: target> <recipe: string>/camera command.API
set_block_property to set_block_state for custom blocks.defineVector to DynamicPropertiesDefinition.EntityEquipmentInventoryComponent
setEquipment, which now returns a boolean indicating whether the item can be equipped to the specified slot.EntityEquipmentInventoryComponent is currently limited to players only.
getDay to 1.4.0.getTimeOfDay to 1.4.0.setTimeOfDay(timeOfDay: number | TimeOfDay) to 1.4.0.getAbsoluteTime to 1.4.0.setAbsoluteTime(absoluteTime: number) to 1.4.0.TimeOfDay to 1.4.0.
setLore - Up to 20 lines with up to 50 characters per line.setLore to 1.4.0.getLore to 1.4.0.SystemAfterEvents to 1.4.0.ScriptEventCommandMessageAfterEvent to 1.4.0.onScreenDisplay to 1.4.0.titleDisplayOptions to 1.4.0.screenDisplay to 1.4.0.minecraft:ignores_permission component.minecraft:mirrored_art component.protection field from minecraft:armor component to minecraft:wearable component in JSON formats 1.20.20 and higher.minecraft:armor component in JSON formats 1.20.20 and higher.minecraft:wearable component, ie. mainhand, hotbar, inventory, enderchest, and equippable.minecraft:wearable component using the weapon.offhand slot no longer equips when the item is used in the hotbar.minecraft:wearable component can now be equipped by clicking and dragging in inventory or shift-clicking.From released versions before 1.20.30
From v1.20.0
From v1.20.10
/recipe doesn't send a chat output when correct syntax is entered./recipe command doesn't show suggestions./recipe command syntax doesn't match Java Edition.Others