![]() |
VOOZH | about |
| Edition | Bedrock Edition | ||||||
|---|---|---|---|---|---|---|---|
| Release date | January 4, 2024 | ||||||
| Server version | 1.20.60.24 | ||||||
| Editor version | 0.5.1 | ||||||
| Build version | 20752826 | ||||||
| Internal version | Windows: 1.20.6024.0 Xbox: 1.20.6024.70 Android, iOS, iPadOS: 1.20.60.24 | ||||||
| Version code | Android: 952006024οΌarmeabi-v7aοΌ33οΌ | ||||||
| Type | Preview | ||||||
| Preview for | 1.20.60 | ||||||
| Downloads | Server Windows Linux | ||||||
| Protocol version | 649 | ||||||
| |||||||
{
"title": "Preview 1.20.60.24",
"images": [
"Bedrock 1.20.60.24 PatchNotes.jpg",
"Bedrock 1.20.60.24.png"
],
"rows": [
{
"field": "''(link to Bedrock Edition article, displayed as Bedrock Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "January 4, 2024",
"label": "Release date"
},
{
"field": "(link to Bedrock Dedicated Server 1.20.60.24 article, displayed as 1.20.60.24)",
"label": "Server version"
},
{
"field": "(link to Bedrock Editor 0.5.1 article, displayed as 0.5.1)",
"label": "''(link to Bedrock Editor article, displayed as Editor)'' version"
},
{
"field": "20752826",
"label": "Build version"
},
{
"field": "'''Windows''': 1.20.6024.0<br />'''Xbox''': 1.20.6024.70<br />'''Android, iOS, iPadOS''': 1.20.60.24",
"label": "Internal version"
},
{
"field": "'''Android''':<br />\n952006024οΌarmeabi-v7aοΌ33οΌ<br />\n962006024οΌx86οΌ33οΌ<br />\n972006024οΌarm64-v8aοΌ33οΌ<br />\n982006024οΌ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.24.zip Windows]<br>[https://minecraft.net/bedrockdedicatedserver/bin-linux-preview/bedrock-server-1.20.60.24.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.23|β Preview 1.20.60.23]]\n</td>\n<td style=\"padding: 0.4em\">''' Preview 1.20.60.24'''</td>\n<td style=\"padding: 0.4em\">\n[[Bedrock Edition Preview 1.20.60.25| Preview 1.20.60.25 βΊ]]\n</td>\n</tr>\n</table>"
}
Beta 1.20.60.24 (Android) or Preview 1.20.60.24 (Windows, iOS, iPadOS, Xbox) is the fifth beta/Preview version for Bedrock Edition 1.20.60, released on January 4, 2024,[1] which fixes bugs. This is the first beta/Preview released in 2024.
trapdoors block tag: contains all trapdoors. (iron_trapdoor, trapdoor, spruce_trapdoor, birch_trapdoor, jungle_trapdoor, acacia_trapdoor, dark_oak_trapdoor, mangrove_trapdoor, cherry_trapdoor, bamboo_trapdoor, crimson_trapdoor, warped_trapdoor, copper_trapdoor, exposed_copper_trapdoor, weathered_copper_trapdoor, oxidized_copper_trapdoor, waxed_copper_trapdoor, waxed_exposed_copper_trapdoor, waxed_weathered_copper_trapdoor, waxed_oxidized_copper_trapdoor)Hardened Stained Glass (EDU-only)
hard_stained_glass ID have now been split up into their own IDs.Hardened Stained Glass Pane (EDU-only)
hard_stained_glass_pane ID have now been split up into their own IDs.Potato, Carrot, Melon, Sweet Berries, Nether Wart, Sunflower, Lilac, Rose Bush, Peony, Glowstone Dust, and Gravel
AI Goals
behavior.follow_parent now interrupts navigation on stop for content using engine version 1.20.60 or higher.Biomes
minecraft:tags component, in a tags array, rather than as loose JSON objects, for files with a format_version of 1.20.60 or higher.Components
interact component now supports the additional entity_act value for the vibration field.Entity Event Responses
emit_vibration entity event response, which allows the entity to emit a vibration having the entity itself as its source.
vibration field allows to specify the vibration to be emitted.shear, entity_act, and entity_interact.query.remaining_durability and query.max_durability are only to be used with Item contexts.Performance
Enable New Geometry Tessellation Pipeline defaults to true.These additions and changes are accessible by enabling the "Armadillo and Wolf Armor", "Update 1.21", and "Beta APIs" experimental toggles.
Add-ons and Script Engine
minecraft:random_ticking is now supported again.system.runJob()system.clearJob()
runJob and clearJob for optimizing long running tasks using JavaScript generators. system.runJob takes a generator function and returns a jobId.@minecraft/server.BlockPermutation
getState and withStates APIs from beta to stable.Scripting
ScriptBiomeTypes and ScriptBiomeType to allow Scripting API to enumerate the BiomeRegistry.findClosestBiome function to Dimension to find the closest biome of a specified type, to a given position in the world.From released versions before 1.20.60
From the previous development version
Others