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
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
SyncBot (talk | contribs)
Sync: updated from Minecraft
 
(2 intermediate revisions by the same user not shown)
Line 18: Line 18:
| prev = Preview 26.20.20
| prev = Preview 26.20.20
| next = Preview 26.20.22
| next = Preview 26.20.22
| nextparent =  
| nextparent = 26.21
}}
}}<onlyinclude>
<onlyinclude>


'''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>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/44351318785165-Minecraft-Beta-Preview-26-20-21|title=Minecraft Beta & Preview - 26.20.21|website=Minecraft Feedback|date=March 17, 2026}}</ref> which fixes bugs.
'''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>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/44351318785165-Minecraft-Beta-Preview-26-20-21|title=Minecraft Beta & Preview - 26.20.21|website=Minecraft Feedback|date=March 17, 2026}}</ref> which fixes bugs.
Line 26: Line 25:
== Changes ==
== Changes ==
=== Mobs ===
=== Mobs ===
'''Baby mobs'''
'''[[Minecraft: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.


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


Line 38: Line 37:
=== Technical ===
=== Technical ===
'''AI Goals'''
'''AI Goals'''
* 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_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_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.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.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 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 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:
** {{MC/Cd|minecraft:behavior.find_cover}}
** {{cd|minecraft:behavior.find_cover}}
** {{MC/Cd|minecraft:behavior.find_mount}}
** {{cd|minecraft:behavior.find_mount}}
** {{MC/Cd|minecraft:behavior.find_underwater_treasure}}
** {{cd|minecraft:behavior.find_underwater_treasure}}
** {{MC/Cd|minecraft:behavior.flee_sun}}
** {{cd|minecraft:behavior.flee_sun}}
** {{MC/Cd|minecraft:behavior.float}}
** {{cd|minecraft:behavior.float}}
** {{MC/Cd|minecraft:behavior.follow_owner}}
** {{cd|minecraft:behavior.follow_owner}}
** {{MC/Cd|minecraft:behavior.follow_parent}}
** {{cd|minecraft:behavior.follow_parent}}
** {{MC/Cd|minecraft:behavior.hold_ground}}
** {{cd|minecraft:behavior.hold_ground}}


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


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


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


'''Items'''
'''Items'''
* 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}}.  
* 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}}.  


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


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


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


==== Technical ====
==== Technical ====
'''API'''
'''[[Minecraft:API]]'''
* Added the {{MC/Cd|opPlayer}} and {{MC/Cd|deopPlayer}} functions to {{MC/Cd|@minecraft/server-admin}} in {{MC/Cd|beta}}.
* Added the {{cd|opPlayer}} and {{cd|deopPlayer}} functions to {{cd|@minecraft/server-admin}} 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 the {{cd|allowCheats}} boolean property to the {{cd|World}} class in {{cd|@minecraft/server}} in {{cd|beta}}.
* Added {{MC/Cd|WebSocket}} clients to {{MC/Cd|@minecraft/server-net}} in {{MC/Cd|beta}}.
* Added {{cd|WebSocket}} clients to {{cd|@minecraft/server-net}} in {{cd|beta}}.
** {{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|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|WebSocketClient}} class added to interact with the websocket and receive data from the server through events.
** {{cd|WebSocketClient}} class added to interact with the websocket and receive data from the server through events.
* Moved {{MC/Cd|BiomeTypes.getAll}} to {{MC/Cd|2.7.0}} in {{MC/Cd|@minecraft/server}}.
* Moved {{cd|BiomeTypes.getAll}} 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|BiomeTypes.get}} 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.hasTags}} 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}}.
* Moved {{cd|BiomeType.getTags}} to {{cd|2.7.0}} in {{cd|@minecraft/server}}.


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


== Fixes ==
== Fixes ==
{{MC/Fixes|project=MCPE|fixedin=26.20.21 Preview
{{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 107:
* 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 slimes and magma cubes would have their bounce animations snap abruptly.
* Fixed a bug where [[Minecraft:slime]]s and [[Minecraft:magma cube]]s 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 116:


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


== Navigation ==
== Navigation ==
{{MC/Navbox Bedrock Edition versions|2026}}
{{Navbox Bedrock Edition versions|2026}}
 
[[Category:Bedrock Edition 26.20 betas]]


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

Latest revision as of 11:04, 24 May 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

Minecraft:Baby mobs

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

Minecraft: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

Minecraft:API

Entity filters

General

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

Items

Network Protocol

Experimental

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

Changes

General

Minecraft:Recipe book

Technical

Minecraft:API

DDUI

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

Fixes

Template: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 Minecraft:slimes and Minecraft: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

Template:Reflist

Navigation

Template:Navbox Bedrock Edition versions

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