Minecraft:Bedrock Edition Preview 26.10.25: Difference between revisions
More actions
Fix template calls: add MC/ prefix |
Sync: updated from Minecraft |
||
| Line 22: | Line 22: | ||
<onlyinclude> | <onlyinclude> | ||
'''Beta 26.10.25''' (ChromeOS, Android) or '''Preview 26.10.25''' (Windows, iOS, iPadOS, Xbox, PlayStation) is the fifth beta/''Preview'' for [[Minecraft:Bedrock Edition 26.10]], released on February 24, 2026,<ref>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/43775430834701-Minecraft-Beta-Preview-26-10-25|title=Minecraft Beta & Preview - 26.10.25|website=Minecraft Feedback|date=February 25, 2026}}</ref> which makes some minor changes, updates the panorama, and fixes bugs. | '''Beta 26.10.25''' (ChromeOS, Android) or '''Preview 26.10.25''' (Windows, iOS, iPadOS, Xbox, PlayStation) is the fifth beta/''Preview'' for [[Minecraft:Bedrock Edition 26.10]], released on February 24, 2026,<ref>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/43775430834701-Minecraft-Beta-Preview-26-10-25|title=Minecraft Beta & Preview - 26.10.25|website=Minecraft Feedback|date=February 25, 2026}}</ref> which makes some minor changes, updates the [[Minecraft:panorama]], and fixes bugs. | ||
== Changes == | == Changes == | ||
=== Mobs === | === Mobs === | ||
{{ | {{animate|Baby Drowned BE4.png;Baby Husk JE4 BE4.png;Baby Zombie JE4 BE4.png|x32px}} '''[[Minecraft:Drowned]]''', '''[[Minecraft:husk]]''', and '''[[Minecraft:zombie]]''' | ||
* Reduced the head size of the baby mob models. | * Reduced the head size of the baby mob models. | ||
=== Items === | === Items === | ||
'''Name tag''' | '''[[Minecraft:Name tag]]''' | ||
* Can no longer be bought from | * Can no longer be bought from [[Minecraft:librarian]]s. | ||
* Can now be sold by wandering | * Can now be sold by [[Minecraft:wandering trader]]s as a common trade for 1 [[Minecraft:emerald]] with a 7% chance, and 5 trades in stock. | ||
* Can no longer be found in [[Minecraft:chest]]s in woodland | * Can no longer be found in [[Minecraft:chest]]s in [[Minecraft:woodland mansion]]s and [[Minecraft:ancient cities]]. | ||
=== General === | === General === | ||
'''Controls''' | '''[[Minecraft:Controls]]''' | ||
* Updated the name for the Describe control to Identify. | * Updated the name for the [[Minecraft:Describe]] control to Identify. | ||
'''Graphical''' | '''Graphical''' | ||
* Added static/colorized block light shading to [[Minecraft:Particles (Bedrock Edition)|particles]] in [[Minecraft:Vibrant Visuals]]. | * Added static/colorized block light shading to [[Minecraft:Particles (Bedrock Edition)|particles]] in [[Minecraft:Vibrant Visuals]]. | ||
'''Panorama''' | '''[[Minecraft:Panorama]]''' | ||
* Updated the panorama to reflect [[Minecraft:Tiny Takeover]]. | * Updated the panorama to reflect [[Minecraft:Tiny Takeover]]. | ||
=== Technical === | === Technical === | ||
'''AI Goals''' | '''AI Goals''' | ||
* The {{ | * The {{cd|minecraft:behavior.panic}} goal has been made more robust in how it calculates an entity's desired path. | ||
'''API''' | '''[[Minecraft:API]]''' | ||
* Moved the interface {{ | * Moved the interface {{cd|TickingAreaOptions}} from {{cd|beta}} to {{cd|V2.6.0}}. | ||
* Moved the class {{ | * Moved the class {{cd|TickingAreaManager}} from {{cd|beta}} to {{cd|V2.6.0}}. | ||
* Moved the interface {{ | * Moved the interface {{cd|TickingArea}} from {{cd|beta}} to {{cd|V2.6.0}}. | ||
* Moved the error {{ | * Moved the error {{cd|TickingAreaError}} from {{cd|beta}} to {{cd|V2.6.0}}. | ||
* Moved the enum {{ | * Moved the enum {{cd|TickingAreaErrorReason}} from {{cd|beta}} to {{cd|V2.6.0}}. | ||
* Camera: | * Camera: | ||
** Released {{ | ** Released {{cd|playAnimation}} method from {{cd|beta}} to {{cd|v2.6.0}}. | ||
** Released {{ | ** Released {{cd|attachToEntity}} method from {{cd|beta}} to {{cd|v2.6.0}}. | ||
** Released {{ | ** Released {{cd|EntityAttachPoint}} from {{cd|beta}} to {{cd|v2.6.0}}. | ||
** Released {{ | ** Released {{cd|CatmullRomSpline}} from {{cd|beta}} to {{cd|v2.6.0}}. | ||
** Released {{ | ** Released {{cd|LinearSpline}} from {{cd|beta}} to {{cd|v2.6.0}}. | ||
** Released {{ | ** Released {{cd|AnimationOptions}} from {{cd|beta}} to {{cd|v2.6.0}}. | ||
** Released {{ | ** Released {{cd|CameraAttachOptions}} from {{cd|beta}} to {{cd|v2.6.0}}. | ||
** Released {{ | ** Released {{cd|ProgressKeyFrame}} from {{cd|beta}} to {{cd|v2.6.0}}. | ||
** Released {{ | ** Released {{cd|RotationKeyFrame}} from {{cd|beta}} to {{cd|v2.6.0}}. | ||
** Released SplineAnimation from {{ | ** Released SplineAnimation from {{cd|beta}} to {{cd|v2.6.0}}. | ||
* World: | * World: | ||
** Moved the property {{ | ** Moved the property {{cd|readonly tickingAreaManager: TickingAreaManager}} from {{cd|beta}} to {{cd|V2.6.0}}. | ||
'''[[Minecraft:Block]]s''' | '''[[Minecraft:Block]]s''' | ||
* Added some JSON constraints for blocks with trait [[Minecraft:Block definition#minecraft:multi_block|{{ | * Added some JSON constraints for blocks with trait [[Minecraft:Block definition#minecraft:multi_block|{{cd|minecraft:multi_block}}]]: | ||
** Component [[Minecraft:Block components#minecraft:movable|{{ | ** Component [[Minecraft:Block components#minecraft:movable|{{cd|minecraft:movable}}]] must be defined and cannot be defined in permutations. | ||
** Valid values for {{ | ** Valid values for {{cd|movement_type}} are {{cd|popped}} or {{cd|immovable}}. | ||
** Component [[Minecraft:Block components#minecraft:placement_filter|{{ | ** Component [[Minecraft:Block components#minecraft:placement_filter|{{cd|minecraft:placement_filter}}]] cannot be defined in permutations. | ||
'''Entity components''' | '''Entity components''' | ||
* Split the {{ | * Split the {{cd|minecraft:pushable}} component into two new components: | ||
** {{ | ** {{cd|minecraft:pushable_by_block}} is the equivalent of setting {{cd|"is_pushable_by_piston": true}}. | ||
*** If {{ | *** If {{cd|minecraft:pushable_by_block}} exists on the entity, then [[Minecraft:piston]]s and [[Minecraft:shulker box]]es can attempt to push it. | ||
*** Removing {{ | *** Removing {{cd|minecraft:pushable_by_block}} is the equivalent of setting {{cd|"is_pushable_by_piston": false}}. | ||
** {{ | ** {{cd|minecraft:pushable_by_entity}} is the equivalent of setting {{cd|"is_pushable": true}}. | ||
*** If {{ | *** If {{cd|minecraft:pushable_by_entity}} exists on the entity, then other entities can attempt to push it. | ||
*** Removing {{ | *** Removing {{cd|minecraft:pushable_by_entity}} is the equivalent of setting {{cd|"is_pushable": false}}. | ||
** The component {{ | ** The component {{cd|minecraft:pushable}} will no longer be parsed. | ||
== Experimental == | == Experimental == | ||
These additions and changes are accessible by enabling the "Beta APIs", "Upcoming Creator Features", and "Experimental Voxel Shape Features" experimental toggles. | These additions and changes are accessible by enabling the "Beta APIs", "Upcoming Creator Features", and "Experimental Voxel Shape Features" [[Minecraft:experimental]] toggles. | ||
=== Changes === | === Changes === | ||
==== Technical ==== | ==== Technical ==== | ||
'''API''' | '''[[Minecraft:API]]''' | ||
* TickingAreaManager: | * TickingAreaManager: | ||
** Changed {{ | ** Changed {{cd|createTickingArea()}} to return {{cd|Promise<void>}} instead of {{cd|Promise<TickingArea>}} in {{cd|beta}}. | ||
* Added {{ | * Added {{cd|locatorBar}} property to {{cd|beta}}: | ||
** Manages the collection of waypoints displayed on the player's locator bar. | ** Manages the collection of waypoints displayed on the player's [[Minecraft:locator bar]]. | ||
* Added {{ | * Added {{cd|Waypoint}} class to {{cd|beta}}: | ||
** Base class for waypoints displayed on the player's locator bar. | ** Base class for waypoints displayed on the player's locator bar. | ||
* Added {{ | * Added {{cd|EntityWaypoint}} class to {{cd|beta}}: | ||
** Waypoint that tracks an entity's position. | ** Waypoint that tracks an entity's position. | ||
* Added {{ | * Added {{cd|PlayerWaypoint}} class to {{cd|beta}}: | ||
** Waypoint that tracks a player's position with player specific visibility rules. | ** Waypoint that tracks a player's position with player specific visibility rules. | ||
* Added {{ | * Added {{cd|LocationWaypoint}} class to {{cd|beta}}: | ||
** Waypoint that points to a fixed location in the world. | ** Waypoint that points to a fixed location in the world. | ||
* Added {{ | * Added {{cd|WaypointTexture}} enum to {{cd|beta}}: | ||
** Enum representing different texture icons for waypoints. | ** Enum representing different texture icons for waypoints. | ||
* Added {{ | * Added {{cd|WaypointTextureBounds}} interface to {{cd|beta}}: | ||
** Defines a texture and distance range for waypoint display. | ** Defines a texture and distance range for waypoint display. | ||
* Added {{ | * Added {{cd|WaypointTextureSelector}} interface to {{cd|beta}}: | ||
** Defines how waypoint textures change based on distance. | ** Defines how waypoint textures change based on distance. | ||
* Added {{ | * Added {{cd|EntityVisibilityRules}} interface to {{cd|beta}}: | ||
** Controls waypoint visibility based on entity state. | ** Controls waypoint visibility based on entity state. | ||
* Added {{ | * Added {{cd|PlayerVisibilityRules}} interface to {{cd|beta}}: | ||
** Controls waypoint visibility based on player-specific states. | ** Controls waypoint visibility based on player-specific states. | ||
* Added {{ | * Added {{cd|LocatorBar}} class to {{cd|beta}}: | ||
** Manages the collection of waypoints displayed on a player's locator bar. | ** Manages the collection of waypoints displayed on a player's locator bar. | ||
* Added {{ | * Added {{cd|LocatorBarError}} error class to {{cd|beta}}: | ||
** Error thrown when a locator bar operation fails. | ** Error thrown when a locator bar operation fails. | ||
* Added {{ | * Added {{cd|LocatorBarErrorReason}} enum to {{cd|beta}}: | ||
** Enum representing reasons why locator bar operations fail. | ** Enum representing reasons why locator bar operations fail. | ||
* Added {{ | * Added {{cd|InvalidWaypointError}} error class to {{cd|beta}}: | ||
** Error thrown when attempting operations on an invalid waypoint. | ** Error thrown when attempting operations on an invalid waypoint. | ||
* Added {{ | * Added {{cd|InvalidWaypointTextureSelectorError}} error class to {{cd|beta}}: | ||
** Error thrown when using {{ | ** Error thrown when using {{cd|WaypointTextureSelector}} size over limit. | ||
'''[[Minecraft:Block]]s''' | '''[[Minecraft:Block]]s''' | ||
* Added [[Minecraft:Block components#minecraft:chest_obstruction|{{ | * Added [[Minecraft:Block components#minecraft:chest_obstruction|{{cd|minecraft:chest_obstruction}}]] component under the Upcoming Creator Features toggle. | ||
** It defines how a block placed above a [[Minecraft:chest]] or ender chest should obstruct their opening. | ** It defines how a block placed above a [[Minecraft:chest]] or [[Minecraft:ender chest]] should obstruct their opening. | ||
*** {{ | *** {{cd|obstruction_rule}} specifies how the block is evaluated during opening if placed above; {{cd|shape}} is the default when not specified. | ||
*** {{ | *** {{cd|always}}: Will always obstruct a chest from opening. | ||
*** {{ | *** {{cd|never}}: Will never obstruct a chest from opening. | ||
*** {{ | *** {{cd|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. | ** Blocks prior to 26.10 will behave as expected based on their defined geometry and material instances. | ||
== Fixes == | == Fixes == | ||
{{ | {{fixes|project=MCPE|fixedin=26.10.25 Preview | ||
|;old | |;old | ||
|104070|Water leaks through stair blocks when not all of same type. | |104070|Water leaks through stair blocks when not all of same type. | ||
| Line 154: | Line 154: | ||
* Fixed an issue that could cause invalid classic skins to be shown as blank skins. | * 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 an issue where some players on PS5 had vertical sync disabled, causing image tearing. | ||
* Fixed a hole in the snifflet texture. | * Fixed a hole in the [[Minecraft:sniffer|snifflet]] texture. | ||
* Fixed broken modals shown when client attempts to play on a Realm. | * Fixed broken modals shown when client attempts to play on a Realm. | ||
* Fixed {{ | * Fixed {{cd|placement_filter}} and {{cd|block_placer}} components to support placing on liquid blocks when used with {{cd|liquid_clipped}}. | ||
* Fixed rare crash on PS5 native due to inconsistency of packet ordering. | * 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 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. | * Fixed a missing pixel in the robe of the baby plains [[Minecraft:zombie villager]] texture. | ||
* Mirrored baby hoglin and baby zoglin left ear texture.</onlyinclude> | * Mirrored baby [[Minecraft:hoglin]] and baby [[Minecraft:zoglin]] left ear texture.</onlyinclude> | ||
== References == | == References == | ||
{{ | {{Reflist}} | ||
== Navigation == | == Navigation == | ||
{{ | {{Navbox Bedrock Edition versions|2026}} | ||
[[Category:Bedrock Edition 26.10 betas]] | [[Category:Bedrock Edition 26.10 betas]] | ||
de:Bedrock Edition beta 26.10.25 | [[Minecraft:de:Bedrock Edition beta 26.10.25]] | ||
es:Bedrock Edition Preview 26.10.25 | [[Minecraft:es:Bedrock Edition Preview 26.10.25]] | ||
ko:Bedrock Edition 프리뷰 26.10.25 | [[Minecraft:ja:Bedrock Edition Preview 26.10.25]] | ||
pt:Edição Bedrock Preview 26.10.25 | [[Minecraft:ko:Bedrock Edition 프리뷰 26.10.25]] | ||
th:รุ่น Bedrock Preview 26.10.25 | [[Minecraft:pt:Edição Bedrock Preview 26.10.25]] | ||
zh:基岩版26.10.25 | [[Minecraft:th:รุ่น Bedrock Preview 26.10.25]] | ||
[[Minecraft:zh:基岩版26.10.25]] | |||
Latest revision as of 11:07, 10 April 2026
Beta 26.10.25 (ChromeOS, Android) or Preview 26.10.25 (Windows, iOS, iPadOS, Xbox, PlayStation) is the fifth beta/Preview for Minecraft:Bedrock Edition 26.10, released on February 24, 2026,<ref>Template:Cite</ref> which makes some minor changes, updates the Minecraft:panorama, and fixes bugs.
Changes
Mobs
Template:Animate Minecraft:Drowned, Minecraft:husk, and Minecraft:zombie
- Reduced the head size of the baby mob models.
Items
- Can no longer be bought from Minecraft:librarians.
- Can now be sold by Minecraft:wandering traders as a common trade for 1 Minecraft:emerald with a 7% chance, and 5 trades in stock.
- Can no longer be found in Minecraft:chests in Minecraft:woodland mansions and Minecraft:ancient cities.
General
- Updated the name for the Minecraft:Describe control to Identify.
Graphical
- Added static/colorized block light shading to particles in Minecraft:Vibrant Visuals.
- Updated the panorama to reflect Minecraft:Tiny Takeover.
Technical
AI Goals
- The Template:Cd goal has been made more robust in how it calculates an entity's desired path.
- Moved the interface Template:Cd from Template:Cd to Template:Cd.
- Moved the class Template:Cd from Template:Cd to Template:Cd.
- Moved the interface Template:Cd from Template:Cd to Template:Cd.
- Moved the error Template:Cd from Template:Cd to Template:Cd.
- Moved the enum Template:Cd from Template:Cd to Template:Cd.
- Camera:
- Released Template:Cd method from Template:Cd to Template:Cd.
- Released Template:Cd method from Template:Cd to Template:Cd.
- Released Template:Cd from Template:Cd to Template:Cd.
- Released Template:Cd from Template:Cd to Template:Cd.
- Released Template:Cd from Template:Cd to Template:Cd.
- Released Template:Cd from Template:Cd to Template:Cd.
- Released Template:Cd from Template:Cd to Template:Cd.
- Released Template:Cd from Template:Cd to Template:Cd.
- Released Template:Cd from Template:Cd to Template:Cd.
- Released SplineAnimation from Template:Cd to Template:Cd.
- World:
- Moved the property Template:Cd from Template:Cd to Template:Cd.
- Added some JSON constraints for blocks with trait [[Minecraft:Block definition#minecraft:multi_block|Template:Cd]]:
- Component [[Minecraft:Block components#minecraft:movable|Template:Cd]] must be defined and cannot be defined in permutations.
- Valid values for Template:Cd are Template:Cd or Template:Cd.
- Component [[Minecraft:Block components#minecraft:placement_filter|Template:Cd]] cannot be defined in permutations.
Entity components
- Split the Template:Cd component into two new components:
- Template:Cd is the equivalent of setting Template:Cd.
- If Template:Cd exists on the entity, then Minecraft:pistons and Minecraft:shulker boxes can attempt to push it.
- Removing Template:Cd is the equivalent of setting Template:Cd.
- Template:Cd is the equivalent of setting Template:Cd.
- If Template:Cd exists on the entity, then other entities can attempt to push it.
- Removing Template:Cd is the equivalent of setting Template:Cd.
- The component Template:Cd will no longer be parsed.
- Template:Cd is the equivalent of setting Template:Cd.
Experimental
These additions and changes are accessible by enabling the "Beta APIs", "Upcoming Creator Features", and "Experimental Voxel Shape Features" Minecraft:experimental toggles.
Changes
Technical
- TickingAreaManager:
- Changed Template:Cd to return Template:Cd instead of Template:Cd in Template:Cd.
- Added Template:Cd property to Template:Cd:
- Manages the collection of waypoints displayed on the player's Minecraft:locator bar.
- Added Template:Cd class to Template:Cd:
- Base class for waypoints displayed on the player's locator bar.
- Added Template:Cd class to Template:Cd:
- Waypoint that tracks an entity's position.
- Added Template:Cd class to Template:Cd:
- Waypoint that tracks a player's position with player specific visibility rules.
- Added Template:Cd class to Template:Cd:
- Waypoint that points to a fixed location in the world.
- Added Template:Cd enum to Template:Cd:
- Enum representing different texture icons for waypoints.
- Added Template:Cd interface to Template:Cd:
- Defines a texture and distance range for waypoint display.
- Added Template:Cd interface to Template:Cd:
- Defines how waypoint textures change based on distance.
- Added Template:Cd interface to Template:Cd:
- Controls waypoint visibility based on entity state.
- Added Template:Cd interface to Template:Cd:
- Controls waypoint visibility based on player-specific states.
- Added Template:Cd class to Template:Cd:
- Manages the collection of waypoints displayed on a player's locator bar.
- Added Template:Cd error class to Template:Cd:
- Error thrown when a locator bar operation fails.
- Added Template:Cd enum to Template:Cd:
- Enum representing reasons why locator bar operations fail.
- Added Template:Cd error class to Template:Cd:
- Error thrown when attempting operations on an invalid waypoint.
- Added Template:Cd error class to Template:Cd:
- Error thrown when using Template:Cd size over limit.
- Added [[Minecraft:Block components#minecraft:chest_obstruction|Template:Cd]] component under the Upcoming Creator Features toggle.
- It defines how a block placed above a Minecraft:chest or Minecraft:ender chest should obstruct their opening.
- Template:Cd specifies how the block is evaluated during opening if placed above; Template:Cd is the default when not specified.
- Template:Cd: Will always obstruct a chest from opening.
- Template:Cd: Will never obstruct a chest from opening.
- Template:Cd: 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.
- It defines how a block placed above a Minecraft:chest or Minecraft:ender chest should obstruct their opening.
Fixes
Template:Fixes 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 Template:Cd and Template:Cd components to support placing on liquid blocks when used with Template:Cd.
- 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 Minecraft:zombie villager texture.
- Mirrored baby Minecraft:hoglin and baby Minecraft:zoglin left ear texture.
References
Template:Navbox Bedrock Edition versions
Minecraft:de:Bedrock Edition beta 26.10.25 Minecraft:es:Bedrock Edition Preview 26.10.25 Minecraft:ja:Bedrock Edition Preview 26.10.25 Minecraft:ko:Bedrock Edition 프리뷰 26.10.25 Minecraft:pt:Edição Bedrock Preview 26.10.25 Minecraft:th:รุ่น Bedrock Preview 26.10.25 Minecraft:zh:基岩版26.10.25