Minecraft:Bedrock Edition Preview 26.0.25: Difference between revisions
More actions
Remove broken links to missing pages |
Fix template calls: add MC/ prefix |
||
| Line 46: | Line 46: | ||
[[File:Skeleton Horse.png|32px]] '''Skeleton Horses''' | [[File:Skeleton Horse.png|32px]] '''Skeleton Horses''' | ||
* 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 {{MC/Cd|zombie}} [[Minecraft:family]], instead of mobs in the {{MC/Cd|baby_husk}} and {{MC/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 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. | ||
| Line 70: | Line 70: | ||
=== Technical === | === Technical === | ||
'''API''' | '''API''' | ||
* Added {{ | * Added {{MC/Cd|getComponents}} to {{MC/Cd|Block}} into {{MC/Cd|beta}}. | ||
* Added {{ | * Added {{MC/Cd|hasComponent}} to {{MC/Cd|Block}} into {{MC/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 {{MC/Cd|minecraft:surface_builder}} of types: | ||
*** {{ | *** {{MC/Cd|minecraft:overworld}} | ||
*** {{ | *** {{MC/Cd|minecraft:frozen_ocean}} | ||
*** {{ | *** {{MC/Cd|minecraft:capped}} | ||
*** {{ | *** {{MC/Cd|minecraft:the_end}} | ||
'''[[Minecraft:Block components]]''' | '''[[Minecraft:Block components]]''' | ||
* Released the component {{ | * Released the component {{MC/Cd|minecraft:connection_rule}} from experimental for block format versions 26.0 or higher. | ||
* Released the component {{ | * Released the component {{MC/Cd|minecraft:support}} from experimental for block format versions 26.0 or higher. | ||
* The block component {{ | * The block component {{MC/Cd|minecraft:leashable}} can be used with format_version 26.0 and higher without the "Upcoming Creator Features" toggle. | ||
'''General''' | '''General''' | ||
* Added {{ | * Added {{MC/Cd|minecraft:village_type}} biome component that determines the type of the village in the biome. | ||
'''Network Protocol''' | '''Network Protocol''' | ||
* {{ | * {{MC/Cd|ActorDamageCause}} modified: deprecated {{MC/Cd|ActorDamageCause::Dehydration}}. | ||
'''UI''' | '''UI''' | ||
* Added {{ | * Added {{MC/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 == | ||
| Line 101: | Line 101: | ||
'''API''' | '''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 {{MC/Cd|World.seed}} as a property to expose the [[Minecraft:world seed]] to {{MC/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 {{MC/Cd|EntityItemPickupAfterEvent}} to {{MC/Cd|beta}}. | ||
** Added class {{ | ** Added class {{MC/Cd|EntityItemPickupBeforeEvent}} to {{MC/Cd|beta}}. | ||
** Added class {{ | ** Added class {{MC/Cd|EntityItemPickupAfterEventSignal}} to {{MC/Cd|beta}}. | ||
** Added class {{ | ** Added class {{MC/Cd|EntityItemPickupBeforeEventSignal}} to {{MC/Cd|beta}}. | ||
** Added interface {{ | ** Added interface {{MC/Cd|EntityItemPickupEventOptions}} to {{MC/Cd|beta}}. | ||
** Added interface {{ | ** Added interface {{MC/Cd|ItemFilter}} to {{MC/Cd|beta}}. | ||
** Added property {{ | ** Added property {{MC/Cd|WorldAfterEvents.entityItemPickup}} to {{MC/Cd|beta}}. | ||
** Added property {{ | ** Added property {{MC/Cd|WorldBeforeEvents.entityItemPickup}} to {{MC/Cd|beta}}. | ||
'''[[Minecraft:Block]]s''' | '''[[Minecraft:Block]]s''' | ||
* Blocks can handle the entity {{ | * Blocks can handle the entity {{MC/Cd|execute_event_on_home_block}} event via custom components in scripting, being beta features. | ||
== Fixes == | == Fixes == | ||
| Line 127: | Line 127: | ||
|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|Water breathing fails to stop nautiluses from suffocating. | ||
|232054|{{ | |232054|{{MC/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 143: | Line 143: | ||
== References == | == References == | ||
{{ | {{MC/Reflist}} | ||
== Navigation == | == Navigation == | ||
{{Navbox Bedrock Edition versions|1.2x}} | {{MC/Navbox Bedrock Edition versions|1.2x}} | ||
[[Category:Bedrock Edition 26.0 betas]] | [[Category:Bedrock Edition 26.0 betas]] | ||
Latest revision as of 19:24, 9 April 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
Party systemTemplate:Note
- 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.pngCamel Husk
- No longer panic when hit.
File:Skeleton Horse.png Skeleton Horses
- No longer panic when hit.
- Can now be ridden by mobs in the
- REDIRECT Template:Code
Template:Redr Minecraft:family, instead of mobs in the
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
Template:Redr families.
- This means that baby 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 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.
Pause menu
- 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
API
- Added
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr into
- REDIRECT Template:Code
- Added
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr into
- REDIRECT Template:Code
Biomes
- Enabled the Biome Replacement feature in the Nether.
- Biome Replacement in the Nether can only be used with
- REDIRECT Template:Code
Template:Redr of types:
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- Released the component
- REDIRECT Template:Code
Template:Redr from experimental for block format versions 26.0 or higher.
- Released the component
- REDIRECT Template:Code
Template:Redr from experimental for block format versions 26.0 or higher.
- The block component
- REDIRECT Template:Code
Template:Redr can be used with format_version 26.0 and higher without the "Upcoming Creator Features" toggle.
General
- Added
- REDIRECT Template:Code
Template:Redr biome component that determines the type of the village in the biome.
Network Protocol
- REDIRECT Template:Code
Template:Redr modified: deprecated
- REDIRECT Template:Code
UI
- Added
- REDIRECT Template:Code
Template:Redr 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" experimental toggles.
Changes
Technical
API
- Added the privilege with which a closure will be called to API metadata.
- Added
- REDIRECT Template:Code
Template:Redr as a property to expose the Minecraft:world seed to
- REDIRECT Template:Code
- Added before & after script events for when an entity picks up an item in the world.
- Added class
- REDIRECT Template:Code
- REDIRECT Template:Code
- Added class
- REDIRECT Template:Code
- REDIRECT Template:Code
- Added class
- REDIRECT Template:Code
- REDIRECT Template:Code
- Added class
- REDIRECT Template:Code
- REDIRECT Template:Code
- Added interface
- REDIRECT Template:Code
- REDIRECT Template:Code
- Added interface
- REDIRECT Template:Code
- REDIRECT Template:Code
- Added property
- REDIRECT Template:Code
- REDIRECT Template:Code
- Added property
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr. Minecraft:Blocks
- Blocks can handle the entity
- REDIRECT Template:Code
Template:Redr event via custom components in scripting, being beta features.
Fixes
Template:Fixes Other
- Gameplay 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
<references group="">
</references>
de:Bedrock Edition beta 26.0.25 es:Bedrock Edition Preview 26.0.25 ja:Bedrock Edition Preview 26.0.25 pt:Edição Bedrock Preview 26.0.25 zh:基岩版26.0.25