VOOZH about

URL: https://minecraft.wiki/w/Bedrock_Edition_Preview_26.10.25

⇱ Bedrock Edition Preview 26.10.25 – Minecraft Wiki


Bedrock Edition Preview 26.10.25

From Minecraft Wiki
Jump to navigation Jump to search
Preview 26.10.25
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)
962601025 (x86, 35)
972601025 (arm64-v8a, 35)
982601025 (x86_64, 35)

Type Preview
Preview for 26.10
Downloads Server
Windows
Linux
Protocol version 944
β—„β—„  26.3 26.10 26.11 β–Ίβ–Ί

β—„  Preview 26.10.24

Preview 26.10.25

Preview 26.10.26 β–Ί

{
 "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.

Changes

[edit | edit source]

πŸ‘ Image
πŸ‘ Image
πŸ‘ Image
Drowned, husk, and zombie

  • Reduced the head size of the baby mob models.

Items

[edit | edit source]

Name tag

General

[edit | edit source]

Controls

  • Updated the name for the Describe control to Identify.

Graphical

Panorama

Technical

[edit | edit source]

AI Goals

  • The minecraft:behavior.panic goal has been made more robust in how it calculates an entity's desired path.

API

  • Moved the interface TickingAreaOptions from beta to V2.6.0.
  • Moved the class TickingAreaManager from beta to V2.6.0.
  • Moved the interface TickingArea from beta to V2.6.0.
  • Moved the error TickingAreaError from beta to V2.6.0.
  • Moved the enum TickingAreaErrorReason from beta to V2.6.0.
  • Camera:
    • Released playAnimation method from beta to v2.6.0.
    • Released attachToEntity method from beta to v2.6.0.
    • Released EntityAttachPoint from beta to v2.6.0.
    • Released CatmullRomSpline from beta to v2.6.0.
    • Released LinearSpline from beta to v2.6.0.
    • Released AnimationOptions from beta to v2.6.0.
    • Released CameraAttachOptions from beta to v2.6.0.
    • Released ProgressKeyFrame from beta to v2.6.0.
    • Released RotationKeyFrame from beta to v2.6.0.
    • Released SplineAnimation from beta to v2.6.0.
  • World:
    • Moved the property readonly tickingAreaManager: TickingAreaManager from beta to V2.6.0.

Blocks

Entity components

  • Split the minecraft:pushable component into two new components:
    • minecraft:pushable_by_block is the equivalent of setting "is_pushable_by_piston": true.
      • If minecraft:pushable_by_block exists on the entity, then pistons and shulker boxes can attempt to push it.
      • Removing 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.
      • If minecraft:pushable_by_entity exists on the entity, then other entities can attempt to push it.
      • Removing minecraft:pushable_by_entity is the equivalent of setting "is_pushable": false.
    • The component minecraft:pushable will no longer be parsed.

Experimental

[edit | edit source]

These additions and changes are accessible by enabling the "Beta APIs", "Upcoming Creator Features", and "Experimental Voxel Shape Features" experimental toggles.

Changes

[edit | edit source]

Technical

[edit | edit source]

API

  • TickingAreaManager:
    • Changed createTickingArea() to return Promise<void> instead of Promise<TickingArea> in beta.
  • Added locatorBar property to beta:
    • Manages the collection of waypoints displayed on the player's locator bar.
  • Added Waypoint class to beta:
    • Base class for waypoints displayed on the player's locator bar.
  • Added EntityWaypoint class to beta:
    • Waypoint that tracks an entity's position.
  • Added PlayerWaypoint class to beta:
    • Waypoint that tracks a player's position with player specific visibility rules.
  • Added LocationWaypoint class to beta:
    • Waypoint that points to a fixed location in the world.
  • Added WaypointTexture enum to beta:
    • Enum representing different texture icons for waypoints.
  • Added WaypointTextureBounds interface to beta:
    • Defines a texture and distance range for waypoint display.
  • Added WaypointTextureSelector interface to beta:
    • Defines how waypoint textures change based on distance.
  • Added EntityVisibilityRules interface to beta:
    • Controls waypoint visibility based on entity state.
  • Added PlayerVisibilityRules interface to beta:
    • Controls waypoint visibility based on player-specific states.
  • Added LocatorBar class to beta:
    • Manages the collection of waypoints displayed on a player's locator bar.
  • Added LocatorBarError error class to beta:
    • Error thrown when a locator bar operation fails.
  • Added LocatorBarErrorReason enum to beta:
    • Enum representing reasons why locator bar operations fail.
  • Added InvalidWaypointError error class to beta:
    • Error thrown when attempting operations on an invalid waypoint.
  • Added InvalidWaypointTextureSelectorError error class to beta:
    • Error thrown when using WaypointTextureSelector size over limit.

Blocks

  • Added minecraft:chest_obstruction component under the Upcoming Creator Features toggle.
    • It defines how a block placed above a chest or ender chest should obstruct their opening.
      • 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.
    • Blocks prior to 26.10 will behave as expected based on their defined geometry and material instances.

Fixes

[edit | edit source]

21 issues fixed

From released versions before 26.10

  • MCPE-104070 – Water leaks through stair blocks when not all of same type.
  • MCPE-186092 – Trial chambers are over spawning mobs.
  • MCPE-232505 – Cannot download the add-on β€œRealismCraft 2.2” from the "Create from template" screen.
  • MCPE-233116 – Incorrect or Missing Closed Captions.
  • MCPE-233144 – Sounds played through entity or attachables animations do not produces subtitles.
  • MCPE-234709 – Subtitles text slightly offset to the right when showing subtitle with "<" direction.
  • MCPE-234792 – The UI looks small even if GUI Scale is set to max.

From the 26.10 development versions

  • MCPE-235469 – Baby glow squid is not emissive.
  • MCPE-235739 – Golden dandelions can't be used on squid and baby squid.
  • MCPE-236101 – Baby Leather armor lacks from its not tinted leather overlay from Java.
  • MCPE-236105 – Armor Trims not showing.
  • MCPE-236401 – Cobblestone recipes incorrectly appear for other stone types in stonecutters.

Other

  • Fixed an issue that could cause invalid classic skins to be shown as blank skins.
  • Fixed an issue where some players on PS5 had vertical sync disabled, causing image tearing.
  • Fixed a hole in the snifflet texture.
  • Fixed broken modals shown when client attempts to play on a Realm.
  • Fixed placement_filter and block_placer components to support placing on liquid blocks when used with liquid_clipped.
  • Fixed rare crash on PS5 native due to inconsistency of packet ordering.
  • Fixed content warnings for unit cube and empty shapes that appear when joining a voxel shape enabled world as a client.
  • Fixed a missing pixel in the robe of the baby plains zombie villager texture.
  • Mirrored baby hoglin and baby zoglin left ear texture.

References

[edit | edit source]
  1. ↑ "Minecraft Beta & Preview - 26.10.25" – Minecraft Feedback, February 25, 2026.

Navigation

[edit | edit source]
Retrieved from "https://minecraft.wiki/w/Bedrock_Edition_Preview_26.10.25?oldid=3591611"

Navigation menu