![]() |
VOOZH | about |
| Edition | Bedrock Edition | ||||||
|---|---|---|---|---|---|---|---|
| Release date | April 8, 2026 | ||||||
| Server version | 1.26.20.26 | ||||||
| Editor version | 1.3.4 | ||||||
| Build version | Windows: 43049657 Android: 43049668 (armeabi-v7a) 43049662 (arm64-v8a) iOS: 43049656 | ||||||
| Internal version | Windows, Xbox: 1.26.2026.0 Android: 1.26.20.26 | ||||||
| Version code | Android: 952602026 (armeabi-v7a, 35) | ||||||
| Type | Preview | ||||||
| Preview for | 26.20 | ||||||
| Downloads | Server Windows Linux | ||||||
| Protocol version | 974 | ||||||
| |||||||
{
"title": "Preview 26.20.26",
"images": [
"Bedrock 26.20.26.png"
],
"rows": [
{
"field": "''(link to Bedrock Edition article, displayed as Bedrock Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "April 8, 2026",
"label": "Release date"
},
{
"field": "(link to Bedrock Dedicated Server 1.26.20.26 article, displayed as 1.26.20.26)",
"label": "Server version"
},
{
"field": "(link to Bedrock Editor 1.3.4 article, displayed as 1.3.4)",
"label": "''(link to Bedrock Editor article, displayed as Editor)'' version"
},
{
"field": "'''Windows''': 43049657<br>'''Android''':<br>43049668 (armeabi-v7a)<br>43049662 (arm64-v8a)<br>'''iOS''': 43049656",
"label": "Build version"
},
{
"field": "'''Windows, Xbox''': 1.26.2026.0<br>'''Android''': 1.26.20.26",
"label": "Internal version"
},
{
"field": "'''Android''':<br />\n952602026 (armeabi-v7a, 35)<br />\n962602026 (x86, 35)<br />\n972602026 (arm64-v8a, 35)<br />\n982602026 (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.26.zip Windows]<br>[https://www.minecraft.net/bedrockdedicatedserver/bin-linux-preview/bedrock-server-1.26.20.26.zip Linux]",
"label": "Downloads"
},
{
"field": "974",
"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 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<td style=\"padding: 0.4em\">\n[[Bedrock Edition Preview 26.20.23|β Preview 26.20.23]]\n</td>\n<td style=\"padding: 0.4em\">''' Preview 26.20.26'''</td>\n<td style=\"padding: 0.4em\">\n[[Bedrock Edition Preview 26.20.27| Preview 26.20.27 βΊ]]\n</td>\n</tr>\n</table>"
}
Beta 26.20.26 (ChromeOS, Android) or Preview 26.20.26 (Windows, iOS, iPadOS, Xbox, PlayStation) is the fifth beta/Preview for Bedrock Edition 26.20, released on April 8, 2026,[1] which fixes bugs, and adds custom dimensions to the Beta APIs experiment.
Accounts
AI Goals
minecraft:behavior.go_and_give_items_to_noteblockminecraft:behavior.go_and_give_items_to_ownerminecraft:behavior.go_homeminecraft:behavior.random_hoverminecraft:behavior.random_sittingminecraft:behavior.random_strollhover_height field in minecraft:behavior.random_hover now only accepts an object with min and max values.minecraft:chest_obstruction from experimental for block format versions 1.26.20 or higher.Blocks
minecraft:item_visual trying to use texture variations.
minecraft:selection_box component will correctly give an error again when the y is over the 16 limit.Entity components
minecraft:apply_knockback_rules now takes an array of presets.
presets is an array of elements with the same parameters as minecraft:apply_knockback_rules had previously.filter is an actor filter with the default syntax.filters parameter to minecraft:spawn_on_death.These additions and changes are accessible by enabling the "Beta APIs", "Upcoming Creator Features", "Render Dragon Features for Creators", "Experimental Voxel Shape Features", and "Drop 2 of 2026" experimental toggles.
setText on TextPrimitive, to be 128 lines and 128 characters per line.DimensionRegistry:
registerCustomDimension to allow registrations of new custom dimensions in beta.DDUI
MessageBox.body, CustomForm.label, and CustomForm.header using \n.Entities
entity_version description field to entity behavior definitions that enables per-entity versioning and upgrade handling.
entity_version field is a JSON object containing an upgrades array, where each entry specifies an integer upgrade_to version and a name string referencing an upgrade handler defined in a new top-level upgrades section of the entity definition.1 and be contiguous. Gaps or duplicates are rejected with a content error.0 is reserved for entities that have no version set ("versionless"), which is the default for all existing entities.Entity components
minecraft:apply_knockback_rules:
scale_previous_velocity scales the previous velocity of the target when hit.horizontal_hit_angle_scale scales the horizontal angle response of the target when hit based on the attacker's aim direction.vertical_hit_angle_scale scales the vertical angle response of the target when hit based on the attacker's aim direction.vertical_position_angle_scale scales the vertical angle response of the target when hit based on the attacker's relative feet position.scale_with_damage enables scaling the magnitude of knocback based on the inverse square of the damage.Graphical
Voxel Shapes
From released versions before 26.20
From the 26.20 development versions
Other
minecraft:item_visual and minecraft:embedded_visual.tag: entries in block permutations being silently dropped when upgrading to format version 1.26.20, which could cause scripts relying on permutation-specific tags to fail.minecraft:replaceable to work with all parts of a multi-block. The component can no longer be defined in the permutations array, only allowed in the base components object.