![]() |
VOOZH | about |
| Edition | Bedrock Edition | ||||||
|---|---|---|---|---|---|---|---|
| Release date | February 24, 2026 | ||||||
| Server version | 1.26.10.25 | ||||||
| Editor version | 1.3.0 | ||||||
| Build version | Windows: 41464897 Android: 41464905 (armeabi-v7a) 41464907 (arm64-v8a) iOS: 41464899 | ||||||
| Internal version | Windows, Xbox: 1.26.1025.0 Android: 1.26.10.25 | ||||||
| Version code | Android: 952601025 (armeabi-v7a, 35) | ||||||
| Type | Preview | ||||||
| Preview for | 26.10 | ||||||
| Downloads | Server Windows Linux | ||||||
| Protocol version | 944 | ||||||
| |||||||
{
"title": "Preview 26.10.25",
"images": [
"Bedrock 26.10.25.png"
],
"rows": [
{
"field": "''(link to Bedrock Edition article, displayed as Bedrock Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "February 24, 2026",
"label": "Release date"
},
{
"field": "(link to Bedrock Dedicated Server 1.26.10.25 article, displayed as 1.26.10.25)",
"label": "Server version"
},
{
"field": "(link to Bedrock Editor 1.3.0 article, displayed as 1.3.0)",
"label": "''(link to Bedrock Editor article, displayed as Editor)'' version"
},
{
"field": "'''Windows''': 41464897<br>'''Android''':<br>41464905 (armeabi-v7a)<br>41464907 (arm64-v8a)<br>'''iOS''': 41464899",
"label": "Build version"
},
{
"field": "'''Windows, Xbox''': 1.26.1025.0<br>'''Android''': 1.26.10.25",
"label": "Internal version"
},
{
"field": "'''Android''':<br />\n952601025 (armeabi-v7a, 35)<br />\n962601025 (x86, 35)<br />\n972601025 (arm64-v8a, 35)<br />\n982601025 (x86_64, 35)",
"label": "Version code"
},
{
"field": "Preview",
"label": "(link to Version types article, displayed as Type)"
},
{
"field": "(link to Bedrock Edition 26.10 article, displayed as 26.10)",
"label": "Preview for"
},
{
"field": "'''Server'''<br>[https://www.minecraft.net/bedrockdedicatedserver/bin-win-preview/bedrock-server-1.26.10.25.zip Windows]<br>[https://www.minecraft.net/bedrockdedicatedserver/bin-linux-preview/bedrock-server-1.26.10.25.zip Linux]",
"label": "Downloads"
},
{
"field": "944",
"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.3|<span style=\"margin-right:-0.35em\">β</span>β 26.3]]</td>\n<td style=\"padding: 0.4em\">'''[[Bedrock Edition 26.10|26.10]]'''</td>\n<td style=\"padding: 0.4em\" >[[Bedrock Edition 26.11| 26.11 <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.10.24|β Preview 26.10.24]]\n</td>\n<td style=\"padding: 0.4em\">''' Preview 26.10.25'''</td>\n<td style=\"padding: 0.4em\">\n[[Bedrock Edition Preview 26.10.26| Preview 26.10.26 βΊ]]\n</td>\n</tr>\n</table>"
}
Beta 26.10.25 (ChromeOS, Android) or Preview 26.10.25 (Windows, iOS, iPadOS, Xbox, PlayStation) is the fifth beta/Preview for Bedrock Edition 26.10, released on February 24, 2026,[1] which makes some minor changes, updates the panorama, and fixes bugs.
π Image
π Image
π Image
Drowned, husk, and zombie
Graphical
AI Goals
minecraft:behavior.panic goal has been made more robust in how it calculates an entity's desired path.TickingAreaOptions from beta to V2.6.0.TickingAreaManager from beta to V2.6.0.TickingArea from beta to V2.6.0.TickingAreaError from beta to V2.6.0.TickingAreaErrorReason from beta to V2.6.0.playAnimation method from beta to v2.6.0.attachToEntity method from beta to v2.6.0.EntityAttachPoint from beta to v2.6.0.CatmullRomSpline from beta to v2.6.0.LinearSpline from beta to v2.6.0.AnimationOptions from beta to v2.6.0.CameraAttachOptions from beta to v2.6.0.ProgressKeyFrame from beta to v2.6.0.RotationKeyFrame from beta to v2.6.0.beta to v2.6.0.readonly tickingAreaManager: TickingAreaManager from beta to V2.6.0.minecraft:multi_block:
minecraft:movable must be defined and cannot be defined in permutations.movement_type are popped or immovable.minecraft:placement_filter cannot be defined in permutations.Entity components
minecraft:pushable component into two new components:
minecraft:pushable_by_block is the equivalent of setting "is_pushable_by_piston": true.
minecraft:pushable_by_block exists on the entity, then pistons and shulker boxes can attempt to push it.minecraft:pushable_by_block is the equivalent of setting "is_pushable_by_piston": false.minecraft:pushable_by_entity is the equivalent of setting "is_pushable": true.
minecraft:pushable_by_entity exists on the entity, then other entities can attempt to push it.minecraft:pushable_by_entity is the equivalent of setting "is_pushable": false.minecraft:pushable will no longer be parsed.These additions and changes are accessible by enabling the "Beta APIs", "Upcoming Creator Features", and "Experimental Voxel Shape Features" experimental toggles.
createTickingArea() to return Promise<void> instead of Promise<TickingArea> in beta.locatorBar property to beta:
Waypoint class to beta:
EntityWaypoint class to beta:
PlayerWaypoint class to beta:
LocationWaypoint class to beta:
WaypointTexture enum to beta:
WaypointTextureBounds interface to beta:
WaypointTextureSelector interface to beta:
EntityVisibilityRules interface to beta:
PlayerVisibilityRules interface to beta:
LocatorBar class to beta:
LocatorBarError error class to beta:
LocatorBarErrorReason enum to beta:
InvalidWaypointError error class to beta:
InvalidWaypointTextureSelectorError error class to beta:
WaypointTextureSelector size over limit.minecraft:chest_obstruction component under the Upcoming Creator Features toggle.
obstruction_rule specifies how the block is evaluated during opening if placed above; shape is the default when not specified.always: Will always obstruct a chest from opening.never: Will never obstruct a chest from opening.shape: Will use the Blocks AABB shape to determine if the chest is obstructed from opening.From released versions before 26.10
From the 26.10 development versions
Other
placement_filter and block_placer components to support placing on liquid blocks when used with liquid_clipped.