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.20.21: Difference between revisions

From SAS Gaming Wiki
imported>LauraFii
No edit summary
 
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
 
(One intermediate revision by the same user not shown)
Line 26: Line 26:
== Changes ==
== Changes ==
=== Mobs ===
=== Mobs ===
'''[[Minecraft:Baby mobs]]'''
'''Baby mobs'''
* Baby spawn sounds now play with the correct pitch for pigs, cats, chickens, horses, and wolves.
* Baby spawn sounds now play with the correct pitch for pigs, cats, chickens, horses, and wolves.


'''[[Minecraft:Rabbit]]'''
'''Rabbit'''
* Idle animation is now disabled while they are leashed.
* Idle animation is now disabled while they are leashed.


Line 38: Line 38:
=== Technical ===
=== Technical ===
'''AI Goals'''
'''AI Goals'''
* Made the schema for {{cd|minecraft:behavior.jump_around_target}} stricter when parsing, now will fail to load an entity json that has invalid data in versions 1.26.20 and newer. Float Range fields {{cd|valid_distance_to_target}} and {{cd|landing_distance_from_target}} now only accepts an object with {{cd|min}} and {{cd|max}} values. Other formats will fail to parse.
* Made the schema for {{MC/Cd|minecraft:behavior.jump_around_target}} stricter when parsing, now will fail to load an entity json that has invalid data in versions 1.26.20 and newer. Float Range fields {{MC/Cd|valid_distance_to_target}} and {{MC/Cd|landing_distance_from_target}} now only accepts an object with {{MC/Cd|min}} and {{MC/Cd|max}} values. Other formats will fail to parse.
* Made the schema for {{cd|minecraft:behavior.jump_to_block}} stricter when parsing, now will fail to load an entity json that has invalid data in versions 1.26.20 and newer. Float Range field {{cd|cooldown_range}} now only accepts an object with {{cd|min}} and {{cd|max}} values. Other formats will fail to parse.
* Made the schema for {{MC/Cd|minecraft:behavior.jump_to_block}} stricter when parsing, now will fail to load an entity json that has invalid data in versions 1.26.20 and newer. Float Range field {{MC/Cd|cooldown_range}} now only accepts an object with {{MC/Cd|min}} and {{MC/Cd|max}} values. Other formats will fail to parse.
* Made the schema for {{cd|minecraft:behavior.move_around_target}} stricter when parsing, now will fail to load an entity json that has invalid data in versions 1.26.20 and newer. Float Range field {{cd|destination_position_range}} now only accepts an object with {{cd|min}} and {{cd|max}} values. Other formats will fail to parse.
* Made the schema for {{MC/Cd|minecraft:behavior.move_around_target}} stricter when parsing, now will fail to load an entity json that has invalid data in versions 1.26.20 and newer. Float Range field {{MC/Cd|destination_position_range}} now only accepts an object with {{MC/Cd|min}} and {{MC/Cd|max}} values. Other formats will fail to parse.
* Made schemas for the following goals stricter when parsing and will fail to load an entity json that has invalid data in versions 1.26.20 and newer:
* Made schemas for the following goals stricter when parsing and will fail to load an entity json that has invalid data in versions 1.26.20 and newer:
** {{cd|minecraft:behavior.find_cover}}
** {{MC/Cd|minecraft:behavior.find_cover}}
** {{cd|minecraft:behavior.find_mount}}
** {{MC/Cd|minecraft:behavior.find_mount}}
** {{cd|minecraft:behavior.find_underwater_treasure}}
** {{MC/Cd|minecraft:behavior.find_underwater_treasure}}
** {{cd|minecraft:behavior.flee_sun}}
** {{MC/Cd|minecraft:behavior.flee_sun}}
** {{cd|minecraft:behavior.float}}
** {{MC/Cd|minecraft:behavior.float}}
** {{cd|minecraft:behavior.follow_owner}}
** {{MC/Cd|minecraft:behavior.follow_owner}}
** {{cd|minecraft:behavior.follow_parent}}
** {{MC/Cd|minecraft:behavior.follow_parent}}
** {{cd|minecraft:behavior.hold_ground}}
** {{MC/Cd|minecraft:behavior.hold_ground}}


