Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Bedrock Edition Preview 26.0.27: Difference between revisions

From SAS Gaming Wiki
SyncBot (talk | contribs)
Remove broken links to missing pages
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
 
Line 27: Line 27:
== Changes ==
== Changes ==
=== Mobs ===
=== Mobs ===
{{animate|Camel Husk.png;Skeleton Horse.png;Zombie Horse BE3.png|32px}} '''Camel Husk''', '''Skeleton Horse''', and '''Zombie Horse'''
{{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.
Line 46: Line 46:
=== Items ===
=== Items ===
'''[[Minecraft:Spawn Egg]]'''
'''[[Minecraft:Spawn Egg]]'''
* Now always spawn baby mobs when {{control|using}} on the same mob {{in|be}}, to match ''Java Edition''.
* 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:
** {{cd|minecraft:behavior.delayed_attack}}
** {{MC/Cd|minecraft:behavior.delayed_attack}}
** {{cd|minecraft:behavior.dragonstrafeplayer}}
** {{MC/Cd|minecraft:behavior.dragonstrafeplayer}}
** {{cd|minecraft:behavior.dragonchargeplayer}}
** {{MC/Cd|minecraft:behavior.dragonchargeplayer}}
** {{cd|minecraft:behavior.melee_attack}}
** {{MC/Cd|minecraft:behavior.melee_attack}}
** {{cd|minecraft:behavior.melee_box_attack}}
** {{MC/Cd|minecraft:behavior.melee_box_attack}}
** {{cd|minecraft:behavior.stomp_attack}}
** {{MC/Cd|minecraft:behavior.stomp_attack}}
* Float Range field {{cd|target_zone}} in {{cd|minecraft:behavior.dragonchargeplayer}} and {{cd|minecraft:behavior.dragonstrafeplayer}} now only accepts an object with min and max values. Other formats will fail to parse.
* 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 {{cd|minecraft:jump.dynamic}}:
* Added new fields to {{MC/Cd|minecraft:jump.dynamic}}:
** {{cd|regular_skip_data}}: Used during normal skip movement.
** {{MC/Cd|regular_skip_data}}: Used during normal skip movement.
*** {{cd|distance_scale}}: The multiplier applied to horizontal velocity when jumping.
*** {{MC/Cd|distance_scale}}: The multiplier applied to horizontal velocity when jumping.
*** {{cd|height}}: The force applied vertically when jumping.
*** {{MC/Cd|height}}: The force applied vertically when jumping.
*** {{cd|jump delay}}: Amount of ticks between sequential jumps.
*** {{MC/Cd|jump delay}}: Amount of ticks between sequential jumps.
*** {{cd|animation_duration}}: Duration of the jump animation.
*** {{MC/Cd|animation_duration}}: Duration of the jump animation.
** {{cd|fast_skip_data}}: Used when travelling quickly with skip movement.
** {{MC/Cd|fast_skip_data}}: Used when travelling quickly with skip movement.
*** {{cd|distance_scale}}: The multiplier applied to horizontal velocity when jumping.
*** {{MC/Cd|distance_scale}}: The multiplier applied to horizontal velocity when jumping.
*** {{cd|height}}: The force applied vertically when jumping.
*** {{MC/Cd|height}}: The force applied vertically when jumping.
*** {{cd|jump delay}}: Amount of ticks between sequential jumps.
*** {{MC/Cd|jump delay}}: Amount of ticks between sequential jumps.
*** {{cd|animation_duration}}: Duration of the jump animation.
*** {{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 {{cd|minecraft:connection}} can now be used without the Upcoming Creator Features toggle.
* The Block Trait {{MC/Cd|minecraft:connection}} can now be used without the Upcoming Creator Features toggle.
* {{cd|minecraft:corner_and_cardinal_direction}} in {{cd|minecraft:placement_direction}} can now be used without the Beta APIs 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 {{cd|use_liquid_clipping}} field in {{cd|minecraft:liquid_detection}} to better explain its use.
* Updated documentation for the {{MC/Cd|use_liquid_clipping}} field in {{MC/Cd|minecraft:liquid_detection}} to better explain its use.
* Updated the {{cd|minecraft:geometry}} block component:
* Updated the {{MC/Cd|minecraft:geometry}} block component:
** Changed {{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.
** 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 {{cd|minecraft:geometry.full_block_v1}}.
** The old geometry can still used by explicitly using the identifier {{MC/Cd|minecraft:geometry.full_block_v1}}.
** Any existing blocks using {{cd|minecraft:geometry.full_block}} that have a {{cd|format_version}} less than 1.26.0 will look the same and internally be considered as {{cd|minecraft:geometry.full_block_v1}}.
** 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 {{cd|minecraft:collision_box}} improvements from experimental and removed requirement of format version 1.21.130 or higher for those improvements.
* 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 {{cd|minecraft:collision_box}} component when the server sends invalid packets.
* 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 {{cd|minecraft.behaviour.look_at_X}} behavior components:
* 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:
*** {{cd|min_look_time}} and {{cd|max_look_time}} - deprecated and has been replaced properly with {{cd|look_time}}.
*** {{MC/Cd|min_look_time}} and {{MC/Cd|max_look_time}} - deprecated and has been replaced properly with {{MC/Cd|look_time}}.
**** Uses of {{cd|min_look_time}} and {{cd|max_look_time}} will get upgraded automatically.
**** Uses of {{MC/Cd|min_look_time}} and {{MC/Cd|max_look_time}} will get upgraded automatically.
**** {{cd|look_time}} - takes {{cd|min}} and {{cd|max}} as a range.
**** {{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:
*** {{cd|minecraft.behaviour.look_at_entity}}
*** {{MC/Cd|minecraft.behaviour.look_at_entity}}
*** {{cd|minecraft.behaviour.look_at_player}}
*** {{MC/Cd|minecraft.behaviour.look_at_player}}
*** {{cd|minecraft.behaviour.look_at_target}}
*** {{MC/Cd|minecraft.behaviour.look_at_target}}
*** {{cd|minecraft.behaviour.look_at_trading_player}}
*** {{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:
*** {{cd|look_time}} - this was not correctly parsed prior to version 1.26.0, and always resulted in default values being assigned to {{cd|min_look_time}} and {{cd|max_look_time}}.
*** {{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}}.
*** {{cd|target_distance}} - was used in some definitions and it was never passed to the component.
*** {{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 {{cd|reflect_on_hurt:true}} projectiles on hit.
* 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 {{cd|minecraft:breedable}} component into two:
* Split the {{MC/Cd|minecraft:breedable}} component into two:
** {{cd|minecraft:offspring_data}} which defines how an offspring of an entity is born, it contains the following fields moved from {{cd|minecraft:breedable}}:
** {{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}}:
*** {{cd|blend_attributes}}
*** {{MC/Cd|blend_attributes}}
*** {{cd|inherit_tamed}}
*** {{MC/Cd|inherit_tamed}}
*** {{cd|mutation_factor}}
*** {{MC/Cd|mutation_factor}}
*** {{cd|mutation_strategy}}
*** {{MC/Cd|mutation_strategy}}
*** {{cd|random_variant_mutation_interval}}
*** {{MC/Cd|random_variant_mutation_interval}}
*** {{cd|random_extra_variant_mutation_interval}}
*** {{MC/Cd|random_extra_variant_mutation_interval}}
*** {{cd|deny_parents_variant}}
*** {{MC/Cd|deny_parents_variant}}
*** {{cd|breeds_with}}
*** {{MC/Cd|breeds_with}}
*** {{cd|combine_parent_colors}}
*** {{MC/Cd|combine_parent_colors}}
*** {{cd|property_inheritance}}
*** {{MC/Cd|property_inheritance}}
*** {{cd|parent_centric_attribute_blending}}
*** {{MC/Cd|parent_centric_attribute_blending}}
** {{cd|minecraft:breedable}} now only contains data about how an entity uses breeding behavior.
** {{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 {{cd|minecraft:offspring_data}} component.
*** 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'''
* {{cd|ActorType}} modified: added {{cd|ActorType::Undead}}.
* {{MC/Cd|ActorType}} modified: added {{MC/Cd|ActorType::Undead}}.
* {{cd|ActorType}} modified: renamed {{cd|ActorType::UndeadMob}} to {{cd|ActorType::UndeadMonster}}.
* {{MC/Cd|ActorType}} modified: renamed {{MC/Cd|ActorType::UndeadMob}} to {{MC/Cd|ActorType::UndeadMonster}}.
* {{cd|ActorCategory}} modified: renamed {{cd|ActorCategory::UndeadMob}} to {{cd|ActorCategory::UndeadMonster}}.
* {{MC/Cd|ActorCategory}} modified: renamed {{MC/Cd|ActorCategory::UndeadMob}} to {{MC/Cd|ActorCategory::UndeadMonster}}.
* Added new Level Sound Event {{cd|saddle_in_water}}.
* Added new Level Sound Event {{MC/Cd|saddle_in_water}}.
** {{cd|Levelsoundevent}} modified: added unique sound events for every spear type.
** {{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]].
** {{cd|slime}} tag allows slime to spawn higher than usual.
** {{MC/Cd|slime}} tag allows slime to spawn higher than usual.
** {{cd|swamp_water_huge_mushroom}} tag allows huge mushrooms to spawn in shallow swamp water.
** {{MC/Cd|swamp_water_huge_mushroom}} tag allows huge mushrooms to spawn in shallow swamp water.
** {{cd|fast_fishing}} tag increases fishing speed.
** {{MC/Cd|fast_fishing}} tag increases fishing speed.
** {{cd|high_seas}} tag alters salmon behavior.
** {{MC/Cd|high_seas}} tag alters salmon behavior.
** {{cd|surface_mineshaft}} tag changes surface mineshaft blocks to dark oak.
** {{MC/Cd|surface_mineshaft}} tag changes surface mineshaft blocks to dark oak.


== Experimental ==
== Experimental ==
Line 170: Line 170:
* 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}} Cat
** {{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}} Chicken
** {{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}} Cow
** {{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}} Mooshroom
** {{MC/Animate|Baby Mooshroom BE3 JE3.png;Baby Mooshroom Brown BE3 JE3.png|32px}} Mooshroom
** [[File:Baby Ocelot JE3 BE3.png|32px]] Ocelot
** [[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}} Rabbit
** {{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}} Sheep
;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.
* 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}} '''Rabbit'''
{{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'''
'''API'''
* Added {{cd|attachedTo}} property to {{cd|DebugShape}} which specifies an entity that this shape should be positionally attached to.
* Added {{MC/Cd|attachedTo}} property to {{MC/Cd|DebugShape}} which specifies an entity that this shape should be positionally attached to.
* Added {{cd|visibleTo}} property to {{cd|DebugShape}} which specifies an array of players that this shape should be visible to.
* 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 {{cd|EntityItemDropAfterEvent}} to {{cd|beta}}.
* Added {{MC/Cd|EntityItemDropAfterEvent}} to {{MC/Cd|beta}}.
* Added {{cd|EntityItemDropAfterEventSignal}} to {{cd|beta}}.
* Added {{MC/Cd|EntityItemDropAfterEventSignal}} to {{MC/Cd|beta}}.
* Added {{cd|EntityItemDropEventOptions}} to {{cd|beta}}.
* Added {{MC/Cd|EntityItemDropEventOptions}} to {{MC/Cd|beta}}.
* Added {{cd|previousPowerLevel}} to {{cd|BlockComponentRedstoneUpdateEvent}} behind {{cd|beta}}.
* 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 {{cd|minecraft:free}} camera preset.
* 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 {{cd|play_spline}} keyword to the {{cmd|camera}} command for playing a spline loaded from behavior pack.  
* 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 {{cd|query.get_level_seed_based_fraction}} molang function behind the Upcoming Creator Features toggle.
* 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 {{cd|minecraft:metal_nuggets}} item tag to copper, iron, and gold nuggets.
* Added the new tag {{MC/Cd|minecraft:metal_nuggets}} item tag to copper, iron, and gold nuggets.


== Fixes ==
== Fixes ==
{{fixes|project=MCPE|fixedin=26.0.27 Preview
{{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 268: Line 268:
* 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 {{cd|getComponents}} entity component could return an undefined in the array when used in older scripting versions.
* 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 {{cd|on_equip}} and {{cd|on_unequip}} events on the {{cd|minecraft:equippable}} entity component would be executed on world load.
* 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 ==
{{reflist}}
{{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:25, 9 April 2026

Template:Infobox version


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

Minecraft:Spawn Egg

  • 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:
  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

  • Float Range field
  1. REDIRECT Template:Code

Template:Redr in

  1. REDIRECT Template:Code

Template:Redr and

  1. 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
  1. REDIRECT Template:Code

Template:Redr:

  1. REDIRECT Template:Code

Template:Redr: Used during normal skip movement.

  1. REDIRECT Template:Code

Template:Redr: The multiplier applied to horizontal velocity when jumping.

  1. REDIRECT Template:Code

Template:Redr: The force applied vertically when jumping.

  1. REDIRECT Template:Code

Template:Redr: Amount of ticks between sequential jumps.

  1. REDIRECT Template:Code

Template:Redr: Duration of the jump animation.

  1. REDIRECT Template:Code

Template:Redr: Used when travelling quickly with skip movement.

  1. REDIRECT Template:Code

Template:Redr: The multiplier applied to horizontal velocity when jumping.

  1. REDIRECT Template:Code

Template:Redr: The force applied vertically when jumping.

  1. REDIRECT Template:Code

Template:Redr: Amount of ticks between sequential jumps.

  1. REDIRECT Template:Code

Template:Redr: Duration of the jump animation.

Minecraft:Block components

  • 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
  1. REDIRECT Template:Code

Template:Redr can now be used without the Upcoming Creator Features toggle.

  1. REDIRECT Template:Code

Template:Redr in

  1. REDIRECT Template:Code

Template:Redr can now be used without the Beta APIs toggle.

  • Updated documentation for the
  1. REDIRECT Template:Code

Template:Redr field in

  1. REDIRECT Template:Code

Template:Redr to better explain its use.

  • Updated the
  1. REDIRECT Template:Code

Template:Redr block component:

    • Changed
  1. 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
  1. REDIRECT Template:Code

Template:Redr.

    • Any existing blocks using
  1. REDIRECT Template:Code

Template:Redr that have a

  1. REDIRECT Template:Code

Template:Redr less than 1.26.0 will look the same and internally be considered as

  1. REDIRECT Template:Code

Template:Redr.

  • Released
  1. 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
  1. REDIRECT Template:Code

Template:Redr component when the server sends invalid packets.

Minecraft:Camera

  • Provided the script API for supporting entity type families in the aim assist.

Components

  • Updated
  1. 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:
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr - deprecated and has been replaced properly with

  1. REDIRECT Template:Code

Template:Redr.

        • Uses of
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr will get upgraded automatically.

  1. REDIRECT Template:Code

Template:Redr - takes

  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr as a range.

    • These changes affect the following behavior components:
  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

    • Previous usage of the following definitions will not be automatically upgraded to preserve old behavior:
  1. 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

  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr.

  1. 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
  1. REDIRECT Template:Code

Template:Redr projectiles on hit.

    • This is in addition to damage causing these projectiles to be deflected.

Entity Components

  • Split the
  1. REDIRECT Template:Code

Template:Redr component into two:

  1. REDIRECT Template:Code

Template:Redr which defines how an offspring of an entity is born, it contains the following fields moved from

  1. REDIRECT Template:Code

Template:Redr:

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

  1. 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
  1. REDIRECT Template:Code

Template:Redr component.

General

  • Now possible to reuse keybinding for normal actions, macros, and chords.

Network Protocol

  1. REDIRECT Template:Code

Template:Redr modified: added

  1. REDIRECT Template:Code

Template:Redr.

  1. REDIRECT Template:Code

Template:Redr modified: renamed

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  1. REDIRECT Template:Code

Template:Redr modified: renamed

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Added new Level Sound Event
  1. REDIRECT Template:Code

Template:Redr.

  1. REDIRECT Template:Code

Template:Redr modified: added unique sound events for every spear type.

Tags

  1. REDIRECT Template:Code

Template:Redr tag allows slime to spawn higher than usual.

  1. REDIRECT Template:Code

Template:Redr tag allows huge mushrooms to spawn in shallow swamp water.

  1. REDIRECT Template:Code

Template:Redr tag increases fishing speed.

  1. REDIRECT Template:Code

Template:Redr tag alters salmon behavior.

  1. 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.

Template:Crafting

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
  1. REDIRECT Template:Code

Template:Redr property to

  1. REDIRECT Template:Code

Template:Redr which specifies an entity that this shape should be positionally attached to.

  • Added
  1. REDIRECT Template:Code

Template:Redr property to

  1. 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
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Added
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Added
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Added
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr behind

  1. REDIRECT Template:Code

Template:Redr.

Minecraft:Camera

  • Behavior packs for custom camera splines can be created in the camera/splines/ directory. Splines will only play on the
  1. REDIRECT Template:Code

Template:Redr camera preset.

Minecraft:Commands

  • Added the
  1. REDIRECT Template:Code

Template:Redr keyword to the

  1. 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.

Minecraft:Molang

  • Added
  1. REDIRECT Template:Code

Template:Redr molang function behind the Upcoming Creator Features toggle.

Tags

  • Added the new tag
  1. 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
  1. 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
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr events on the

  1. 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>

Navigation

Template:BlockSprite Demo
(Guide)
Template:BlockSprite 0.1
(Guide)
Template:FileLink 0.2
(Guide)
Template:BlockSprite 0.3
(Guide)
Template:BlockSprite 0.4
(Guide)
Template:BlockSprite 0.5
(Guide)
Template:ItemSprite 0.6
(Guide)
Template:ItemSprite 0.7
(Guide)
v0.7.0
Template:LegacyItemSprite 0.8
(Guide)
v0.8.0
Template:LegacyBlockSprite 0.9
(Guide)
v0.9.0
Template:EnvSprite 0.10
(Guide)
v0.10.0
Template:ItemSprite 0.11
(Guide)
v0.11.0
Template:EnvSprite 0.12
(Guide)
v0.12.1
Template:ItemSprite 0.13
(Guide)
v0.13.0
Template:ItemSprite Overworld Update
(Guide)
v0.14.0
Template:EntitySprite Friendly Update
(Guide)
v0.15.0
Realms
v0.15.1
Template:ItemSprite Boss Update
(Guide)
v0.16.0
Template:EntitySprite Ender Update
(Guide)
1.0.0
1.0.3
1.0.4
1.0.5
1.0.6
Template:ItemSprite Discovery Update
(Guide)
1.1.0
1.1.1
1.1.3
Template:FileLink Better Together Update
(Guide)
1.2.0
1.2.3
1.2.5
1.2.6
1.2.10
1.2.13
Template:ItemSprite Update Aquatic (Phase One)
(Guide)
1.4.0
Template:BlockSprite Update Aquatic (Phase Two)
(Guide)
1.5.0
Template:EntitySprite 1.6
(Guide)
1.6.0
Template:BlockSprite 1.7
(Guide)
1.7.0
Template:EntitySprite 1.8
(Guide)
1.8.0
Template:EntitySprite 1.9
(Guide)
1.9.0
Template:BlockSprite Texture Update
(Guide)
1.10.0
Template:EffectSprite Village & Pillage
(Guide)
1.11.0
Template:BlockSprite 1.12
(Guide)
1.12.0
Template:EntitySprite 1.13
(Guide)
1.13.0
Template:EntitySprite Buzzy Bees
(Guide)
1.14.0
1.14.1
1.14.20
1.14.30
Template:ItemSprite Nether Update
(Guide)
1.16.0
1.16.20
1.16.100
1.16.200
RTX Beta
1.16.210
1.16.220
Template:BlockSprite Caves & Cliffs: Part I
(Guide)
1.17.0
1.17.10
1.17.30
1.17.40
Template:BlockSprite Caves & Cliffs: Part II
(Guide)
1.18.0
1.18.10
1.18.30
Template:BlockSprite The Wild Update
(Guide)
1.19.0
1.19.10
1.19.20
1.19.30
1.19.40
1.19.50
1.19.60
1.19.70
1.19.80
Template:ItemSprite Trails & Tales
(Guide)
1.20.0
1.20.10
1.20.30
1.20.40
Template:EntitySprite Bats and Pots
(Guide)
1.20.50
1.20.60
1.20.70
Template:EntitySprite Armored Paws
(Guide)
1.20.80
Template:ItemSprite Tricky Trials
(Guide)
1.21.0
1.21.20
1.21.30
Template:ItemSprite Bundles of Bravery
(Guide)
1.21.40
Template:BlockSprite The Garden Awakens
(Guide)
1.21.50
1.21.60
Template:BlockSprite Spring to Life
(Guide)
1.21.70
1.21.80
Template:EntitySprite Chase the Skies
(Guide)
1.21.90
1.21.100
Template:EntitySprite The Copper Age
(Guide)
1.21.111*
1.21.120
Template:ItemSprite Mounts of Mayhem
(Guide)
1.21.130
26.0
Template:Nowrap

Template:Article other

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