![]() |
VOOZH | about |
| Edition | Bedrock Edition | |||||
|---|---|---|---|---|---|---|
| Release date | March 10, 2026 | |||||
| Server version | 1.26.20.20 | |||||
| Editor version | 1.3.1 | |||||
| Build version | Windows: 41982862 Android: 41982856 (armeabi-v7a) 41982863 (arm64-v8a) | |||||
| Internal version | Windows, Xbox: 1.26.2020.0 Android: 1.26.20.20 | |||||
| Version code | Android: 952602020 (armeabi-v7a, 35) | |||||
| Type | Preview | |||||
| Preview for | 26.20 | |||||
| Downloads | Server Windows Linux | |||||
| Protocol version | 956 | |||||
| ||||||
{
"title": "Preview 26.20.20",
"images": [
"Bedrock 26.20.20.png"
],
"rows": [
{
"field": "''(link to Bedrock Edition article, displayed as Bedrock Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "March 10, 2026",
"label": "Release date"
},
{
"field": "(link to Bedrock Dedicated Server 1.26.20.20 article, displayed as 1.26.20.20)",
"label": "Server version"
},
{
"field": "(link to Bedrock Editor 1.3.1 article, displayed as 1.3.1)",
"label": "''(link to Bedrock Editor article, displayed as Editor)'' version"
},
{
"field": "'''Windows''': 41982862<br>'''Android''':<br>41982856 (armeabi-v7a)<br>41982863 (arm64-v8a)",
"label": "Build version"
},
{
"field": "'''Windows, Xbox''': 1.26.2020.0<br>'''Android''': 1.26.20.20",
"label": "Internal version"
},
{
"field": "'''Android''':<br />\n952602020 (armeabi-v7a, 35)<br />\n962602020 (x86, 35)<br />\n972602020 (arm64-v8a, 35)<br />\n982602020 (x86_64, 35)",
"label": "Version code"
},
{
"field": "Preview",
"label": "(link to Version types article, displayed as Type)"
},
{
"field": "(link to Bedrock Edition 26.20 article, displayed as 26.20)",
"label": "Preview for"
},
{
"field": "'''Server'''<br>[https://www.minecraft.net/bedrockdedicatedserver/bin-win-preview/bedrock-server-1.26.20.20.zip Windows]<br>[https://www.minecraft.net/bedrockdedicatedserver/bin-linux-preview/bedrock-server-1.26.20.20.zip Linux]",
"label": "Downloads"
},
{
"field": "956",
"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 26.13|<span style=\"margin-right:-0.35em\">β</span>β 26.13]]</td>\n<td style=\"padding: 0.4em\">'''[[Bedrock Edition 26.20|26.20]]'''</td>\n<td style=\"padding: 0.4em\" >[[Bedrock Edition 26.21| 26.21 <span style=\"margin-right:-0.35em\">βΊ</span>βΊ]]</td>\n</tr>\n<tr style=\"background: inherit;\">\n\n<td style=\"padding: 0.4em\">''' Preview 26.20.20'''</td>\n<td style=\"padding: 0.4em\">\n[[Bedrock Edition Preview 26.20.21| Preview 26.20.21 βΊ]]\n</td>\n</tr>\n</table>"
}
Beta 26.20.20 (ChromeOS, Android) or Preview 26.20.20 (Windows, iOS, iPadOS, Xbox, PlayStation) is the first beta/Preview for Bedrock Edition 26.20, released on March 10, 2026,[1] which fixes bugs.
Graphical
AI Goals
minecraft:behavior.admire_itemminecraft:behavior.barterminecraft:behavior.eat_carried_itemminecraft:behavior.equip_itemminecraft:behavior.move_indoorsminecraft:behavior.move_outdoorsminecraft:behavior.hideminecraft:behavior.mingleminecraft:behavior.move_to_poiminecraft:behavior.move_to_villageminecraft:behavior.sleepminecraft:behavior.stroll_towards_villagesound_interval float range field in minecraft:behavior.admire_item now only accepts an object with min and max values. Other formats will fail to parse.@minecraft/server version 2.7.0.@minecraft/server version 2.8.0-beta.AimAssistCategory from beta to v2.6.0.AimAssistCategorySettings from beta to v2.6.0.AimAssistPreset from beta to v2.6.0.AimAssistPresetSettings from beta to v2.6.0.AimAssistRegistry from beta to v2.6.0.PlayerAimAssist from beta to v2.6.0.PlayerAimAssistSettings from beta to v2.6.0.AimAssistTargetMode from beta to v2.6.0.World.getAimAssist from beta to v2.6.0.Player.getAimAssist from beta to v2.6.0.embed_in_surface, has been added to the schema of snap_to_surface_feature, which allows specifying whether the snapped feature should be embedded in the located surface.Blocks
placement_direction trait, validation change: The rotation offset does not accept a 0.5 tolerance anymore.
90.0.0.0 to 360.0 inclusive.blocks_to_corner_with now requires minecraft:corner_and_cardinal_direction to be one of the enabled_states for the placement_direction trait.menu_category, validation change: An empty group value is not allowed.
group field can either exist with a non-empty value or not exist at all.category is now a required field, when using menu_category.minecraft:flower_pottable, validation change: It is restricted outside of root components object.minecraft:geometry, validation change: The constraint on the culling_shape identifier is strictly enforced now.
minecraft:empty or minecraft:unit_cube.minecraft:light_dampening and minecraft:light_emission, validation change: They now strictly enforce the value to be between 0 and 15 inclusive.minecraft:tags component, which accepts an array of tags of the format:
minecraft:tags: ["minecraft:crop", "custom:custom_tag"].<namespace>:<tag_name>.
tag:.
minecraft:damage_sensor component deals_damage field now supports an additional value:
no_but_entity_effects_apply:
Entity components
minecraft:friction_modifier component now matches its description.
0.0 means no friction.1.0 means regular friction.2.0 means double friction.minecraft:uses_legacy_friction component.
minecraft:uses_uniform_air_drag component.
minecraft:on_equipment_changed component, which allows executing entity events when items are equipped or unequipped in specific equipment slots.
slots field with a list of entries, each with:
slot, the equipment slot to monitor.on_equip, event to fire when a non-empty item is placed in the slot.on_unequip, event to fire when the slot is cleared.Entity filters
has_equipment_block_tag entity filter.has_same_equipment_in_slot_as entity filter.rotate_around_center field to the minecraft:structure_template_feature feature.
true, it rotates the structure around its center when placing it in the world.false if omitted.Graphical
1.26.20.minecraft:water_settings and minecraft:water_settings/description are now required.Stability and Performance
minecraft:feature_pool_element in jigsaw structure template pools in order to place features.features can now connect to a Jigsaw block with any target name, rather than only minecraft:bottom.
These additions and changes are accessible by enabling the "Beta APIs", "Upcoming Creator Features", and "Render Dragon Features for Creators" experimental toggles.
GameTest to no longer run call backs from methods such as succeedWhen and failIf after the test has already completed.@minecraft/debug-utilities:
color property of DebugShape from RGB to RGBA.depthTest property to DebugText.backgroundColorOverride property to DebugText.useRotation property to DebugText.kickPlayer() to the @minecraft/server-admin module in beta.@minecraft/server.
PrimitiveShapesManager class used to add and remove text primitives to the world.PrimitiveShape base class used to repesent 3D shape objects in the world.TextPrimitive class used to render 3D text shape objects in the world.primitiveShapesManager property to World.DebugText.
DebugText constructor changed allow using either RawMessage or string for the text parameter.DebugText.text changed to be a readonly property.DebugText.setText method added which allows using either RawMessage or string.DebugText.rawText readonly property added to get the text if RawMessage is used via setText.@minecraft/server-net in beta:
HttpRequestBodyTooLargeError has been renamed to RequestBodyTooLargeError.HttpRequestNotAllowedError has been renamed to UriNotAllowedError.HttpsOnlyError has been renamed to TLSOnlyError.MalformedHttpRequestError has been renamed to MalformedUriError.@minecraft/server-net configuration module permissions parameter force_https has been renamed to force_tls.interface ContainerAccessSource to beta.interface ContainerAccessSourceFilter to beta.class EntityContainerClosedAfterEvent to beta.class EntityContainerClosedAfterEventSignal to beta.class EntityContainerOpenedAfterEvent to beta.class EntityContainerOpenedAfterEventSignal to beta.interface EntityContainerAccessEventOptions to beta.class BlockContainerClosedAfterEvent to beta.class BlockContainerClosedAfterEventSignal to beta.class BlockContainerOpenedAfterEvent to beta.class BlockContainerOpenedAfterEventSignal to beta.interface BlockContainerAccessEventOptions to beta.StructureManager.getPackStructureIds to beta.EntityEnderInventoryComponent for accessing a player's ender chest to beta.DDUI
DropdownItem:
description from string to UIRawMessage string.
description?: UIRawMessage stringdescription?: stringlabel from string to UIRawMessage string.label: UIRawMessage string
label: stringGraphical
From released versions before 26.20
Block#localizationKey property in scripting does not respect display name component.Other
minecraft:placement_filter for blocks with the trait minecraft:multi_block.minecraft:interact where combining drop_item_slot and equip_item_slot would not equip the given item.summon_cap for custom entities was ignored.CustomForm or MessageBox) back to back resulted in the second form not showing.