'''[[Minecraft:API]]'''
'''API'''
* Added the {{cd|maximumRenderDistance}} property to {{cd|DebugShape}}.
* Added the {{MC/Cd|maximumRenderDistance}} property to {{MC/Cd|DebugShape}}.
* Added the {{cd|maximumRenderDistance}} property to {{cd|PrimitiveShape}}.
* Added the {{MC/Cd|maximumRenderDistance}} property to {{MC/Cd|PrimitiveShape}}.
* The default render distance used by {{cd|DebugShape}} and {{cd|PrimitiveShape}} are now the client's render distance instead of infinity.  
* The default render distance used by {{MC/Cd|DebugShape}} and {{MC/Cd|PrimitiveShape}} are now the client's render distance instead of infinity.  
* Added {{cd|InvalidType}} and {{cd|UnsupportedValue}} to the {{cd|InvalidArgumentErrorType}} enum in {{cd|@minecraft/common}} v1.3.0.
* Added {{MC/Cd|InvalidType}} and {{MC/Cd|UnsupportedValue}} to the {{MC/Cd|InvalidArgumentErrorType}} enum in {{MC/Cd|@minecraft/common}} v1.3.0.


'''Entity filters'''
'''Entity filters'''
* Removed the {{cd|has_equipment_block_tag}} entity filter.
* Removed the {{MC/Cd|has_equipment_block_tag}} entity filter.


'''General'''
'''General'''
Line 64: Line 64:


'''Items'''
'''Items'''
* New 1.26.10 attachables now use a new {{cd|controller.render.armor.v2}} {{cd|render_controller}} rather than using an updated {{cd|controller.render.armor}}.  
* New 1.26.10 attachables now use a new {{MC/Cd|controller.render.armor.v2}} {{MC/Cd|render_controller}} rather than using an updated {{MC/Cd|controller.render.armor}}.  


'''Network Protocol'''
'''Network Protocol'''
* Modified the binary format of {{cd|PlayerEnchantOptionsPacket}}.
* Modified the binary format of {{MC/Cd|PlayerEnchantOptionsPacket}}.


== Experimental ==
== Experimental ==
These additions and changes are accessible by enabling the "Beta APIs" and "Furnace Recipe Book" [[Minecraft:experimental]] toggles.
These additions and changes are accessible by enabling the "Beta APIs" and "Furnace Recipe Book" experimental toggles.


=== Changes ===
=== Changes ===
==== General ====
==== General ====
'''[[Minecraft:Recipe book]]'''
'''Recipe book'''
* Added a recipe unlocking system for the [[Minecraft:smelting]] recipe books.
* Added a recipe unlocking system for the smelting recipe books.


==== Technical ====
==== Technical ====
'''[[Minecraft:API]]'''
'''API'''
* Added the {{cd|opPlayer}} and {{cd|deopPlayer}} functions to {{cd|@minecraft/server-admin}} in {{cd|beta}}.
* Added the {{MC/Cd|opPlayer}} and {{MC/Cd|deopPlayer}} functions to {{MC/Cd|@minecraft/server-admin}} in {{MC/Cd|beta}}.
* Added the {{cd|allowCheats}} boolean property to the {{cd|World}} class in {{cd|@minecraft/server}} in {{cd|beta}}.
* Added the {{MC/Cd|allowCheats}} boolean property to the {{MC/Cd|World}} class in {{MC/Cd|@minecraft/server}} in {{MC/Cd|beta}}.
* Added {{cd|WebSocket}} clients to {{cd|@minecraft/server-net}} in {{cd|beta}}.
* Added {{MC/Cd|WebSocket}} clients to {{MC/Cd|@minecraft/server-net}} in {{MC/Cd|beta}}.
** {{cd|WebSocket}} class added which is used to create and connect websocket clients. This is created as the global websocket object in {{cd|@minecraft/server-net}}.
** {{MC/Cd|WebSocket}} class added which is used to create and connect websocket clients. This is created as the global websocket object in {{MC/Cd|@minecraft/server-net}}.
** {{cd|WebSocketClient}} class added to interact with the websocket and receive data from the server through events.
** {{MC/Cd|WebSocketClient}} class added to interact with the websocket and receive data from the server through events.
* Moved {{cd|BiomeTypes.getAll}} to {{cd|2.7.0}} in {{cd|@minecraft/server}}.
* Moved {{MC/Cd|BiomeTypes.getAll}} to {{MC/Cd|2.7.0}} in {{MC/Cd|@minecraft/server}}.
* Moved {{cd|BiomeTypes.get}} to {{cd|2.7.0}} in {{cd|@minecraft/server}}.
* Moved {{MC/Cd|BiomeTypes.get}} to {{MC/Cd|2.7.0}} in {{MC/Cd|@minecraft/server}}.
* Moved {{cd|BiomeType.hasTags}} to {{cd|2.7.0}} in {{cd|@minecraft/server}}.
* Moved {{MC/Cd|BiomeType.hasTags}} to {{MC/Cd|2.7.0}} in {{MC/Cd|@minecraft/server}}.
* Moved {{cd|BiomeType.getTags}} to {{cd|2.7.0}} in {{cd|@minecraft/server}}.
* Moved {{MC/Cd|BiomeType.getTags}} to {{MC/Cd|2.7.0}} in {{MC/Cd|@minecraft/server}}.


