Minecraft:Bedrock Edition Preview 26.0.27: Difference between revisions
More actions
imported>Ponseth No edit summary |
Fix template calls: add MC/ prefix |
||
| (One intermediate revision by the same user not shown) | |||
| Line 23: | Line 23: | ||
<onlyinclude> | <onlyinclude> | ||
'''Beta 26.0.27''' (ChromeOS, Android) or '''Preview 26.0.27''' (Windows, iOS, iPadOS, Xbox, PlayStation) is the third beta and fourth ''Preview'' version for [[Minecraft:Bedrock Edition 26.0]], released on January 7, 2026.<ref>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/42482730418445-Minecraft-Beta-Preview-26-0-27|title=Minecraft Beta & Preview - 26.0.27|website=Minecraft Feedback|date=January 7, 2026}}</ref> It adds features for [[Minecraft:Tiny Takeover]] behind an | '''Beta 26.0.27''' (ChromeOS, Android) or '''Preview 26.0.27''' (Windows, iOS, iPadOS, Xbox, PlayStation) is the third beta and fourth ''Preview'' version for [[Minecraft:Bedrock Edition 26.0]], released on January 7, 2026.<ref>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/42482730418445-Minecraft-Beta-Preview-26-0-27|title=Minecraft Beta & Preview - 26.0.27|website=Minecraft Feedback|date=January 7, 2026}}</ref> It adds features for [[Minecraft:Tiny Takeover]] behind an experiment, including retextured and remodeled baby mobs, retextured and remodeled rabbits, craftable name tags, and more. This is the first beta/''Preview'' released in 2026. | ||
== Changes == | == Changes == | ||
=== Mobs === | === Mobs === | ||
{{ | {{MC/Animate|Camel Husk.png;Skeleton Horse.png;Zombie Horse BE3.png|32px}} '''Camel Husk''', '''Skeleton Horse''', and '''Zombie Horse''' | ||
* No longer damaged by a [[Minecraft:conduit]]. | * No longer damaged by a [[Minecraft:conduit]]. | ||
* No longer prevent players from sleeping when nearby. | * No longer prevent players from sleeping when nearby. | ||
[[File:Drowned BE2.png|32px]] ''' | [[File:Drowned BE2.png|32px]] '''Drowned''' | ||
* 15% of naturally-spawned babies now have the ability to | * 15% of naturally-spawned babies now have the ability to ride most nearby mobs. | ||
[[File:Nautilus.png|32px]] ''' | [[File:Nautilus.png|32px]] '''Nautilus''' | ||
* Now has an underwater saddle equip sound. | * Now has an underwater saddle equip sound. | ||
* Changed swimming animation. | * Changed swimming animation. | ||
[[File:Zombie Nautilus.png|32px]] ''' | [[File:Zombie Nautilus.png|32px]] '''Zombie Nautilus''' | ||
* No longer damaged by a [[Minecraft:conduit]]. | * No longer damaged by a [[Minecraft:conduit]]. | ||
* No longer prevent players from sleeping when nearby. | * No longer prevent players from sleeping when nearby. | ||
| Line 46: | Line 46: | ||
=== Items === | === Items === | ||
'''[[Minecraft:Spawn Egg]]''' | '''[[Minecraft:Spawn Egg]]''' | ||
* Now always spawn baby mobs when {{ | * Now always spawn baby mobs when {{MC/Control|using}} on the same mob {{MC/In|be}}, to match ''Java Edition''. | ||
=== Graphical === | === Graphical === | ||
| Line 59: | Line 59: | ||
'''AI Goals''' | '''AI Goals''' | ||
* Made the schema for for the following goals stricter when parsing, they will now fail to load an entity json that has invalid data in versions 1.26.0 and newer: | * Made the schema for for the following goals stricter when parsing, they will now fail to load an entity json that has invalid data in versions 1.26.0 and newer: | ||
** {{ | ** {{MC/Cd|minecraft:behavior.delayed_attack}} | ||
** {{ | ** {{MC/Cd|minecraft:behavior.dragonstrafeplayer}} | ||
** {{ | ** {{MC/Cd|minecraft:behavior.dragonchargeplayer}} | ||
** {{ | ** {{MC/Cd|minecraft:behavior.melee_attack}} | ||
** {{ | ** {{MC/Cd|minecraft:behavior.melee_box_attack}} | ||
** {{ | ** {{MC/Cd|minecraft:behavior.stomp_attack}} | ||
* Float Range field {{ | * Float Range field {{MC/Cd|target_zone}} in {{MC/Cd|minecraft:behavior.dragonchargeplayer}} and {{MC/Cd|minecraft:behavior.dragonstrafeplayer}} now only accepts an object with min and max values. Other formats will fail to parse. | ||
* Added new fields to {{ | * Added new fields to {{MC/Cd|minecraft:jump.dynamic}}: | ||
** {{ | ** {{MC/Cd|regular_skip_data}}: Used during normal skip movement. | ||
*** {{ | *** {{MC/Cd|distance_scale}}: The multiplier applied to horizontal velocity when jumping. | ||
*** {{ | *** {{MC/Cd|height}}: The force applied vertically when jumping. | ||
*** {{ | *** {{MC/Cd|jump delay}}: Amount of ticks between sequential jumps. | ||
*** {{ | *** {{MC/Cd|animation_duration}}: Duration of the jump animation. | ||
** {{ | ** {{MC/Cd|fast_skip_data}}: Used when travelling quickly with skip movement. | ||
*** {{ | *** {{MC/Cd|distance_scale}}: The multiplier applied to horizontal velocity when jumping. | ||
*** {{ | *** {{MC/Cd|height}}: The force applied vertically when jumping. | ||
*** {{ | *** {{MC/Cd|jump delay}}: Amount of ticks between sequential jumps. | ||
*** {{ | *** {{MC/Cd|animation_duration}}: Duration of the jump animation. | ||
'''[[Minecraft:Block components]]''' | '''[[Minecraft:Block components]]''' | ||
| Line 82: | Line 82: | ||
** Raises a warning for blocks with a format_version from before 1.26.0. | ** Raises a warning for blocks with a format_version from before 1.26.0. | ||
** Raises an error for blocks with a format_version of 1.26.0 and after. | ** Raises an error for blocks with a format_version of 1.26.0 and after. | ||
* The Block Trait {{ | * The Block Trait {{MC/Cd|minecraft:connection}} can now be used without the Upcoming Creator Features toggle. | ||
* {{ | * {{MC/Cd|minecraft:corner_and_cardinal_direction}} in {{MC/Cd|minecraft:placement_direction}} can now be used without the Beta APIs toggle. | ||
* Updated documentation for the {{ | * Updated documentation for the {{MC/Cd|use_liquid_clipping}} field in {{MC/Cd|minecraft:liquid_detection}} to better explain its use. | ||
* Updated the {{ | * Updated the {{MC/Cd|minecraft:geometry}} block component: | ||
** Changed {{ | ** Changed {{MC/Cd|minecraft:geometry.full_block}} so DOWN face is rotated 180 degrees, this brings it in parity with non data driven full blocks and Java full blocks. | ||
** The old geometry can still used by explicitly using the identifier {{ | ** The old geometry can still used by explicitly using the identifier {{MC/Cd|minecraft:geometry.full_block_v1}}. | ||
** Any existing blocks using {{ | ** Any existing blocks using {{MC/Cd|minecraft:geometry.full_block}} that have a {{MC/Cd|format_version}} less than 1.26.0 will look the same and internally be considered as {{MC/Cd|minecraft:geometry.full_block_v1}}. | ||
* Released {{ | * Released {{MC/Cd|minecraft:collision_box}} improvements from experimental and removed requirement of format version 1.21.130 or higher for those improvements. | ||
** Can now have an array of collision boxes. | ** Can now have an array of collision boxes. | ||
** Max height has been increased from 16 to 24. | ** Max height has been increased from 16 to 24. | ||
* Game no longer crashes on initializing {{ | * Game no longer crashes on initializing {{MC/Cd|minecraft:collision_box}} component when the server sends invalid packets. | ||
'''[[Minecraft:Camera]]''' | '''[[Minecraft:Camera]]''' | ||
| Line 98: | Line 98: | ||
'''Components''' | '''Components''' | ||
* Updated {{ | * Updated {{MC/Cd|minecraft.behaviour.look_at_X}} behavior components: | ||
** Made schemas stricter when parsing and will fail to load an entity json that has invalid data in versions 1.26.0 and newer: | ** Made schemas stricter when parsing and will fail to load an entity json that has invalid data in versions 1.26.0 and newer: | ||
*** {{ | *** {{MC/Cd|min_look_time}} and {{MC/Cd|max_look_time}} - deprecated and has been replaced properly with {{MC/Cd|look_time}}. | ||
**** Uses of {{ | **** Uses of {{MC/Cd|min_look_time}} and {{MC/Cd|max_look_time}} will get upgraded automatically. | ||
**** {{ | **** {{MC/Cd|look_time}} - takes {{MC/Cd|min}} and {{MC/Cd|max}} as a range. | ||
** These changes affect the following behavior components: | ** These changes affect the following behavior components: | ||
*** {{ | *** {{MC/Cd|minecraft.behaviour.look_at_entity}} | ||
*** {{ | *** {{MC/Cd|minecraft.behaviour.look_at_player}} | ||
*** {{ | *** {{MC/Cd|minecraft.behaviour.look_at_target}} | ||
*** {{ | *** {{MC/Cd|minecraft.behaviour.look_at_trading_player}} | ||
** Previous usage of the following definitions will not be automatically upgraded to preserve old behavior: | ** Previous usage of the following definitions will not be automatically upgraded to preserve old behavior: | ||
*** {{ | *** {{MC/Cd|look_time}} - this was not correctly parsed prior to version 1.26.0, and always resulted in default values being assigned to {{MC/Cd|min_look_time}} and {{MC/Cd|max_look_time}}. | ||
*** {{ | *** {{MC/Cd|target_distance}} - was used in some definitions and it was never passed to the component. | ||
**** This would just silently fail and assign default values to the component. | **** This would just silently fail and assign default values to the component. | ||
'''Entity''' | '''Entity''' | ||
* All projectiles now deflect {{ | * All projectiles now deflect {{MC/Cd|reflect_on_hurt:true}} projectiles on hit. | ||
** This is in addition to damage causing these projectiles to be deflected. | ** This is in addition to damage causing these projectiles to be deflected. | ||
'''Entity Components''' | '''Entity Components''' | ||
* Split the {{ | * Split the {{MC/Cd|minecraft:breedable}} component into two: | ||
** {{ | ** {{MC/Cd|minecraft:offspring_data}} which defines how an offspring of an entity is born, it contains the following fields moved from {{MC/Cd|minecraft:breedable}}: | ||
*** {{ | *** {{MC/Cd|blend_attributes}} | ||
*** {{ | *** {{MC/Cd|inherit_tamed}} | ||
*** {{ | *** {{MC/Cd|mutation_factor}} | ||
*** {{ | *** {{MC/Cd|mutation_strategy}} | ||
*** {{ | *** {{MC/Cd|random_variant_mutation_interval}} | ||
*** {{ | *** {{MC/Cd|random_extra_variant_mutation_interval}} | ||
*** {{ | *** {{MC/Cd|deny_parents_variant}} | ||
*** {{ | *** {{MC/Cd|breeds_with}} | ||
*** {{ | *** {{MC/Cd|combine_parent_colors}} | ||
*** {{ | *** {{MC/Cd|property_inheritance}} | ||
*** {{ | *** {{MC/Cd|parent_centric_attribute_blending}} | ||
** {{ | ** {{MC/Cd|minecraft:breedable}} now only contains data about how an entity uses breeding behavior. | ||
*** The way it spawns the child entity is via the {{ | *** The way it spawns the child entity is via the {{MC/Cd|minecraft:offspring_data}} component. | ||
'''General''' | '''General''' | ||
| Line 138: | Line 138: | ||
'''Network Protocol''' | '''Network Protocol''' | ||
* {{ | * {{MC/Cd|ActorType}} modified: added {{MC/Cd|ActorType::Undead}}. | ||
* {{ | * {{MC/Cd|ActorType}} modified: renamed {{MC/Cd|ActorType::UndeadMob}} to {{MC/Cd|ActorType::UndeadMonster}}. | ||
* {{ | * {{MC/Cd|ActorCategory}} modified: renamed {{MC/Cd|ActorCategory::UndeadMob}} to {{MC/Cd|ActorCategory::UndeadMonster}}. | ||
* Added new Level Sound Event {{ | * Added new Level Sound Event {{MC/Cd|saddle_in_water}}. | ||
** {{ | ** {{MC/Cd|Levelsoundevent}} modified: added unique sound events for every spear type. | ||
'''[[Minecraft:Tag (Bedrock Edition)|Tags]]''' | '''[[Minecraft:Tag (Bedrock Edition)|Tags]]''' | ||
* Added new [[Minecraft:Biome tag (Bedrock Edition)|biome tags]]. | * Added new [[Minecraft:Biome tag (Bedrock Edition)|biome tags]]. | ||
** {{ | ** {{MC/Cd|slime}} tag allows slime to spawn higher than usual. | ||
** {{ | ** {{MC/Cd|swamp_water_huge_mushroom}} tag allows huge mushrooms to spawn in shallow swamp water. | ||
** {{ | ** {{MC/Cd|fast_fishing}} tag increases fishing speed. | ||
** {{ | ** {{MC/Cd|high_seas}} tag alters salmon behavior. | ||
** {{ | ** {{MC/Cd|surface_mineshaft}} tag changes surface mineshaft blocks to dark oak. | ||
== Experimental == | == Experimental == | ||
These additions and changes are accessible by enabling the "Beta APIs", "Upcoming Creator Features", "Render Dragon Features for Creators", and the new "Drop 1 of 2026" | These additions and changes are accessible by enabling the "Beta APIs", "Upcoming Creator Features", "Render Dragon Features for Creators", and the new "Drop 1 of 2026" experimental toggles. | ||
=== Changes === | === Changes === | ||
==== Items ==== | ==== Items ==== | ||
| Line 167: | Line 167: | ||
==== Mobs ==== | ==== Mobs ==== | ||
''' | '''Baby mobs''' | ||
* Added new sounds for baby variety of wolves, cats, and pigs. | * Added new sounds for baby variety of wolves, cats, and pigs. | ||
* Updated the models and textures of the following baby mobs: | * Updated the models and textures of the following baby mobs: | ||
** {{Animate|Baby Tuxedo Cat JE2 BE2.png;Baby Red Cat JE2 BE2.png;Baby Siamese Cat JE2 BE2.png;Baby Tabby Cat JE2 BE2.png;Baby British Shorthair Cat JE2 BE2.png;Baby Calico Cat JE2 BE2.png;Baby Persian Cat JE2 BE2.png;Baby Ragdoll Cat JE2 BE2.png;Baby White Cat JE2 BE2.png;Baby Black Cat JE2 BE2.png;Baby Jellie Cat JE2 BE2.png|32px}} | ** {{MC/Animate|Baby Tuxedo Cat JE2 BE2.png;Baby Red Cat JE2 BE2.png;Baby Siamese Cat JE2 BE2.png;Baby Tabby Cat JE2 BE2.png;Baby British Shorthair Cat JE2 BE2.png;Baby Calico Cat JE2 BE2.png;Baby Persian Cat JE2 BE2.png;Baby Ragdoll Cat JE2 BE2.png;Baby White Cat JE2 BE2.png;Baby Black Cat JE2 BE2.png;Baby Jellie Cat JE2 BE2.png|32px}} Cat | ||
** {{Animate|Baby Chicken JE3 BE3.png;Baby Cold Chicken JE2 BE2.png;Baby Warm Chicken JE2 BE2.png|32px}} | ** {{MC/Animate|Baby Chicken JE3 BE3.png;Baby Cold Chicken JE2 BE2.png;Baby Warm Chicken JE2 BE2.png|32px}} Chicken | ||
** {{Animate|Baby Cow Temperate BE3 JE3.png;Baby Cow Cold BE3 JE3.png;Baby Cow Warm BE3 JE3.png|32px}} | ** {{MC/Animate|Baby Cow Temperate BE3 JE3.png;Baby Cow Cold BE3 JE3.png;Baby Cow Warm BE3 JE3.png|32px}} Cow | ||
** {{Animate|Baby Mooshroom BE3 JE3.png;Baby Mooshroom Brown BE3 JE3.png|32px}} | ** {{MC/Animate|Baby Mooshroom BE3 JE3.png;Baby Mooshroom Brown BE3 JE3.png|32px}} Mooshroom | ||
** [[File:Baby Ocelot JE3 BE3.png|32px]] | ** [[File:Baby Ocelot JE3 BE3.png|32px]] Ocelot | ||
** {{Animate|Baby Pig JE3 BE3.png;Baby Cold Pig JE2 BE2.png;Baby Warm Pig JE3 BE2.png|32px}} [[Minecraft:Pig]] | ** {{MC/Animate|Baby Pig JE3 BE3.png;Baby Cold Pig JE2 BE2.png;Baby Warm Pig JE3 BE2.png|32px}} [[Minecraft:Pig]] | ||
** {{Animate|Baby Brown Rabbit JE3 BE3.png;Baby White Rabbit JE3 BE3.png;Baby Black Rabbit JE3 BE3.png;Baby Gold Rabbit JE3 BE3.png;Baby Salt Rabbit JE3 BE3.png;Baby White Splotched Rabbit JE4 BE3.png;Baby Toast Rabbit JE3 BE3.png|32px}} | ** {{MC/Animate|Baby Brown Rabbit JE3 BE3.png;Baby White Rabbit JE3 BE3.png;Baby Black Rabbit JE3 BE3.png;Baby Gold Rabbit JE3 BE3.png;Baby Salt Rabbit JE3 BE3.png;Baby White Splotched Rabbit JE4 BE3.png;Baby Toast Rabbit JE3 BE3.png|32px}} Rabbit | ||
** {{Animate|Baby White Sheep JE4 BE7.png;Baby Light Gray Sheep JE6 BE6.png;Baby Gray Sheep JE6 BE6.png;Baby Black Sheep JE6 BE6.png;Baby Brown Sheep JE6 BE6.png;Baby Red Sheep JE6 BE6.png | ** {{MC/Animate|Baby White Sheep JE4 BE7.png;Baby Light Gray Sheep JE6 BE6.png;Baby Gray Sheep JE6 BE6.png;Baby Black Sheep JE6 BE6.png;Baby Brown Sheep JE6 BE6.png;Baby Red Sheep JE6 BE6.png | ||
;Baby Orange Sheep JE6 BE6.png;Baby Yellow Sheep JE6 BE6.png;Baby Lime Sheep JE6 BE6.png;Baby Green Sheep JE6 BE6.png;Baby Cyan Sheep JE6 BE6.png;Baby Light Blue Sheep JE6 BE6.png;Baby Blue Sheep JE6 BE6.png;Baby Purple Sheep JE6 BE6.png;Baby Magenta Sheep JE6 BE6.png;Baby Pink Sheep JE6 BE6.png|32px}} | ;Baby Orange Sheep JE6 BE6.png;Baby Yellow Sheep JE6 BE6.png;Baby Lime Sheep JE6 BE6.png;Baby Green Sheep JE6 BE6.png;Baby Cyan Sheep JE6 BE6.png;Baby Light Blue Sheep JE6 BE6.png;Baby Blue Sheep JE6 BE6.png;Baby Purple Sheep JE6 BE6.png;Baby Magenta Sheep JE6 BE6.png;Baby Pink Sheep JE6 BE6.png|32px}} Sheep | ||
** {{Animate|Baby Wolf JE3 BE3.png;Ashen Baby Wolf JE2.png;Black Baby Wolf JE2.png;Chestnut Baby Wolf JE2.png;Rusty Baby Wolf JE3.png;Snowy Baby Wolf JE2.png;Spotted Baby Wolf JE2.png;Striped Baby Wolf JE2.png;Woods Baby Wolf JE2.png|32px}} [[Minecraft:Wolf]] | ** {{MC/Animate|Baby Wolf JE3 BE3.png;Ashen Baby Wolf JE2.png;Black Baby Wolf JE2.png;Chestnut Baby Wolf JE2.png;Rusty Baby Wolf JE3.png;Snowy Baby Wolf JE2.png;Spotted Baby Wolf JE2.png;Striped Baby Wolf JE2.png;Woods Baby Wolf JE2.png|32px}} [[Minecraft:Wolf]] | ||
* [[Minecraft:Saddle]]s on baby pigs no longer render. | * [[Minecraft:Saddle]]s on baby pigs no longer render. | ||
* | * Wolf armor on baby wolves no longer renders. | ||
{{Animate|Brown Rabbit JE3 BE3.png;White Rabbit JE3 BE3.png;Black Rabbit JE3 BE3.png;Gold Rabbit JE3 BE3.png;Salt Rabbit JE3 BE3.png;White Splotched Rabbit JE4 BE3.png;Toast Rabbit JE3 BE3.png|32px}} ''' | {{MC/Animate|Brown Rabbit JE3 BE3.png;White Rabbit JE3 BE3.png;Black Rabbit JE3 BE3.png;Gold Rabbit JE3 BE3.png;Salt Rabbit JE3 BE3.png;White Splotched Rabbit JE4 BE3.png;Toast Rabbit JE3 BE3.png|32px}} '''Rabbit''' | ||
* Their models, animations, and textures have been updated. | * Their models, animations, and textures have been updated. | ||
* {{Animate|Brown rabbit head tilt.gif;White rabbit head tilt.gif;Black rabbit head tilt.gif;Gold rabbit head tilt.gif;Salt rabbit head tilt.gif;White splotched rabbit head tilt.gif;Toast rabbit head tilt.gif|60px}} {{Animate|Baby brown rabbit head tilt.gif;Baby white rabbit head tilt.gif;Baby black rabbit head tilt.gif;Baby gold rabbit head tilt.gif;Baby salt rabbit head tilt.gif;Baby white splotched rabbit head tilt.gif;Baby toast rabbit head tilt.gif|60px}} Now has an idle animation. | * {{MC/Animate|Brown rabbit head tilt.gif;White rabbit head tilt.gif;Black rabbit head tilt.gif;Gold rabbit head tilt.gif;Salt rabbit head tilt.gif;White splotched rabbit head tilt.gif;Toast rabbit head tilt.gif|60px}} {{MC/Animate|Baby brown rabbit head tilt.gif;Baby white rabbit head tilt.gif;Baby black rabbit head tilt.gif;Baby gold rabbit head tilt.gif;Baby salt rabbit head tilt.gif;Baby white splotched rabbit head tilt.gif;Baby toast rabbit head tilt.gif|60px}} Now has an idle animation. | ||
==== Technical ==== | ==== Technical ==== | ||
''' | '''API''' | ||
* Added {{ | * Added {{MC/Cd|attachedTo}} property to {{MC/Cd|DebugShape}} which specifies an entity that this shape should be positionally attached to. | ||
* Added {{ | * Added {{MC/Cd|visibleTo}} property to {{MC/Cd|DebugShape}} which specifies an array of players that this shape should be visible to. | ||
* Debug Shapes no longer have a maximum render distance. | * Debug Shapes no longer have a maximum render distance. | ||
* Added {{ | * Added {{MC/Cd|EntityItemDropAfterEvent}} to {{MC/Cd|beta}}. | ||
* Added {{ | * Added {{MC/Cd|EntityItemDropAfterEventSignal}} to {{MC/Cd|beta}}. | ||
* Added {{ | * Added {{MC/Cd|EntityItemDropEventOptions}} to {{MC/Cd|beta}}. | ||
* Added {{ | * Added {{MC/Cd|previousPowerLevel}} to {{MC/Cd|BlockComponentRedstoneUpdateEvent}} behind {{MC/Cd|beta}}. | ||
'''[[Minecraft:Camera]]''' | '''[[Minecraft:Camera]]''' | ||
* Behavior packs for custom camera splines can be created in the <samp>camera/splines/</samp> directory. Splines will only play on the {{ | * Behavior packs for custom camera splines can be created in the <samp>camera/splines/</samp> directory. Splines will only play on the {{MC/Cd|minecraft:free}} camera preset. | ||
'''[[Minecraft:Commands]]''' | '''[[Minecraft:Commands]]''' | ||
* Added the {{ | * Added the {{MC/Cd|play_spline}} keyword to the {{MC/Cmd|camera}} command for playing a spline loaded from behavior pack. | ||
** Enabled with the Experimental Creator Camera toggle. | ** Enabled with the Experimental Creator Camera toggle. | ||
| Line 212: | Line 212: | ||
'''[[Minecraft:Molang]]''' | '''[[Minecraft:Molang]]''' | ||
* Added {{ | * Added {{MC/Cd|query.get_level_seed_based_fraction}} molang function behind the Upcoming Creator Features toggle. | ||
'''[[Minecraft:Tag (Bedrock Edition)|Tags]]''' | '''[[Minecraft:Tag (Bedrock Edition)|Tags]]''' | ||
* Added the new tag {{ | * Added the new tag {{MC/Cd|minecraft:metal_nuggets}} item tag to copper, iron, and gold nuggets. | ||
== Fixes == | == Fixes == | ||
{{ | {{MC/Fixes|project=MCPE|fixedin=26.0.27 Preview | ||
|;old | |;old | ||
|137379|Stripped spruce logs and wood are too dark in Bedrock Edition. | |137379|Stripped spruce logs and wood are too dark in Bedrock Edition. | ||
| Line 265: | Line 265: | ||
* Fixed a bug where the game could crash if the player cancelled in the middle of creating a template world on a Realm. | * Fixed a bug where the game could crash if the player cancelled in the middle of creating a template world on a Realm. | ||
* Fixed players potentially getting stuck between Realms timeline opt-in screen and play on Realms progress screen. | * Fixed players potentially getting stuck between Realms timeline opt-in screen and play on Realms progress screen. | ||
* Fixed a bug in Realms where | * Fixed a bug in Realms where villages would not generate until approached. | ||
* Fixed an issue that caused the "Extra Large UI" option in Ore UI Video Settings to set the wrong GUI scale. | * Fixed an issue that caused the "Extra Large UI" option in Ore UI Video Settings to set the wrong GUI scale. | ||
* Fixed an issue that caused the shield to appear colored if placed in a slot that previously contained a colored shield. | * Fixed an issue that caused the shield to appear colored if placed in a slot that previously contained a colored shield. | ||
* Fixed an issue where the {{ | * Fixed an issue where the {{MC/Cd|getComponents}} entity component could return an undefined in the array when used in older scripting versions. | ||
* Fixed an issue where the {{ | * Fixed an issue where the {{MC/Cd|on_equip}} and {{MC/Cd|on_unequip}} events on the {{MC/Cd|minecraft:equippable}} entity component would be executed on world load. | ||
* Fixed an issue where marketplace content did not load correctly on PlayStation. | * Fixed an issue where marketplace content did not load correctly on PlayStation. | ||
* Fixed "Might occur crash when suspended" title when "Syncing user data" UI is running. | * Fixed "Might occur crash when suspended" title when "Syncing user data" UI is running. | ||
| Line 277: | Line 277: | ||
== 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]] | ||
de:Bedrock Edition beta 26.0.27 | |||
es:Bedrock Edition Preview 26.0.27 | |||
ja:Bedrock Edition Preview 26.0.27 | |||
pt:Edição Bedrock Preview 26.0.27 | |||
zh:基岩版26.0.27 | |||
Latest revision as of 19:25, 9 April 2026
Beta 26.0.27 (ChromeOS, Android) or Preview 26.0.27 (Windows, iOS, iPadOS, Xbox, PlayStation) is the third beta and fourth Preview version for Minecraft:Bedrock Edition 26.0, released on January 7, 2026.<ref>Template:Cite</ref> It adds features for Minecraft:Tiny Takeover behind an experiment, including retextured and remodeled baby mobs, retextured and remodeled rabbits, craftable name tags, and more. This is the first beta/Preview released in 2026.
Changes
Mobs
Script error: No such module "animate". Camel Husk, Skeleton Horse, and Zombie Horse
- No longer damaged by a Minecraft:conduit.
- No longer prevent players from sleeping when nearby.
File:Drowned BE2.png Drowned
- 15% of naturally-spawned babies now have the ability to ride most nearby mobs.
File:Nautilus.png Nautilus
- Now has an underwater saddle equip sound.
- Changed swimming animation.
File:Zombie Nautilus.png Zombie Nautilus
- No longer damaged by a Minecraft:conduit.
- No longer prevent players from sleeping when nearby.
- Now has an underwater saddle equip sound.
- Changed swimming animation.
Items
- Now always spawn baby mobs when {{#vardefine: control | right click on mouse or left trigger on gamepad }}using on the same mob in Template:Editions, to match Java Edition.
Graphical
- Dithering:
- Added dithering to items held by players and mobs if dithering is enabled.
- Added dithering to skulls, heads, chests, shulker boxes, banners, conduits, decorated pots, and copper golem statues held by players and mobs if dithering is enabled.
- Added cobweb block to the list of ditherable blocks.
- Data-driving:
- Added the ability to specify ambient light colors and illuminances, and sky light light intensity according to the time of day in the Vibrant Visuals lighting configuration files.
Technical
AI Goals
- Made the schema for for the following goals stricter when parsing, they will now fail to load an entity json that has invalid data in versions 1.26.0 and newer:
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- Float Range field
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
Template:Redr now only accepts an object with min and max values. Other formats will fail to parse.
- Added new fields to
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr: Used during normal skip movement.
- REDIRECT Template:Code
Template:Redr: The multiplier applied to horizontal velocity when jumping.
- REDIRECT Template:Code
Template:Redr: The force applied vertically when jumping.
- REDIRECT Template:Code
Template:Redr: Amount of ticks between sequential jumps.
- REDIRECT Template:Code
Template:Redr: Duration of the jump animation.
- REDIRECT Template:Code
Template:Redr: Used when travelling quickly with skip movement.
- REDIRECT Template:Code
Template:Redr: The multiplier applied to horizontal velocity when jumping.
- REDIRECT Template:Code
Template:Redr: The force applied vertically when jumping.
- REDIRECT Template:Code
Template:Redr: Amount of ticks between sequential jumps.
- REDIRECT Template:Code
Template:Redr: Duration of the jump animation.
- Added block permutation component validation for geometry and material instance components. If one is added, the other one will need to added.
- Raises a warning for blocks with a format_version from before 1.26.0.
- Raises an error for blocks with a format_version of 1.26.0 and after.
- The Block Trait
- REDIRECT Template:Code
Template:Redr can now be used without the Upcoming Creator Features toggle.
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr can now be used without the Beta APIs toggle.
- Updated documentation for the
- REDIRECT Template:Code
Template:Redr field in
- REDIRECT Template:Code
Template:Redr to better explain its use.
- Updated the
- REDIRECT Template:Code
Template:Redr block component:
- Changed
- REDIRECT Template:Code
Template:Redr so DOWN face is rotated 180 degrees, this brings it in parity with non data driven full blocks and Java full blocks.
- The old geometry can still used by explicitly using the identifier
- REDIRECT Template:Code
- Any existing blocks using
- REDIRECT Template:Code
Template:Redr that have a
- REDIRECT Template:Code
Template:Redr less than 1.26.0 will look the same and internally be considered as
- REDIRECT Template:Code
- Released
- REDIRECT Template:Code
Template:Redr improvements from experimental and removed requirement of format version 1.21.130 or higher for those improvements.
- Can now have an array of collision boxes.
- Max height has been increased from 16 to 24.
- Game no longer crashes on initializing
- REDIRECT Template:Code
Template:Redr component when the server sends invalid packets.
- Provided the script API for supporting entity type families in the aim assist.
Components
- Updated
- REDIRECT Template:Code
Template:Redr behavior components:
- Made schemas stricter when parsing and will fail to load an entity json that has invalid data in versions 1.26.0 and newer:
- Made schemas stricter when parsing and will fail to load an entity json that has invalid data in versions 1.26.0 and newer:
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
Template:Redr - deprecated and has been replaced properly with
- REDIRECT Template:Code
- Uses of
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
Template:Redr will get upgraded automatically.
- REDIRECT Template:Code
Template:Redr - takes
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
Template:Redr as a range.
- These changes affect the following behavior components:
- These changes affect the following behavior components:
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- Previous usage of the following definitions will not be automatically upgraded to preserve old behavior:
- Previous usage of the following definitions will not be automatically upgraded to preserve old behavior:
- REDIRECT Template:Code
Template:Redr - this was not correctly parsed prior to version 1.26.0, and always resulted in default values being assigned to
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr - was used in some definitions and it was never passed to the component.
- This would just silently fail and assign default values to the component.
Entity
- All projectiles now deflect
- REDIRECT Template:Code
Template:Redr projectiles on hit.
- This is in addition to damage causing these projectiles to be deflected.
Entity Components
- Split the
- REDIRECT Template:Code
Template:Redr component into two:
- REDIRECT Template:Code
Template:Redr which defines how an offspring of an entity is born, it contains the following fields moved from
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr now only contains data about how an entity uses breeding behavior.
- The way it spawns the child entity is via the
- REDIRECT Template:Code
Template:Redr component.
General
- Now possible to reuse keybinding for normal actions, macros, and chords.
Network Protocol
- REDIRECT Template:Code
Template:Redr modified: added
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr modified: renamed
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr modified: renamed
- REDIRECT Template:Code
- REDIRECT Template:Code
- Added new Level Sound Event
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr modified: added unique sound events for every spear type.
- Added new biome tags.
- REDIRECT Template:Code
Template:Redr tag allows slime to spawn higher than usual.
- REDIRECT Template:Code
Template:Redr tag allows huge mushrooms to spawn in shallow swamp water.
- REDIRECT Template:Code
Template:Redr tag increases fishing speed.
- REDIRECT Template:Code
Template:Redr tag alters salmon behavior.
- REDIRECT Template:Code
Template:Redr tag changes surface mineshaft blocks to dark oak.
Experimental
These additions and changes are accessible by enabling the "Beta APIs", "Upcoming Creator Features", "Render Dragon Features for Creators", and the new "Drop 1 of 2026" experimental toggles.
Changes
Items
File:Name Tag JE2 BE2.png Minecraft:Name Tag
- Are now craftable.
Mobs
Baby mobs
- Added new sounds for baby variety of wolves, cats, and pigs.
- Updated the models and textures of the following baby mobs:
- Script error: No such module "animate". Cat
- Script error: No such module "animate". Chicken
- Script error: No such module "animate". Cow
- Script error: No such module "animate". Mooshroom
- File:Baby Ocelot JE3 BE3.png Ocelot
- Script error: No such module "animate". Minecraft:Pig
- Script error: No such module "animate". Rabbit
- Script error: No such module "animate". Sheep
- Script error: No such module "animate". Minecraft:Wolf
- Minecraft:Saddles on baby pigs no longer render.
- Wolf armor on baby wolves no longer renders.
Script error: No such module "animate". Rabbit
- Their models, animations, and textures have been updated.
- Script error: No such module "animate". Script error: No such module "animate". Now has an idle animation.
Technical
API
- Added
- REDIRECT Template:Code
Template:Redr property to
- REDIRECT Template:Code
Template:Redr which specifies an entity that this shape should be positionally attached to.
- Added
- REDIRECT Template:Code
Template:Redr property to
- REDIRECT Template:Code
Template:Redr which specifies an array of players that this shape should be visible to.
- Debug Shapes no longer have a maximum render distance.
- Added
- REDIRECT Template:Code
- REDIRECT Template:Code
- Added
- REDIRECT Template:Code
- REDIRECT Template:Code
- Added
- REDIRECT Template:Code
- REDIRECT Template:Code
- Added
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr behind
- REDIRECT Template:Code
- Behavior packs for custom camera splines can be created in the camera/splines/ directory. Splines will only play on the
- REDIRECT Template:Code
Template:Redr camera preset.
- Added the
- REDIRECT Template:Code
Template:Redr keyword to the
- REDIRECT Template:Command
Template:Redr command for playing a spline loaded from behavior pack.
- Enabled with the Experimental Creator Camera toggle.
Graphical
- RenderDragon for Creators Experiment:
- Static colored lighting on flowing lava and other blocks no longer appears too dark.
- Added static lighting shading support to data driven entities and items.
- The number of analytic/point lights in the scene is now limited according to resource availability.
- Analytic/point lights will now phase in or out according to their importance to the scene's lighting.
- Added
- REDIRECT Template:Code
Template:Redr molang function behind the Upcoming Creator Features toggle.
- Added the new tag
- REDIRECT Template:Code
Template:Redr item tag to copper, iron, and gold nuggets.
Fixes
Script error: No such module "fixes". Other
- Fixed upgrade from UWP to GDK causing corrupt skin states.
- Fixed an issue where textures would not be correctly reloaded when changing between graphics modes in the main menu.
- Fixed shadow stripes appearing on the ground during sunset and sunrise with high FoV on low quality settings in Minecraft:Vibrant Visuals mode.
- Fixed an issue that caused all player markers on locator maps to have the same color in Vibrant Visuals mode.
- Fixed an issue which was causing textured items held-in-hand to be double-tinted in Vibrant Visuals mode.
- Fixed an issue that caused banner poles to appear darker in Vibrant Visuals.
- Fixed dithering for equipped Minecraft:shields with Minecraft:banner designs when held by entities.
- Fixed a bug where most mobs would stare at players, other mobs, or targets for an excessive amount of time.
- Fixed a bug where several mobs would look at players from a further distance than intended.
- Fixed a bug where the game could crash if the player cancelled in the middle of creating a template world on a Realm.
- Fixed players potentially getting stuck between Realms timeline opt-in screen and play on Realms progress screen.
- Fixed a bug in Realms where villages would not generate until approached.
- Fixed an issue that caused the "Extra Large UI" option in Ore UI Video Settings to set the wrong GUI scale.
- Fixed an issue that caused the shield to appear colored if placed in a slot that previously contained a colored shield.
- Fixed an issue where the
- REDIRECT Template:Code
Template:Redr entity component could return an undefined in the array when used in older scripting versions.
- Fixed an issue where the
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
Template:Redr events on the
- REDIRECT Template:Code
Template:Redr entity component would be executed on world load.
- Fixed an issue where marketplace content did not load correctly on PlayStation.
- Fixed "Might occur crash when suspended" title when "Syncing user data" UI is running.
- Fixed cases of static colored lighting leaking through corners.
- Fixed a bug where custom components used by older versions of item definitions were not being properly loaded.
- Nautiluses and zombie nautiluses no longer have permanently increased movement speed after becoming hostile.
References
<references group="">
</references>
de:Bedrock Edition beta 26.0.27 es:Bedrock Edition Preview 26.0.27 ja:Bedrock Edition Preview 26.0.27 pt:Edição Bedrock Preview 26.0.27 zh:基岩版26.0.27