![]() |
VOOZH | about |
| Edition | Bedrock Edition | ||||||
|---|---|---|---|---|---|---|---|
| Release date | December 13, 2023 | ||||||
| Server version | 1.20.60.23 | ||||||
| Editor version | 0.5.0 | ||||||
| Build version | 20384975 | ||||||
| Internal version | Windows: 1.20.6023.0 Xbox: 1.20.6023.70 Android, iOS, iPadOS: 1.20.60.23 | ||||||
| Version code | Android: 952006023οΌarmeabi-v7aοΌ33οΌ | ||||||
| Type | Preview | ||||||
| Preview for | 1.20.60 | ||||||
| Downloads | Server Windows Linux | ||||||
| Protocol version | 646 | ||||||
| |||||||
{
"title": "Preview 1.20.60.23",
"images": [
"Bedrock 1.20.60.23 PatchNotes.jpg",
"Bedrock 1.20.60.23.png"
],
"rows": [
{
"field": "''(link to Bedrock Edition article, displayed as Bedrock Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "December 13, 2023",
"label": "Release date"
},
{
"field": "(link to Bedrock Dedicated Server 1.20.60.23 article, displayed as 1.20.60.23)",
"label": "Server version"
},
{
"field": "(link to Bedrock Editor 0.5.0 article, displayed as 0.5.0)",
"label": "''(link to Bedrock Editor article, displayed as Editor)'' version"
},
{
"field": "20384975",
"label": "Build version"
},
{
"field": "'''Windows''': 1.20.6023.0<br />'''Xbox''': 1.20.6023.70<br />'''Android, iOS, iPadOS''': 1.20.60.23",
"label": "Internal version"
},
{
"field": "'''Android''':<br />\n952006023οΌarmeabi-v7aοΌ33οΌ<br />\n962006023οΌx86οΌ33οΌ<br />\n972006023οΌarm64-v8aοΌ33οΌ<br />\n982006023οΌ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.60 article, displayed as 1.20.60)",
"label": "Preview for"
},
{
"field": "'''Server'''<br />[https://minecraft.net/bedrockdedicatedserver/bin-win-preview/bedrock-server-1.20.60.23.zip Windows]<br>[https://minecraft.net/bedrockdedicatedserver/bin-linux-preview/bedrock-server-1.20.60.23.zip Linux]",
"label": "Downloads"
},
{
"field": "646",
"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.51|<span style=\"margin-right:-0.35em\">β</span>β 1.20.51]]</td>\n<td style=\"padding: 0.4em\">'''[[Bedrock Edition 1.20.60|1.20.60]]'''</td>\n<td style=\"padding: 0.4em\" >[[Bedrock Edition 1.20.62| 1.20.62 <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.60.22|β Preview 1.20.60.22]]\n</td>\n<td style=\"padding: 0.4em\">''' Preview 1.20.60.23'''</td>\n<td style=\"padding: 0.4em\">\n[[Bedrock Edition Preview 1.20.60.24| Preview 1.20.60.24 βΊ]]\n</td>\n</tr>\n</table>"
}
Beta 1.20.60.23 (Android) or Preview 1.20.60.23 (Windows, iOS, iPadOS, Xbox) is the fourth beta/Preview version for Bedrock Edition 1.20.60, released on December 13, 2023,[1][2] which adds the armadillo mob, armadillo scutes and wolf armor behind an experimental toggle and fixes bugs. This is the final beta/Preview released in 2023.
Inbox Screen
Add-ons and Script Engine
minecraft:geometry.full_block identifier for the minecraft:geometry block component has been added
minecraft:geometry.full_block identifier provides a centered 1x1x1 cube geometrymaterial_instances component with render_layer: opaque, it enables rendering-only capabilities previously included in the minecraft:unit_cube component including:
General
orientation block state in documentationStructureFeatureType enum to vanilla metadata generationComponents
interact_filters field to the ageable component, which allows to specify conditions on when the actor can be fedquery.is_cooldown_typequery.cooldown_timequery.cooldown_time_remainingquery.relative_block_has_any_tagquery.relative_block_has_all_tagsquery.block_neighbor_has_any_tagquery.block_neighbor_has_all_tagsquery.block_has_any_tagquery.block_has_all_tagsquery.bone_orientation_trsquery.bone_orientation_matrixThese additions and changes are accessible by enabling the "Armadillo and Wolf Armor", "Update 1.21", "Beta APIs", "Molang", and "Upcoming Creator Features" experimental toggles.
/hud command that will hide and reset HUD elements visibility.
/hud hide <hud element>/hud reset <hud element>paperdollarmortooltipstouch_controlscrosshairhotbarhealthprogress_barhungerair_bubbleshorse_healthallclearDynamicProperties(): void - Removes all dynamic properties from the item stackgetDynamicProperty(identifier: string): boolean number string Vector3 undefined - Returns the value of the dynamic property with the given identifier if it exists, otherwise returns undefinedgetDynamicPropertyIds(): string[] - Returns an array of all dynamic property identifiers on the item stackgetDynamicPropertyTotalByteCount(): number - Returns the total byte count of all dynamic properties on the item stacksetDynamicProperty(identifier: string, value?: boolean number string Vector3): void - Sets the value of the dynamic property with the given identifier. If the value is undefined, the dynamic property will be removed.EntityProjectileComponent. This component is used to shoot a projectile entity and modify its propertiesProjectileShootOptions. This interface is used with function EntityProjectileComponent.shoot to optionally modify the accuracy of the projectile when shotAdd-ons and Script Engine
minecraft:unit_cube block component has been deprecated. Using it in content marked 1.20.60 and beyond will provide a content error
minecraft:unit_cube block component upgraded to a minecraft:geometry block component with a minecraft:geometry.full_block identifier, but will maintain backwards compatibility with all behaviorsaddEffect to return the added effect (or undefined if it failed).query.cooldown_time(slotName,slotId)query.cooldown_time_remaining(slotName,slotId)query.is_cooldown_type(cooldownName,slotName,slotId)From released versions before 1.20.0
From 1.20.0
From released versions before 1.20.60
Others