'''DDUI'''
'''DDUI'''
Line 93: Line 93:


== Fixes ==
== Fixes ==
{{fixes|project=MCPE|fixedin=26.20.21 Preview
{{MC/Fixes|project=MCPE|fixedin=26.20.21 Preview
|;old
|;old
|112509|Tall seagrass breaks when generated from bone meal.
|112509|Tall seagrass breaks when generated from bone meal.
Line 108: Line 108:
* Fixed an issue where Static Colored Lighting wouldn't propagate in chunks that were completely empty in [[Minecraft:Vibrant Visuals]].
* Fixed an issue where Static Colored Lighting wouldn't propagate in chunks that were completely empty in [[Minecraft:Vibrant Visuals]].
* Fixed changing from handheld to docked Joy-Cons preventing input.
* Fixed changing from handheld to docked Joy-Cons preventing input.
* Fixed a bug where [[Minecraft:slime]]s and [[Minecraft:magma cube]]s would have their bounce animations snap abruptly.
* Fixed a bug where slimes and magma cubes would have their bounce animations snap abruptly.
* Fixed a crash that could occur when loading the Token FAQ page on PlayStation.
* Fixed a crash that could occur when loading the Token FAQ page on PlayStation.
* Fixed a crash that could occur when logging Molang content.
* Fixed a crash that could occur when logging Molang content.
Line 117: Line 117:


== References ==
== References ==
{{Reflist}}
{{MC/Reflist}}


== Navigation ==
== Navigation ==
{{Navbox Bedrock Edition versions|2026}}
{{MC/Navbox Bedrock Edition versions|2026}}


[[Category:Bedrock Edition 26.20 betas]]
[[Category:Bedrock Edition 26.20 betas]]


[[Minecraft:de:Bedrock Edition beta 26.20.21]]
de:Bedrock Edition beta 26.20.21
[[Minecraft:es:Bedrock Edition Preview 26.20.21]]
es:Bedrock Edition Preview 26.20.21
[[Minecraft:it:Bedrock Edition Preview 26.20.21]]
it:Bedrock Edition Preview 26.20.21
[[Minecraft:nl:Bedrockeditie Preview 26.20.21]]
nl:Bedrockeditie Preview 26.20.21
[[Minecraft:pt:Edição Bedrock Preview 26.20.21]]
pt:Edição Bedrock Preview 26.20.21
[[Minecraft:th:รุ่น Bedrock Preview 26.20.21]]
th:รุ่น Bedrock Preview 26.20.21
[[Minecraft:zh:基岩版26.20.21]]
zh:基岩版26.20.21

Latest revision as of 19:25, 9 April 2026

Template:Infobox version


Beta 26.20.21 (ChromeOS, Android) or Preview 26.20.21 (Windows, iOS, iPadOS, Xbox, PlayStation) is the second beta/Preview for Minecraft:Bedrock Edition 26.20, released on March 17, 2026,<ref>Template:Cite</ref> which fixes bugs.

Changes

Mobs

Baby mobs

  • Baby spawn sounds now play with the correct pitch for pigs, cats, chickens, horses, and wolves.

Rabbit

  • Idle animation is now disabled while they are leashed.

General

Graphical

  • Improved how scrollable screen content is displayed in Minecraft:Ore UI menu screens on devices with notches, rounded corners, or safe zones applied. Content now smoothly scrolls beneath the safe area instead of being cut off.

Technical

AI Goals

  • Made the schema for
  1. REDIRECT Template:Code

Template:Redr stricter when parsing, now will fail to load an entity json that has invalid data in versions 1.26.20 and newer. Float Range fields

  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr now only accepts an object with

  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr values. Other formats will fail to parse.

  • Made the schema for
  1. REDIRECT Template:Code

Template:Redr stricter when parsing, now will fail to load an entity json that has invalid data in versions 1.26.20 and newer. Float Range field

  1. REDIRECT Template:Code

Template:Redr now only accepts an object with

  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr values. Other formats will fail to parse.

  • Made the schema for
  1. REDIRECT Template:Code

Template:Redr stricter when parsing, now will fail to load an entity json that has invalid data in versions 1.26.20 and newer. Float Range field

  1. REDIRECT Template:Code

Template:Redr now only accepts an object with

  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr values. Other formats will fail to parse.

  • Made schemas for the following goals stricter when parsing and will fail to load an entity json that has invalid data in versions 1.26.20 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

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

API

  • Added the
  1. REDIRECT Template:Code

Template:Redr property to

  1. REDIRECT Template:Code

Template:Redr.

  • Added the
  1. REDIRECT Template:Code

Template:Redr property to

  1. REDIRECT Template:Code

Template:Redr.

  • The default render distance used by
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr are now the client's render distance instead of infinity.

  • Added
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr to the

  1. REDIRECT Template:Code

Template:Redr enum in

  1. REDIRECT Template:Code

Template:Redr v1.3.0.

Entity filters

  • Removed the
  1. REDIRECT Template:Code

Template:Redr entity filter.

General

  • Upgraded particles, trading, and cameras JSON resources to Cereal slice 1.26.10 and re-serialized to align with the updated schema.

Items

  • New 1.26.10 attachables now use a new
  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr rather than using an updated

  1. REDIRECT Template:Code

Template:Redr.

Network Protocol

  • Modified the binary format of
  1. REDIRECT Template:Code

Template:Redr.

Experimental

These additions and changes are accessible by enabling the "Beta APIs" and "Furnace Recipe Book" experimental toggles.

Changes

General

Recipe book

  • Added a recipe unlocking system for the smelting recipe books.

Technical

API

  • Added the
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr functions to

  1. REDIRECT Template:Code

Template:Redr in

  1. REDIRECT Template:Code

Template:Redr.

  • Added the
  1. REDIRECT Template:Code

Template:Redr boolean property to the

  1. REDIRECT Template:Code

Template:Redr class in

  1. REDIRECT Template:Code

Template:Redr in

  1. REDIRECT Template:Code

Template:Redr.

  • Added
  1. REDIRECT Template:Code

Template:Redr clients to

  1. REDIRECT Template:Code

Template:Redr in

  1. REDIRECT Template:Code

Template:Redr.

  1. REDIRECT Template:Code

Template:Redr class added which is used to create and connect websocket clients. This is created as the global websocket object in

  1. REDIRECT Template:Code

Template:Redr.

  1. REDIRECT Template:Code

Template:Redr class added to interact with the websocket and receive data from the server through events.

  • Moved
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr in

  1. REDIRECT Template:Code

Template:Redr.

  • Moved
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr in

  1. REDIRECT Template:Code

Template:Redr.

  • Moved
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr in

  1. REDIRECT Template:Code

Template:Redr.

  • Moved
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr in

  1. REDIRECT Template:Code

Template:Redr.

DDUI

  • Made close buttons client authoritative so that forms close more quickly.

Fixes

Script error: No such module "fixes". Other

  • Fixed fall damage visual effects not triggering when entities hit the ground.
  • Fixed an issue where Static Colored Lighting wouldn't propagate in chunks that were completely empty in Minecraft:Vibrant Visuals.
  • Fixed changing from handheld to docked Joy-Cons preventing input.
  • Fixed a bug where slimes and magma cubes would have their bounce animations snap abruptly.
  • Fixed a crash that could occur when loading the Token FAQ page on PlayStation.
  • Fixed a crash that could occur when logging Molang content.
  • Fixed caret movement acting twice and backspace deleting too many characters when using a physical keyboard on iOS.
  • Fixed some creator content's custom Minecraft:armor not rendering properly.
  • Baby Minecraft:wolf hind legs are now rotated correctly while sitting.
  • Baby Minecraft:zombies no longer levitate when riding baby sheep and baby pandas.

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.20.21 es:Bedrock Edition Preview 26.20.21 it:Bedrock Edition Preview 26.20.21 nl:Bedrockeditie Preview 26.20.21 pt:Edição Bedrock Preview 26.20.21 th:รุ่น Bedrock Preview 26.20.21 zh:基岩版26.20.21