![]() |
VOOZH | about |
| Edition | Bedrock Edition | ||||||
|---|---|---|---|---|---|---|---|
| Release date | March 26, 2025 | ||||||
| Server version | 1.21.80.22 | ||||||
| Editor version | 0.9.3 | ||||||
| Build version | 31998570 | ||||||
| Internal version | Windows, Xbox: 1.21.8022.0 Android: 1.21.80.22 | ||||||
| Version code | Android: 952108022 (armeabi-v7a, 34) | ||||||
| Type | Preview | ||||||
| Preview for | 1.21.80 | ||||||
| Downloads | Server Windows Linux | ||||||
| Protocol version | 793 | ||||||
| |||||||
{
"title": "Preview 1.21.80.22",
"images": [
"Bedrock 1.21.80.22 PatchNotes.jpeg",
"Bedrock 1.21.80.22.png"
],
"rows": [
{
"field": "''(link to Bedrock Edition article, displayed as Bedrock Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "March 26, 2025",
"label": "Release date"
},
{
"field": "(link to Bedrock Dedicated Server 1.21.80.22 article, displayed as 1.21.80.22)",
"label": "Server version"
},
{
"field": "(link to Bedrock Editor 0.9.3 article, displayed as 0.9.3)",
"label": "''(link to Bedrock Editor article, displayed as Editor)'' version"
},
{
"field": "31998570",
"label": "Build version"
},
{
"field": "'''Windows, Xbox''': 1.21.8022.0<br>'''Android''': 1.21.80.22",
"label": "Internal version"
},
{
"field": "'''Android''':<br />\n952108022 (armeabi-v7a, 34)<br />\n962108022 (x86, 34)<br />\n972108022 (arm64-v8a, 34)<br />\n982108022 (x86_64, 34)",
"label": "Version code"
},
{
"field": "Preview",
"label": "(link to Version types article, displayed as Type)"
},
{
"field": "(link to Bedrock Edition 1.21.80 article, displayed as 1.21.80)",
"label": "Preview for"
},
{
"field": "'''Server'''<br>[https://www.minecraft.net/bedrockdedicatedserver/bin-win-preview/bedrock-server-1.21.80.22.zip Windows]<br>[https://www.minecraft.net/bedrockdedicatedserver/bin-linux-preview/bedrock-server-1.21.80.22.zip Linux]",
"label": "Downloads"
},
{
"field": "793",
"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.21.73|<span style=\"margin-right:-0.35em\">β</span>β 1.21.73]]</td>\n<td style=\"padding: 0.4em\">'''[[Bedrock Edition 1.21.80|1.21.80]]'''</td>\n<td style=\"padding: 0.4em\" >[[Bedrock Edition 1.21.81| 1.21.81 <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.21.80.21|β Preview 1.21.80.21]]\n</td>\n<td style=\"padding: 0.4em\">''' Preview 1.21.80.22'''</td>\n<td style=\"padding: 0.4em\">\n[[Bedrock Edition Preview 1.21.80.25| Preview 1.21.80.25 βΊ]]\n</td>\n</tr>\n</table>"
}
Beta 1.21.80.22 (ChromeOS, Android) or Preview 1.21.80.22 (Windows, iOS, iPadOS, Xbox, PlayStation) is the third beta/Preview version for Bedrock Edition 1.21.80, released on March 26, 2025,[1] which adds flat world presets, and fixes bugs.
Flat world presets
UI
Block Components
isotropic in minecraft:material_instances component.minecraft:geometry component or minecraft:material_instances component, you must include both.Components
minecraft:diggerminecraft:entity_placerminecraft:block_placerminecraft:spawns_on_block_filterminecraft:spawns_on_block_prevented_filterminecraft:spawns_above_block_filtercan_be_stolen has been moved from presets back to being a direct sub-field of the minecraft:leashable component.Documentation
biome and client_biome JSON files in generated documentation.Goals
minecraft:behavior.tempt goal:
stop_distance field specifies a custom distance for when the tempted mob should stop moving towards the player.on_start field specifies the event to trigger when the goal starts.on_end field specifies the event to trigger when the goal ends.minecraft:behavior.float_tempt goal, which allows a tempted mob to move in a line towards the player:
minecraft:behavior.tempt goal and shares the same fieldsminecraft:navigation.float component)start_height, dimensional_padding, pool_aliases, max_distance_from_centerheight_map_projection optional and changed anchor to start_jigsaw_nameThese additions and changes are accessible by enabling the "Beta APIs" and "Locator Bar" experimental toggles.
API
@minecraft/server 2.0.0-betaEntitySkinIdComponent has been changed to read-only in version 2.0 betalocalizationKey to Entity, Block, and ItemStack which returns the key used for finding the localized names of these objects.contains(ItemStack): Attempts to find an instance of an item inside the container.firstEmptySlot(): Finds the index of the first empty slot inside the container.irstItem(): Finds the index of the first item inside the container.find(ItemStack): Find the index of the first instance of an item inside the container.reverseFind(ItemStack): Find the index of the last instance of an item inside the container.CustomCommandRegistry is provided when listening to ModuleStartupEvent.
CustomCommandRegistryCustomCommandPermissionLevelCustomCommandParamTypeCustomCommandResult and CustomCommandStatusCustomCommandParameterGraphical
From released versions before 1.21.80
From the previous development version
Other