Minecraft:Bedrock Edition Preview 26.0.25: Difference between revisions
More actions
Fix template calls: add MC/ prefix |
Sync: updated from Minecraft |
||
| Line 24: | Line 24: | ||
== Additions== | == Additions== | ||
=== Gameplay === | === Gameplay === | ||
'''Party system'''{{note|This ''Preview'' has it only implemented in some devices, implemented in all devices in later ''Previews''.}} | '''[[Minecraft:Party|Party system]]'''{{note|This ''Preview'' has it only implemented in some devices, implemented in all devices in later ''Previews''.}} | ||
* Players can now create and join "parties", which are groups of people found in the [[Minecraft:Social|social drawer]] where all members automatically join any world the leader is in. | * Players can now create and join "parties", which are groups of people found in the [[Minecraft:Social|social drawer]] where all members automatically join any world the leader is in. | ||
* Members don't need to be in the leader's world and can still be in the menus or a different world while in a party. | * Members don't need to be in the leader's world and can still be in the menus or a different world while in a party. | ||
| Line 41: | Line 41: | ||
=== Mobs === | === Mobs === | ||
[[File:Camel Husk.png|32px]]'''Camel Husk''' | [[File:Camel Husk.png|32px]]'''[[Minecraft:Camel Husk]]''' | ||
* No longer panic when hit. | * No longer panic when hit. | ||
[[File:Skeleton Horse.png|32px]] '''Skeleton | [[File:Skeleton Horse.png|32px]] '''[[Minecraft:Skeleton Horse]]s''' | ||
* No longer panic when hit. | * No longer panic when hit. | ||
* Can now be ridden by mobs in the {{ | * Can now be ridden by mobs in the {{cd|zombie}} [[Minecraft:family]], instead of mobs in the {{cd|baby_husk}} and {{cd|baby_zombie}} families. | ||
**This means that baby zombie villager jockeys can now mount skeleton horses, but only them and no other mob. | **This means that baby [[Minecraft:zombie villager]] jockeys can now mount skeleton horses, but only them and no other mob. | ||
**This change was not mentioned in the changelog. | **This change was not mentioned in the changelog. | ||
[[File:Zombie Horse BE3.png|32px]] '''Zombie Horse''' | [[File:Zombie Horse BE3.png|32px]] '''[[Minecraft:Zombie Horse]]''' | ||
* Babies can no longer be ridden or equipped with a saddle or horse armor. | * Babies can no longer be ridden or equipped with a saddle or horse armor. | ||
* No longer panic when hit. | * No longer panic when hit. | ||
| Line 59: | Line 59: | ||
* The description of the Reset and Replace confirmation modals have been updated in the Realms Edit World screen. | * The description of the Reset and Replace confirmation modals have been updated in the Realms Edit World screen. | ||
'''Pause menu''' | '''[[Minecraft:Pause menu]]''' | ||
* Changed [[Minecraft:settings]] button on the game menu back to being a text button. | * Changed [[Minecraft:settings]] button on the game menu back to being a text button. | ||
[[File:Pause menu (Bedrock Preview 26.0.25).png|thumb|The new pause menu.]] | [[File:Pause menu (Bedrock Preview 26.0.25).png|thumb|The new pause menu.]] | ||
| Line 69: | Line 69: | ||
=== Technical === | === Technical === | ||
'''API''' | '''[[Minecraft:API]]''' | ||
* Added {{ | * Added {{cd|getComponents}} to {{cd|Block}} into {{cd|beta}}. | ||
* Added {{ | * Added {{cd|hasComponent}} to {{cd|Block}} into {{cd|beta}}. | ||
'''Biomes''' | '''Biomes''' | ||
* Enabled the [[Minecraft:Biome#Nether|Biome]] Replacement feature in the Nether. | * Enabled the [[Minecraft:Biome#Nether|Biome]] Replacement feature in the Nether. | ||
** Biome Replacement in the Nether can only be used with {{ | ** Biome Replacement in the Nether can only be used with {{cd|minecraft:surface_builder}} of types: | ||
*** {{ | *** {{cd|minecraft:overworld}} | ||
*** {{ | *** {{cd|minecraft:frozen_ocean}} | ||
*** {{ | *** {{cd|minecraft:capped}} | ||
*** {{ | *** {{cd|minecraft:the_end}} | ||
'''[[Minecraft:Block components]]''' | '''[[Minecraft:Block components]]''' | ||
* Released the component {{ | * Released the component {{cd|minecraft:connection_rule}} from experimental for block format versions 26.0 or higher. | ||
* Released the component {{ | * Released the component {{cd|minecraft:support}} from experimental for block format versions 26.0 or higher. | ||
* The block component {{ | * The block component {{cd|minecraft:leashable}} can be used with format_version 26.0 and higher without the "Upcoming Creator Features" toggle. | ||
'''General''' | '''General''' | ||
* Added {{ | * Added {{cd|minecraft:village_type}} biome component that determines the type of the village in the biome. | ||
'''Network Protocol''' | '''Network Protocol''' | ||
* {{ | * {{cd|ActorDamageCause}} modified: deprecated {{cd|ActorDamageCause::Dehydration}}. | ||
'''UI''' | '''UI''' | ||
* Added {{ | * Added {{cd|default_size_scales_to_ratio}} Boolean to image controls so that a size of "default" will resize to maintain the texture's aspect ratio. | ||
== Experimental == | == Experimental == | ||
These additions and changes are accessible by enabling the "Beta APIs" and "Upcoming Creator Features" experimental toggles. | These additions and changes are accessible by enabling the "Beta APIs" and "Upcoming Creator Features" [[Minecraft:experimental]] toggles. | ||
=== Changes === | === Changes === | ||
==== Technical ==== | ==== Technical ==== | ||
'''API''' | '''[[Minecraft:API]]''' | ||
* Added the privilege with which a closure will be called to API metadata. | * Added the privilege with which a closure will be called to API metadata. | ||
** Added {{ | ** Added {{cd|World.seed}} as a property to expose the [[Minecraft:world seed]] to {{cd|beta}}. | ||
* Added before & after script events for when an entity picks up an item in the world. | * Added before & after script events for when an entity picks up an item in the world. | ||
** Added class {{ | ** Added class {{cd|EntityItemPickupAfterEvent}} to {{cd|beta}}. | ||
** Added class {{ | ** Added class {{cd|EntityItemPickupBeforeEvent}} to {{cd|beta}}. | ||
** Added class {{ | ** Added class {{cd|EntityItemPickupAfterEventSignal}} to {{cd|beta}}. | ||
** Added class {{ | ** Added class {{cd|EntityItemPickupBeforeEventSignal}} to {{cd|beta}}. | ||
** Added interface {{ | ** Added interface {{cd|EntityItemPickupEventOptions}} to {{cd|beta}}. | ||
** Added interface {{ | ** Added interface {{cd|ItemFilter}} to {{cd|beta}}. | ||
** Added property {{ | ** Added property {{cd|WorldAfterEvents.entityItemPickup}} to {{cd|beta}}. | ||
** Added property {{ | ** Added property {{cd|WorldBeforeEvents.entityItemPickup}} to {{cd|beta}}. | ||
'''[[Minecraft:Block]]s''' | '''[[Minecraft:Block]]s''' | ||
* Blocks can handle the entity {{ | * Blocks can handle the entity {{cd|execute_event_on_home_block}} event via custom components in scripting, being beta features. | ||
== Fixes == | == Fixes == | ||
| Line 126: | Line 126: | ||
|230918|Ambient mob effect does not update according to the source. | |230918|Ambient mob effect does not update according to the source. | ||
|230921|Moving your mouse, then scrolling to a different hotbar slot, snaps the camera to a random direction. | |230921|Moving your mouse, then scrolling to a different hotbar slot, snaps the camera to a random direction. | ||
|232061|Water breathing fails to stop nautiluses from suffocating. | |232061|[[Minecraft:Water breathing]] fails to stop nautiluses from suffocating. | ||
|232054|{{ | |232054|{{cmd|/reload all}} no longer reloads the content of resource packs | ||
|232370|Drowned riders cannot control the movement of their zombie nautilus. | |232370|Drowned riders cannot control the movement of their zombie nautilus. | ||
|;dev | |;dev | ||
| Line 134: | Line 134: | ||
|otherissuescount=4}} | |otherissuescount=4}} | ||
'''Other''' | '''Other''' | ||
* Gameplay closed captions should now function as expected. | * Gameplay [[Minecraft:closed captions]] should now function as expected. | ||
* Fixed a bug that would sometimes allow sunlight to shine through walls, e.g. near cave entrances, in [[Minecraft:Vibrant Visuals]]. | * Fixed a bug that would sometimes allow sunlight to shine through walls, e.g. near cave entrances, in [[Minecraft:Vibrant Visuals]]. | ||
* Fixed a bug where some low memory Android devices would crash at startup. | * Fixed a bug where some low memory Android devices would crash at startup. | ||
| Line 143: | Line 143: | ||
== References == | == References == | ||
{{ | {{reflist}} | ||
== Navigation == | == Navigation == | ||
{{ | {{Navbox Bedrock Edition versions|1.2x}} | ||
[[ | [[Minecraft:de:Bedrock Edition beta 26.0.25]] | ||
[[Minecraft:es:Bedrock Edition Preview 26.0.25]] | |||
de:Bedrock Edition beta 26.0.25 | [[Minecraft:ja:Bedrock Edition Preview 26.0.25]] | ||
es:Bedrock Edition Preview 26.0.25 | [[Minecraft:pt:Edição Bedrock Preview 26.0.25]] | ||
ja:Bedrock Edition Preview 26.0.25 | [[Minecraft:zh:基岩版26.0.25]] | ||
pt:Edição Bedrock Preview 26.0.25 | |||
zh:基岩版26.0.25 | |||
Latest revision as of 11:03, 24 May 2026
Template:Infobox version Beta 26.0.25 (ChromeOS, Android) or Preview 26.0.25 (iOS, iPadOS, Xbox, PlayStation, Windows) is the second beta/Preview version for Minecraft:Bedrock Edition 26.0, released on December 10, 2025,<ref>Template:Cite</ref> which adds parties and fixes bugs. This is the final beta released in 2025.
Additions
Gameplay
- Players can now create and join "parties", which are groups of people found in the social drawer where all members automatically join any world the leader is in.
- Members don't need to be in the leader's world and can still be in the menus or a different world while in a party.
- Parties can contain up to 15 members.
- The leader can choose what type of privacy setting the party has: "Invited only" requires the leader to send an invite to in-game friends to join, or "Open" makes the party accessible for any friends.
- The leader can promote other members to leader.
- A new settings tab allows the player to change which invites are shown, whether members can also send invites, and the default party privacy setting.
Changes
Blocks
File:Bamboo.png Minecraft:Bamboo
- Bamboo stalks will now have no transparency from a distance (except on simple graphics).
Mobs
File:Camel Husk.pngMinecraft:Camel Husk
- No longer panic when hit.
File:Skeleton Horse.png Minecraft:Skeleton Horses
- No longer panic when hit.
- Can now be ridden by mobs in the Template:Cd Minecraft:family, instead of mobs in the Template:Cd and Template:Cd families.
- This means that baby Minecraft:zombie villager jockeys can now mount skeleton horses, but only them and no other mob.
- This change was not mentioned in the changelog.
File:Zombie Horse BE3.png Minecraft:Zombie Horse
- Babies can no longer be ridden or equipped with a saddle or horse armor.
- No longer panic when hit.
General
- Changed updating logic for mob effects to match Java Edition.
- The description and storage bar labels under the "Free up space" popup dialog are now treated as two separate objects for narration instead of one.
- The description of the Reset and Replace confirmation modals have been updated in the Realms Edit World screen.
- Changed Minecraft:settings button on the game menu back to being a text button.
Minecraft:Settings Screen
- Updated the Keyboard & Mouse and Account settings tab with Minecraft:Ore UI.
Technical
- Added Template:Cd to Template:Cd into Template:Cd.
- Added Template:Cd to Template:Cd into Template:Cd.
Biomes
- Enabled the Biome Replacement feature in the Nether.
- Biome Replacement in the Nether can only be used with Template:Cd of types:
- Released the component Template:Cd from experimental for block format versions 26.0 or higher.
- Released the component Template:Cd from experimental for block format versions 26.0 or higher.
- The block component Template:Cd can be used with format_version 26.0 and higher without the "Upcoming Creator Features" toggle.
General
- Added Template:Cd biome component that determines the type of the village in the biome.
Network Protocol
- Template:Cd modified: deprecated Template:Cd.
UI
- Added Template:Cd Boolean to image controls so that a size of "default" will resize to maintain the texture's aspect ratio.
Experimental
These additions and changes are accessible by enabling the "Beta APIs" and "Upcoming Creator Features" Minecraft:experimental toggles.
Changes
Technical
- Added the privilege with which a closure will be called to API metadata.
- Added Template:Cd as a property to expose the Minecraft:world seed to Template:Cd.
- Added before & after script events for when an entity picks up an item in the world.
- Added class Template:Cd to Template:Cd.
- Added class Template:Cd to Template:Cd.
- Added class Template:Cd to Template:Cd.
- Added class Template:Cd to Template:Cd.
- Added interface Template:Cd to Template:Cd.
- Added interface Template:Cd to Template:Cd.
- Added property Template:Cd to Template:Cd.
- Added property Template:Cd to Template:Cd.
- Blocks can handle the entity Template:Cd event via custom components in scripting, being beta features.
Fixes
Template:Fixes Other
- Gameplay Minecraft:closed captions should now function as expected.
- Fixed a bug that would sometimes allow sunlight to shine through walls, e.g. near cave entrances, in Minecraft:Vibrant Visuals.
- Fixed a bug where some low memory Android devices would crash at startup.
- Fixed a bug that was causing crashes when using the Minecraft:NPC component.
Notes
References
Template:Navbox Bedrock Edition versions
Minecraft:de:Bedrock Edition beta 26.0.25 Minecraft:es:Bedrock Edition Preview 26.0.25 Minecraft:ja:Bedrock Edition Preview 26.0.25 Minecraft:pt:Edição Bedrock Preview 26.0.25 Minecraft:zh:基岩版26.0.25