![]() |
VOOZH | about |
| Edition | Bedrock Edition | ||||||
|---|---|---|---|---|---|---|---|
| Release date | January 10, 2024 | ||||||
| Server version | 1.20.60.25 | ||||||
| Editor version | 0.5.2 | ||||||
| Build version | 20887521 | ||||||
| Internal version | Windows: 1.20.6025.0 Xbox: 1.20.6025.70 Android, iOS, iPadOS: 1.20.60.25 | ||||||
| Version code | Android: 952006025οΌarmeabi-v7aοΌ33οΌ | ||||||
| Type | Preview | ||||||
| Preview for | 1.20.60 | ||||||
| Downloads | Server Windows Linux | ||||||
| Protocol version | 649 | ||||||
| |||||||
{
"title": "Preview 1.20.60.25",
"images": [
"Bedrock 1.20.60.25 PatchNotes.jpg",
"Bedrock 1.20.60.25.png"
],
"rows": [
{
"field": "''(link to Bedrock Edition article, displayed as Bedrock Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "January 10, 2024",
"label": "Release date"
},
{
"field": "(link to Bedrock Dedicated Server 1.20.60.25 article, displayed as 1.20.60.25)",
"label": "Server version"
},
{
"field": "(link to Bedrock Editor 0.5.2 article, displayed as 0.5.2)",
"label": "''(link to Bedrock Editor article, displayed as Editor)'' version"
},
{
"field": "20887521",
"label": "Build version"
},
{
"field": "'''Windows''': 1.20.6025.0<br />'''Xbox''': 1.20.6025.70<br />'''Android, iOS, iPadOS''': 1.20.60.25",
"label": "Internal version"
},
{
"field": "'''Android''':<br />\n952006025οΌarmeabi-v7aοΌ33οΌ<br />\n962006025οΌx86οΌ33οΌ<br />\n972006025οΌarm64-v8aοΌ33οΌ<br />\n982006025οΌ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.25.zip Windows]<br>[https://minecraft.net/bedrockdedicatedserver/bin-linux-preview/bedrock-server-1.20.60.25.zip Linux]",
"label": "Downloads"
},
{
"field": "649",
"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.24|β Preview 1.20.60.24]]\n</td>\n<td style=\"padding: 0.4em\">''' Preview 1.20.60.25'''</td>\n<td style=\"padding: 0.4em\">\n[[Bedrock Edition Preview 1.20.60.26| Preview 1.20.60.26 βΊ]]\n</td>\n</tr>\n</table>"
}
Beta 1.20.60.25 (Android) or Preview 1.20.60.25 (Windows, iOS, iPadOS, Xbox) is the sixth beta/Preview version for Bedrock Edition 1.20.60, released on January 10, 2024,[1] which fixes bugs.
Large Chest and Large Trapped Chest
API
ArgumentOutOfBoundsError Error typeBlocks
Dimension API
setWeather method argument duration now uses ArgumentOutOfBoundsError Error type.These additions and changes are accessible by enabling the "Update 1.21", and "Beta APIs" experimental toggle.
API
PropertyOutOfBoundsError
PropertyOutOfBoundsError that throws when a property that is bounded is set out of bounds.ContainerSlot APIs now throw an InvalidContainerSlotError if the container slot is invalid, or if a property is set on an empty slot.typeId no longer returns undefined for empty slots, but instead throws an InvalidContainerSlotError.hasItem - Returns whether the slot contains an item.getCanPlaceOn - Returns an array of block identifiers that the item can be placed on.getCanDestroy - Returns an array of block identifiers that the item can destroy when used.From released versions before 1.20.60
From the previous development version
/execute if blocks succeeds when given unloaded coordinatesOthers