![]() |
VOOZH | about |
| Edition | Bedrock Edition | ||||||
|---|---|---|---|---|---|---|---|
| Release date | March 25, 2026 | ||||||
| Server version | 1.26.20.22 | ||||||
| Editor version | 1.3.3 | ||||||
| Build version | Windows: 42478329 Android: 42478326 (armeabi-v7a) 42478328 (arm64-v8a) | ||||||
| Internal version | Windows, Xbox: 1.26.2022.0 Android: 1.26.20.22 | ||||||
| Version code | Android: 952602022 (armeabi-v7a, 35) | ||||||
| Type | Preview | ||||||
| Preview for | 26.20 | ||||||
| Downloads | Server Windows Linux | ||||||
| Protocol version | 967 | ||||||
| |||||||
{
"title": "Preview 26.20.22",
"images": [
"Bedrock 26.20.22.png"
],
"rows": [
{
"field": "''(link to Bedrock Edition article, displayed as Bedrock Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "March 25, 2026",
"label": "Release date"
},
{
"field": "(link to Bedrock Dedicated Server 1.26.20.22 article, displayed as 1.26.20.22)",
"label": "Server version"
},
{
"field": "(link to Bedrock Editor 1.3.3 article, displayed as 1.3.3)",
"label": "''(link to Bedrock Editor article, displayed as Editor)'' version"
},
{
"field": "'''Windows''': 42478329<br>'''Android''':<br>42478326 (armeabi-v7a)<br>42478328 (arm64-v8a)",
"label": "Build version"
},
{
"field": "'''Windows, Xbox''': 1.26.2022.0<br>'''Android''': 1.26.20.22",
"label": "Internal version"
},
{
"field": "'''Android''':<br />\n952602022 (armeabi-v7a, 35)<br />\n962602022 (x86, 35)<br />\n972602022 (arm64-v8a, 35)<br />\n982602022 (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.22.zip Windows]<br>[https://www.minecraft.net/bedrockdedicatedserver/bin-linux-preview/bedrock-server-1.26.20.22.zip Linux]",
"label": "Downloads"
},
{
"field": "967",
"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.21|β Preview 26.20.21]]\n</td>\n<td style=\"padding: 0.4em\">''' Preview 26.20.22'''</td>\n<td style=\"padding: 0.4em\">\n[[Bedrock Edition Preview 26.20.23| Preview 26.20.23 βΊ]]\n</td>\n</tr>\n</table>"
}
Beta 26.20.22 (ChromeOS, Android) or Preview 26.20.22 (Windows, iOS, iPadOS, Xbox, PlayStation) is the third beta/Preview for Bedrock Edition 26.20, released on March 25, 2026,[1] which adds the Realms Hub, text chat for parties, and fixes bugs.
Graphical
AI Goals
minecraft:behavior.hoverminecraft:behavior.lay_downminecraft:behavior.mount_pathingminecraft:behavior.move_through_villageminecraft:behavior.move_to_random_blockminecraft:behavior.move_towards_targeton_pickup_item_start and on_pickup_item_end to minecraft:behavior.pickup_items.locale property to ClientSystemInfo that provides the player's selected language.Entity components
minecraft:spawn_on_death component for spawning entities when an entity perishes.
entity_to_spawn: What entity to spawn, defaults to owning entity when not set.spawn_method: Spawn method. born, spawned, or summoned, defaults to spawned when not set.spawn_amount: How many entities to spawn, defaults to 1 when not set.inherit_parent_name: If true, the entity will inherit the name of the parent entity, defaults to true when not set.additional_spawn_range: Additional random range of entities to spawn, defaults to 0 when not set.These additions and changes are accessible by enabling the "Beta APIs", "Upcoming Creator Features", and "Render Dragon Features for Creators" experimental toggles.
Observable.toJSON to @minecraft/server beta so that observables can be easily be stringified with JSON.stringify.DedicatedServerUtils of @minecraft/server-admin in beta.
reloadScriptingConfig() to reload scripting configuration files from disk.reloadPermissions() to reload the sever permissions file from disk.reloadCDNConfig() to reload cdn configuration files from disk.backfaceVisible property to DebugText in the @minecraft/debug-utilities module.backfaceVisible property to TextPrimitive in the @minecraft/server module.textBackfaceVisible property to DebugText in the @minecraft/debug-utilities module.textBackfaceVisible property to TextPrimitive in the @minecraft/server module.maxShapes to PrimitiveShapesManager.PrimitiveShape objects to 1000.param of setText on TextPrimitive to 128.PrimitiveShape objects to -1000 and 1000 respectively.Blocks
snow_log_no_collision behavior to precipitation_behavior in the minecraft:precipitation_interactions component with Upcoming Creator Features experiment.
minecraft:collision_box must be false.DDUI
DataDrivenScreenClosedReason to @minecraft/server-ui beta.MessageBoxResult.wasShown with MessageBoxResult.closeReason, which is a DataDrivenScreenClosedReason.CustomForm.show(): Promise<boolean> to Promise<DataDrivenScreenClosedReason>.FormCloseError, PlayerLeftError, and ServerShutdownError to @minecraft/server-ui beta for use with CustomForm and MessageBox.Graphical
Scripting
CustomTexture type to beta.
textureBoundsList in the WaypointTextureSelector now has the option of passing in a CustomTexture with a specified path, height, and width.From released versions before 26.20
Other
minecraft:multi_block not loading properly with modern block definition loader.