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

From SAS Gaming Wiki
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
SyncBot (talk | contribs)
Sync: updated from Minecraft
 
(4 intermediate revisions by the same user not shown)
Line 17: Line 17:
| prevparent = 26.13
| prevparent = 26.13
| next = Preview 26.20.21
| next = Preview 26.20.21
| nextparent =  
| nextparent = 26.21
}}
}}<onlyinclude>
<onlyinclude>


'''Beta 26.20.20''' (ChromeOS, Android) or '''Preview 26.20.20''' (Windows, iOS, iPadOS, Xbox, PlayStation) is the first beta/''Preview'' for [[Minecraft:Bedrock Edition 26.20]], released on March 10, 2026,<ref>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/44164962819725-Minecraft-Beta-Preview-26-20-20|title=Minecraft Beta & Preview - 26.20.20|website=Minecraft Feedback|date=March 10, 2026}}</ref> which fixes bugs.
'''Beta 26.20.20''' (ChromeOS, Android) or '''Preview 26.20.20''' (Windows, iOS, iPadOS, Xbox, PlayStation) is the first beta/''Preview'' for [[Minecraft:Bedrock Edition 26.20]], released on March 10, 2026,<ref>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/44164962819725-Minecraft-Beta-Preview-26-20-20|title=Minecraft Beta & Preview - 26.20.20|website=Minecraft Feedback|date=March 10, 2026}}</ref> which fixes bugs.
Line 25: Line 24:
== Changes ==
== Changes ==
=== Blocks ===
=== Blocks ===
'''Grass block'''
'''[[Minecraft:Grass block]]'''
* Can now create tall grass when fertilized with bone meal.
* Can now create [[Minecraft:tall grass]] when fertilized with [[Minecraft:bone meal]].


'''[[Minecraft:Torch]]'''
'''[[Minecraft:Torch]]'''
Line 33: Line 32:
=== General ===
=== General ===
'''Graphical'''
'''Graphical'''
* The End flash is now visible on all graphics modes.
* The [[Minecraft:End flash]] is now visible on all graphics modes.
* Added MERS textures for all [[Minecraft:shelf]] blocks and nautilus armor variants.
* Added MERS textures for all [[Minecraft:shelf]] blocks and [[Minecraft:nautilus armor]] variants.
** However, this change caused them to lose their texture.
** However, this change caused them to lose their texture.


=== Mobs ===
=== Mobs ===
'''Baby mobs'''
'''[[Minecraft:Baby mobs]]'''
* No longer show green growth particles when being fed if their growth is currently paused (due to using a golden dandelion).
* No longer show [[Minecraft:green particle|green growth particles]] when being fed if their growth is currently paused (due to using a [[Minecraft:golden dandelion]]).


=== Technical ===
=== Technical ===
'''AI Goals'''
'''AI Goals'''
* Made the 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 the 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.admire_item}}
** {{cd|minecraft:behavior.admire_item}}
** {{MC/Cd|minecraft:behavior.barter}}
** {{cd|minecraft:behavior.barter}}
** {{MC/Cd|minecraft:behavior.eat_carried_item}}
** {{cd|minecraft:behavior.eat_carried_item}}
** {{MC/Cd|minecraft:behavior.equip_item}}
** {{cd|minecraft:behavior.equip_item}}
** {{MC/Cd|minecraft:behavior.move_indoors}}
** {{cd|minecraft:behavior.move_indoors}}
** {{MC/Cd|minecraft:behavior.move_outdoors}}
** {{cd|minecraft:behavior.move_outdoors}}
** {{MC/Cd|minecraft:behavior.hide}}
** {{cd|minecraft:behavior.hide}}
** {{MC/Cd|minecraft:behavior.mingle}}
** {{cd|minecraft:behavior.mingle}}
** {{MC/Cd|minecraft:behavior.move_to_poi}}
** {{cd|minecraft:behavior.move_to_poi}}
** {{MC/Cd|minecraft:behavior.move_to_village}}
** {{cd|minecraft:behavior.move_to_village}}
** {{MC/Cd|minecraft:behavior.sleep}}
** {{cd|minecraft:behavior.sleep}}
** {{MC/Cd|minecraft:behavior.stroll_towards_village}}
** {{cd|minecraft:behavior.stroll_towards_village}}
* The {{MC/Cd|sound_interval}} float range field in {{MC/Cd|minecraft:behavior.admire_item}} now only accepts an object with {{MC/Cd|min}} and {{MC/Cd|max}} values. Other formats will fail to parse.
* The {{cd|sound_interval}} float range field in {{cd|minecraft:behavior.admire_item}} now only accepts an object with {{cd|min}} and {{cd|max}} values. Other formats will fail to parse.


'''API'''
'''[[Minecraft:API]]'''
* Released {{MC/Cd|@minecraft/server}} version 2.7.0.
* Released {{cd|@minecraft/server}} version 2.7.0.
* Added {{MC/Cd|@minecraft/server}} version 2.8.0-beta.
* Added {{cd|@minecraft/server}} version 2.8.0-beta.
* Released {{MC/Cd|AimAssistCategory}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}.
* Released {{cd|AimAssistCategory}} from {{cd|beta}} to {{cd|v2.6.0}}.
* Released {{MC/Cd|AimAssistCategorySettings}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}.
* Released {{cd|AimAssistCategorySettings}} from {{cd|beta}} to {{cd|v2.6.0}}.
* Released {{MC/Cd|AimAssistPreset}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}.
* Released {{cd|AimAssistPreset}} from {{cd|beta}} to {{cd|v2.6.0}}.
* Released {{MC/Cd|AimAssistPresetSettings}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}.
* Released {{cd|AimAssistPresetSettings}} from {{cd|beta}} to {{cd|v2.6.0}}.
* Released {{MC/Cd|AimAssistRegistry}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}.
* Released {{cd|AimAssistRegistry}} from {{cd|beta}} to {{cd|v2.6.0}}.
* Released {{MC/Cd|PlayerAimAssist}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}.
* Released {{cd|PlayerAimAssist}} from {{cd|beta}} to {{cd|v2.6.0}}.
* Released {{MC/Cd|PlayerAimAssistSettings}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}.
* Released {{cd|PlayerAimAssistSettings}} from {{cd|beta}} to {{cd|v2.6.0}}.
* Released {{MC/Cd|AimAssistTargetMode}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}.
* Released {{cd|AimAssistTargetMode}} from {{cd|beta}} to {{cd|v2.6.0}}.
* Released {{MC/Cd|World.getAimAssist}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}.
* Released {{cd|World.getAimAssist}} from {{cd|beta}} to {{cd|v2.6.0}}.
* Released {{MC/Cd|Player.getAimAssist}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}.
* Released {{cd|Player.getAimAssist}} from {{cd|beta}} to {{cd|v2.6.0}}.
* A new field, {{MC/Cd|embed_in_surface}}, has been added to the schema of {{MC/Cd|snap_to_surface_feature}}, which allows specifying whether the snapped feature should be embedded in the located surface.
* A new field, {{cd|embed_in_surface}}, has been added to the schema of {{cd|snap_to_surface_feature}}, which allows specifying whether the snapped feature should be embedded in the located surface.


'''Blocks'''
'''Blocks'''
Line 79: Line 78:
**** This can affect the identifiers used for the block, states and menu category groups.
**** This can affect the identifiers used for the block, states and menu category groups.
** [[Minecraft:Block definition|Block Traits]]:
** [[Minecraft:Block definition|Block Traits]]:
*** {{MC/Cd|placement_direction}} trait, validation change: The rotation offset does not accept a 0.5 tolerance anymore.
*** {{cd|placement_direction}} trait, validation change: The rotation offset does not accept a 0.5 tolerance anymore.
**** Input value must be a multiple of {{MC/Cd|90.0}}.
**** Input value must be a multiple of {{cd|90.0}}.
**** The value must be in the range {{MC/Cd|0.0}} to {{MC/Cd|360.0}} inclusive.
**** The value must be in the range {{cd|0.0}} to {{cd|360.0}} inclusive.
*** {{MC/Cd|blocks_to_corner_with}} now requires {{MC/Cd|minecraft:corner_and_cardinal_direction}} to be one of the {{MC/Cd|enabled_states}} for the {{MC/Cd|placement_direction}} trait.
*** {{cd|blocks_to_corner_with}} now requires {{cd|minecraft:corner_and_cardinal_direction}} to be one of the {{cd|enabled_states}} for the {{cd|placement_direction}} trait.
** Category:
** Category:
*** {{MC/Cd|menu_category}}, validation change: An empty {{MC/Cd|group}} value is not allowed.
*** {{cd|menu_category}}, validation change: An empty {{cd|group}} value is not allowed.
**** The {{MC/Cd|group}} field can either exist with a non-empty value or not exist at all.
**** The {{cd|group}} field can either exist with a non-empty value or not exist at all.
*** {{MC/Cd|category}} is now a required field, when using {{MC/Cd|menu_category}}.
*** {{cd|category}} is now a required field, when using {{cd|menu_category}}.
** [[Minecraft:Block components|Components]]:
** [[Minecraft:Block components|Components]]:
*** {{MC/Cd|minecraft:flower_pottable}}, validation change: It is restricted outside of root components object.
*** {{cd|minecraft:flower_pottable}}, validation change: It is restricted outside of root components object.
*** {{MC/Cd|minecraft:geometry}}, validation change: The constraint on the {{MC/Cd|culling_shape}} identifier is strictly enforced now.
*** {{cd|minecraft:geometry}}, validation change: The constraint on the {{cd|culling_shape}} identifier is strictly enforced now.
**** When using the minecraft namespace, the only currently available culling shape identifiers are: {{MC/Cd|minecraft:empty}} or {{MC/Cd|minecraft:unit_cube}}.
**** When using the minecraft namespace, the only currently available culling shape identifiers are: {{cd|minecraft:empty}} or {{cd|minecraft:unit_cube}}.
**** When using no namespaces or a custom one, the names must start and end with an alpha-numeric character.
**** When using no namespaces or a custom one, the names must start and end with an alpha-numeric character.
*** {{MC/Cd|minecraft:light_dampening}} and {{MC/Cd|minecraft:light_emission}}, validation change: They now strictly enforce the value to be between {{MC/Cd|0}} and {{MC/Cd|15}} inclusive.
*** {{cd|minecraft:light_dampening}} and {{cd|minecraft:light_emission}}, validation change: They now strictly enforce the value to be between {{cd|0}} and {{cd|15}} inclusive.
*** There is a breaking change to how tags are defined.
*** There is a breaking change to how tags are defined.
**** As of version 1.26.20, tags cannot freely live as top level entities in the components array.
**** As of version 1.26.20, tags cannot freely live as top level entities in the components array.
***** They must live inside the {{MC/Cd|minecraft:tags}} component, which accepts an array of tags of the format:
***** They must live inside the {{cd|minecraft:tags}} component, which accepts an array of tags of the format:
****** {{MC/Cd|minecraft:tags: ["minecraft:crop", "custom:custom_tag"]}}.
****** {{cd|minecraft:tags: ["minecraft:crop", "custom:custom_tag"]}}.
**** The values must have the format {{MC/Cd|<namespace>:<tag_name>}}.
**** The values must have the format {{cd|<namespace>:<tag_name>}}.
***** They no longer need to be prefixed with {{MC/Cd|tag:}}.
***** They no longer need to be prefixed with {{cd|tag:}}.
****** None of the changes mentioned above were actually applied in this preview.
****** None of the changes mentioned above were actually applied in this preview.


'''Components'''
'''[[Minecraft:Component]]s'''
* The {{MC/Cd|minecraft:damage_sensor}} component {{MC/Cd|deals_damage}} field now supports an additional value:
* The {{cd|minecraft:damage_sensor}} component {{cd|deals_damage}} field now supports an additional value:
** {{MC/Cd|no_but_entity_effects_apply}}:
** {{cd|no_but_entity_effects_apply}}:
*** Damage is not applied to the entity.
*** Damage is not applied to the entity.
*** Knockback and enchantments are applied.
*** Knockback and enchantments are applied.
Line 110: Line 109:


'''Entity components'''
'''Entity components'''
* The behavior of the {{MC/Cd|minecraft:friction_modifier}} component now matches its description.
* The behavior of the {{cd|minecraft:friction_modifier}} component now matches its description.
** The higher its value, the more friction affects an entity:
** The higher its value, the more friction affects an entity:
*** {{MC/Cd|0.0}} means no friction.
*** {{cd|0.0}} means no friction.
*** {{MC/Cd|1.0}} means regular friction.
*** {{cd|1.0}} means regular friction.
*** {{MC/Cd|2.0}} means double friction.
*** {{cd|2.0}} means double friction.
** The component now affects ground friction only, and no longer partially affects air or liquid drag.
** The component now affects ground friction only, and no longer partially affects air or liquid drag.
** The legacy incorrect behavior can be re-enabled by adding the {{MC/Cd|minecraft:uses_legacy_friction}} component.
** The legacy incorrect behavior can be re-enabled by adding the {{cd|minecraft:uses_legacy_friction}} component.
*** This component is automatically added to all entities with a format version lower than 1.26.20, to ensure their behavior stays unaltered.
*** This component is automatically added to all entities with a format version lower than 1.26.20, to ensure their behavior stays unaltered.
** The component now properly works on players, and on other client-predicted entities.
** The component now properly works on players, and on other client-predicted entities.
* Added the {{MC/Cd|minecraft:uses_uniform_air_drag}} component.
* Added the {{cd|minecraft:uses_uniform_air_drag}} component.
** When present, air drag is applied uniformly on both the vertical and horizontal axes, instead of being biased toward horizontal movement.
** When present, air drag is applied uniformly on both the vertical and horizontal axes, instead of being biased toward horizontal movement.
* Added the {{MC/Cd|minecraft:on_equipment_changed}} component, which allows executing entitiy events when items are equipped or unequipped in specific equipment slots.
* Added the {{cd|minecraft:on_equipment_changed}} component, which allows executing entity events when items are equipped or unequipped in specific equipment slots.
** Contains a {{MC/Cd|slots}} field with a list of entries, each with:
** Contains a {{cd|slots}} field with a list of entries, each with:
*** {{MC/Cd|slot}}, the equipment slot to monitor.
*** {{cd|slot}}, the equipment slot to monitor.
*** {{MC/Cd|on_equip}}, event to fire when a non-empty item is placed in the slot.
*** {{cd|on_equip}}, event to fire when a non-empty item is placed in the slot.
*** {{MC/Cd|on_unequip}}, event to fire when the slot is cleared.
*** {{cd|on_unequip}}, event to fire when the slot is cleared.
** When equipment changes, the first matching slot entry is used.
** When equipment changes, the first matching slot entry is used.


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


'''[[Minecraft:Feature]]s'''
'''[[Minecraft:Feature]]s'''
* Added a boolean {{MC/Cd|rotate_around_center}} field to the {{MC/Cd|minecraft:structure_template_feature}} feature.
* Added a boolean {{cd|rotate_around_center}} field to the {{cd|minecraft:structure_template_feature}} feature.
** When set to {{MC/Cd|true}}, it rotates the structure around its center when placing it in the world.
** When set to {{cd|true}}, it rotates the structure around its center when placing it in the world.
** Defaults to {{MC/Cd|false}} if omitted.
** Defaults to {{cd|false}} if omitted.


'''Graphical'''
'''Graphical'''
* Added new version for the water configuration JSON file:
* Added new version for the water configuration JSON file:
** New format version is {{MC/Cd|1.26.20}}.
** New format version is {{cd|1.26.20}}.
** The fields {{MC/Cd|minecraft:water_settings}} and {{MC/Cd|minecraft:water_settings/description}} are now required.
** The fields {{cd|minecraft:water_settings}} and {{cd|minecraft:water_settings/description}} are now required.


'''Stability and Performance'''
'''Stability and Performance'''
Line 146: Line 145:


'''[[Minecraft:World generation]]'''
'''[[Minecraft:World generation]]'''
* Can now use {{MC/Cd|minecraft:feature_pool_element}} in jigsaw structure template pools in order to place features.
* Can now use {{cd|minecraft:feature_pool_element}} in jigsaw structure template pools in order to place features.
* {{MC/Cd|feature}}s can now connect to a Jigsaw block with any target name, rather than only {{MC/Cd|minecraft:bottom}}.
* {{cd|feature}}s can now connect to a Jigsaw block with any target name, rather than only {{cd|minecraft:bottom}}.
** However, it only connects to internal vanilla features.
** However, it only connects to internal vanilla features.


== Experimental ==
== Experimental ==
These additions and changes are accessible by enabling the "Beta APIs", "Upcoming Creator Features", and "Render Dragon Features for Creators" experimental toggles.
These additions and changes are accessible by enabling the "Beta APIs", "Upcoming Creator Features", and "Render Dragon Features for Creators" [[Minecraft:experimental]] toggles.


=== Changes ===
=== Changes ===
==== Technical ====
==== Technical ====
'''API'''
'''[[Minecraft:API]]'''
* Adjusted {{MC/Cd|GameTest}} to no longer run call backs from methods such as {{MC/Cd|succeedWhen}} and {{MC/Cd|failIf}} after the test has already completed.
* Adjusted {{cd|GameTest}} to no longer run call backs from methods such as {{cd|succeedWhen}} and {{cd|failIf}} after the test has already completed.
* In {{MC/Cd|@minecraft/debug-utilities}}:
* In {{cd|@minecraft/debug-utilities}}:
** Changed the {{MC/Cd|color}} property of {{MC/Cd|DebugShape}} from {{MC/Cd|RGB}} to {{MC/Cd|RGBA}}.
** Changed the {{cd|color}} property of {{cd|DebugShape}} from {{cd|RGB}} to {{cd|RGBA}}.
** Added the {{MC/Cd|depthTest}} property to {{MC/Cd|DebugText}}.
** Added the {{cd|depthTest}} property to {{cd|DebugText}}.
** Added the {{MC/Cd|backgroundColorOverride}} property to {{MC/Cd|DebugText}}.
** Added the {{cd|backgroundColorOverride}} property to {{cd|DebugText}}.
** Added the {{MC/Cd|useRotation}} property to {{MC/Cd|DebugText}}.
** Added the {{cd|useRotation}} property to {{cd|DebugText}}.
* Added {{MC/Cd|kickPlayer()}} to the {{MC/Cd|@minecraft/server-admin}} module in {{MC/Cd|beta}}.
* Added {{cd|kickPlayer()}} to the {{cd|@minecraft/server-admin}} module in {{cd|beta}}.
* Added new tech to support 3D world text objects and rendering to {{MC/Cd|@minecraft/server}}.
* Added new tech to support 3D world text objects and rendering to {{cd|@minecraft/server}}.
** Added new beta {{MC/Cd|PrimitiveShapesManager}} class used to add and remove text primitives to the world.
** Added new beta {{cd|PrimitiveShapesManager}} class used to add and remove text primitives to the world.
** Added new beta {{MC/Cd|PrimitiveShape}} base class used to repesent 3D shape objects in the world.
** Added new beta {{cd|PrimitiveShape}} base class used to repesent 3D shape objects in the world.
** Added new beta {{MC/Cd|TextPrimitive}} class used to render 3D text shape objects in the world.
** Added new beta {{cd|TextPrimitive}} class used to render 3D text shape objects in the world.
** Added new beta {{MC/Cd|primitiveShapesManager}} property to {{MC/Cd|World}}.
** Added new beta {{cd|primitiveShapesManager}} property to {{cd|World}}.
* Added localization support to {{MC/Cd|DebugText}}.
* Added localization support to {{cd|DebugText}}.
** {{MC/Cd|DebugText}} constructor changed allow using either {{MC/Cd|RawMessage}} or string for the text parameter.
** {{cd|DebugText}} constructor changed allow using either {{cd|RawMessage}} or string for the text parameter.
** {{MC/Cd|DebugText.text}} changed to be a readonly property.
** {{cd|DebugText.text}} changed to be a readonly property.
** {{MC/Cd|DebugText.setText}} method added which allows using either {{MC/Cd|RawMessage}} or string.
** {{cd|DebugText.setText}} method added which allows using either {{cd|RawMessage}} or string.
** {{MC/Cd|DebugText.rawText readonly}} property added to get the text if {{MC/Cd|RawMessage}} is used via {{MC/Cd|setText}}.
** {{cd|DebugText.rawText readonly}} property added to get the text if {{cd|RawMessage}} is used via {{cd|setText}}.
* Changes to error types in {{MC/Cd|@minecraft/server-net}} in {{MC/Cd|beta}}:
* Changes to error types in {{cd|@minecraft/server-net}} in {{cd|beta}}:
** {{MC/Cd|HttpRequestBodyTooLargeError}} has been renamed to {{MC/Cd|RequestBodyTooLargeError}}.
** {{cd|HttpRequestBodyTooLargeError}} has been renamed to {{cd|RequestBodyTooLargeError}}.
** {{MC/Cd|HttpRequestNotAllowedError}} has been renamed to {{MC/Cd|UriNotAllowedError}}.
** {{cd|HttpRequestNotAllowedError}} has been renamed to {{cd|UriNotAllowedError}}.
** {{MC/Cd|HttpsOnlyError}} has been renamed to {{MC/Cd|TLSOnlyError}}.
** {{cd|HttpsOnlyError}} has been renamed to {{cd|TLSOnlyError}}.
** {{MC/Cd|MalformedHttpRequestError}} has been renamed to {{MC/Cd|MalformedUriError}}.
** {{cd|MalformedHttpRequestError}} has been renamed to {{cd|MalformedUriError}}.
* {{MC/Cd|@minecraft/server-net}} configuration module permissions parameter {{MC/Cd|force_https}} has been renamed to {{MC/Cd|force_tls}}.
* {{cd|@minecraft/server-net}} configuration module permissions parameter {{cd|force_https}} has been renamed to {{cd|force_tls}}.
* Added {{MC/Cd|interface ContainerAccessSource}} to {{MC/Cd|beta}}.
* Added {{cd|interface ContainerAccessSource}} to {{cd|beta}}.
* Added {{MC/Cd|interface ContainerAccessSourceFilter}} to {{MC/Cd|beta}}.
* Added {{cd|interface ContainerAccessSourceFilter}} to {{cd|beta}}.
* Added {{MC/Cd|class EntityContainerClosedAfterEvent}} to {{MC/Cd|beta}}.
* Added {{cd|class EntityContainerClosedAfterEvent}} to {{cd|beta}}.
* Added {{MC/Cd|class EntityContainerClosedAfterEventSignal}} to {{MC/Cd|beta}}.
* Added {{cd|class EntityContainerClosedAfterEventSignal}} to {{cd|beta}}.
* Added {{MC/Cd|class EntityContainerOpenedAfterEvent}} to {{MC/Cd|beta}}.
* Added {{cd|class EntityContainerOpenedAfterEvent}} to {{cd|beta}}.
* Added {{MC/Cd|class EntityContainerOpenedAfterEventSignal}} to {{MC/Cd|beta}}.
* Added {{cd|class EntityContainerOpenedAfterEventSignal}} to {{cd|beta}}.
* Added {{MC/Cd|interface EntityContainerAccessEventOptions}} to {{MC/Cd|beta}}.
* Added {{cd|interface EntityContainerAccessEventOptions}} to {{cd|beta}}.
* Added {{MC/Cd|class BlockContainerClosedAfterEvent}} to {{MC/Cd|beta}}.
* Added {{cd|class BlockContainerClosedAfterEvent}} to {{cd|beta}}.
* Added {{MC/Cd|class BlockContainerClosedAfterEventSignal}} to {{MC/Cd|beta}}.
* Added {{cd|class BlockContainerClosedAfterEventSignal}} to {{cd|beta}}.
* Added {{MC/Cd|class BlockContainerOpenedAfterEvent}} to {{MC/Cd|beta}}.
* Added {{cd|class BlockContainerOpenedAfterEvent}} to {{cd|beta}}.
* Added {{MC/Cd|class BlockContainerOpenedAfterEventSignal}} to {{MC/Cd|beta}}.
* Added {{cd|class BlockContainerOpenedAfterEventSignal}} to {{cd|beta}}.
* Added {{MC/Cd|interface BlockContainerAccessEventOptions}} to {{MC/Cd|beta}}.
* Added {{cd|interface BlockContainerAccessEventOptions}} to {{cd|beta}}.
* Added {{MC/Cd|StructureManager.getPackStructureIds}} to {{MC/Cd|beta}}.
* Added {{cd|StructureManager.getPackStructureIds}} to {{cd|beta}}.
* Added {{MC/Cd|EntityEnderInventoryComponent}} for accessing a player's ender chest to {{MC/Cd|beta}}.
* Added {{cd|EntityEnderInventoryComponent}} for accessing a player's [[Minecraft:ender chest]] to {{cd|beta}}.


'''DDUI'''
'''DDUI'''
* Added support for localization for dropdown items.
* Added support for localization for dropdown items.
* Changed interface {{MC/Cd|DropdownItem}}:
* Changed interface {{cd|DropdownItem}}:
** Changed type for {{MC/Cd|description}} from {{MC/Cd|string}} to {{MC/Cd|UIRawMessage | string}}.
** Changed type for {{cd|description}} from {{cd|string}} to {{cd|UIRawMessage | string}}.
*** New Signature: {{MC/Cd|description?: UIRawMessage | string}}
*** New Signature: {{cd|description?: UIRawMessage | string}}
*** Old Signature: {{MC/Cd|description?: string}}
*** Old Signature: {{cd|description?: string}}
** Changed type for {{MC/Cd|label}} from {{MC/Cd|string}} to {{MC/Cd|UIRawMessage | string}}.
** Changed type for {{cd|label}} from {{cd|string}} to {{cd|UIRawMessage | string}}.
** New Signature: {{MC/Cd|label: UIRawMessage | string}}
** New Signature: {{cd|label: UIRawMessage | string}}
*** Old Signature: {{MC/Cd|label: string}}
*** Old Signature: {{cd|label: string}}


'''Graphical'''
'''Graphical'''
Line 224: Line 223:
|235656|When moving the camera in Full Keyboard Mode, the camera continues to move even when an interface is opened.
|235656|When moving the camera in Full Keyboard Mode, the camera continues to move even when an interface is opened.
|235787|Icons for custom blocks with item overrides not always used for auto-completions in commands.
|235787|Icons for custom blocks with item overrides not always used for auto-completions in commands.
|235802|{{MC/Cd|Block#localizationKey}} property in scripting does not respect display name component.
|235802|{{cd|Block#localizationKey}} property in scripting does not respect display name component.
|236314|Block item overrides set to be hidden in commands incorrectly added to command item enum.
|236314|Block item overrides set to be hidden in commands incorrectly added to command item enum.
|236308|Describe action ignores display name component.
|236308|Describe action ignores display name component.
Line 234: Line 233:
'''Other'''
'''Other'''
* Fixed a bug where emissive, metalness, and roughness values would not be loaded properly when switching to the Ray Traced graphics mode while in a world.
* Fixed a bug where emissive, metalness, and roughness values would not be loaded properly when switching to the Ray Traced graphics mode while in a world.
* Fixed baby zombified piglin snout texture to be front facing.
* Fixed baby [[Minecraft:zombified piglin]] snout texture to be front facing.
* Fixed adult rabbit textures which had a line under their heads.
* Fixed adult [[Minecraft:rabbit]] textures which had a line under their heads.
* Fixed baby hoglin crest texture to be on both sides.
* Fixed baby [[Minecraft:hoglin]] crest texture to be on both sides.
* Fixed baby goat and baby snifflet underside texture to be consistent with their adults.  
* Fixed baby [[Minecraft:goat]] and baby [[Minecraft:snifflet]] underside texture to be consistent with their adults.  
* Fixed baby dolphin inconsistent backside head pixels.
* Fixed baby [[Minecraft:dolphin]] inconsistent backside head pixels.
* Fixed an issue where the save world modal would remain active after use.
* Fixed an issue where the save world modal would remain active after use.
* Fixed 'Create on Realms' button in the create new world screen.
* Fixed 'Create on Realms' button in the create new world screen.
* Fixed PS4/5 store logo not appearing after navigating to the sidebar pages.
* Fixed PS4/5 store logo not appearing after navigating to the sidebar pages.
* Fixed {{MC/Cd|minecraft:placement_filter}} for blocks with the trait {{MC/Cd|minecraft:multi_block}}.
* Fixed {{cd|minecraft:placement_filter}} for blocks with the trait {{cd|minecraft:multi_block}}.
* Fixed an issue with mob projectile accuracy going negative on higher difficulty settings.
* Fixed an issue with mob projectile accuracy going negative on higher difficulty settings.
* Fixed a bug in {{MC/Cd|minecraft:interact}} where combining {{MC/Cd|drop_item_slot}} and {{MC/Cd|equip_item_slot}} would not equip the given item.
* Fixed a bug in {{cd|minecraft:interact}} where combining {{cd|drop_item_slot}} and {{cd|equip_item_slot}} would not equip the given item.
* Fixed a bug where the {{MC/Cd|summon_cap}} for custom entities was ignored.
* Fixed a bug where the {{cd|summon_cap}} for custom entities was ignored.
* Fixed a bug where entering custom settings of a behavior pack screen disables the pack.
* Fixed a bug where entering custom settings of a behavior pack screen disables the pack.
* Fixed an issue where text input areas are covered by the virtual keyboard on mobile platforms.
* Fixed an issue where text input areas are covered by the virtual keyboard on mobile platforms.
* Fixed players getting stuck and crashing when the DDUI screen is open.
* Fixed players getting stuck and crashing when the DDUI screen is open.
* Fixed buttons getting clipped when in a focused state.
* Fixed buttons getting clipped when in a focused state.
* Fixed an issue where showing forms ({{MC/Cd|CustomForm}} or {{MC/Cd|MessageBox}}) back to back resulted in the second form not showing.</onlyinclude>
* Fixed an issue where showing forms ({{cd|CustomForm}} or {{cd|MessageBox}}) back to back resulted in the second form not showing.</onlyinclude>


== 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.20
[[Minecraft:de:Bedrock Edition beta 26.20.20]]
es:Bedrock Edition Preview 26.20.20
[[Minecraft:es:Bedrock Edition Preview 26.20.20]]
pt:Edição Bedrock Preview 26.20.20
[[Minecraft:pt:Edição Bedrock Preview 26.20.20]]
th:รุ่น Bedrock Preview 26.20.20
[[Minecraft:ru:Preview 26.20.20 (Bedrock Edition)]]
zh:基岩版26.20.20
[[Minecraft:th:รุ่น Bedrock Preview 26.20.20]]
ru:Preview 26.20.20 (Bedrock Edition)
[[Minecraft:zh:基岩版26.20.20]]

Latest revision as of 11:02, 31 May 2026

Template:Infobox version

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

Changes

Blocks

Minecraft:Grass block

Minecraft:Torch

General

Graphical

Mobs

Minecraft:Baby mobs

Technical

AI Goals

Minecraft:API

Blocks

  • The custom block json API has the following changes that will affect loading of block json with format version 1.26.20 and up:
    • General:
      • Namespace constraints have been tweaked but everything permitted before should still be valid.
        • This can affect the identifiers used for the block, states and menu category groups.
    • Block Traits:
    • Category:
    • Components:
      • Template:Cd, validation change: It is restricted outside of root components object.
      • Template:Cd, validation change: The constraint on the Template:Cd identifier is strictly enforced now.
        • When using the minecraft namespace, the only currently available culling shape identifiers are: Template:Cd or Template:Cd.
        • When using no namespaces or a custom one, the names must start and end with an alpha-numeric character.
      • Template:Cd and Template:Cd, validation change: They now strictly enforce the value to be between Template:Cd and Template:Cd inclusive.
      • There is a breaking change to how tags are defined.
        • As of version 1.26.20, tags cannot freely live as top level entities in the components array.
        • The values must have the format Template:Cd.
          • They no longer need to be prefixed with Template:Cd.
            • None of the changes mentioned above were actually applied in this preview.

Minecraft:Components

  • The Template:Cd component Template:Cd field now supports an additional value:
    • Template:Cd:
      • Damage is not applied to the entity.
      • Knockback and enchantments are applied.
      • The attacker's weapon is used as normal.
      • The entity does not flash red.

Entity components

  • The behavior of the Template:Cd component now matches its description.
    • The higher its value, the more friction affects an entity:
    • The component now affects ground friction only, and no longer partially affects air or liquid drag.
    • The legacy incorrect behavior can be re-enabled by adding the Template:Cd component.
      • This component is automatically added to all entities with a format version lower than 1.26.20, to ensure their behavior stays unaltered.
    • The component now properly works on players, and on other client-predicted entities.
  • Added the Template:Cd component.
    • When present, air drag is applied uniformly on both the vertical and horizontal axes, instead of being biased toward horizontal movement.
  • Added the Template:Cd component, which allows executing entity events when items are equipped or unequipped in specific equipment slots.
    • Contains a Template:Cd field with a list of entries, each with:
      • Template:Cd, the equipment slot to monitor.
      • Template:Cd, event to fire when a non-empty item is placed in the slot.
      • Template:Cd, event to fire when the slot is cleared.
    • When equipment changes, the first matching slot entry is used.

Entity filters

Minecraft:Features

Graphical

Stability and Performance

  • Improved sign-in speed on most platforms by triggering authentication earlier during game startup.

Minecraft:World generation

  • Can now use Template:Cd in jigsaw structure template pools in order to place features.
  • Template:Cds can now connect to a Jigsaw block with any target name, rather than only Template:Cd.
    • However, it only connects to internal vanilla features.

Experimental

These additions and changes are accessible by enabling the "Beta APIs", "Upcoming Creator Features", and "Render Dragon Features for Creators" Minecraft:experimental toggles.

Changes

Technical

Minecraft:API

DDUI

Graphical

  • Point lights no longer fade out when past a certain distance from the camera.

Fixes

Template:Fixes Other

  • Fixed a bug where emissive, metalness, and roughness values would not be loaded properly when switching to the Ray Traced graphics mode while in a world.
  • Fixed baby Minecraft:zombified piglin snout texture to be front facing.
  • Fixed adult Minecraft:rabbit textures which had a line under their heads.
  • Fixed baby Minecraft:hoglin crest texture to be on both sides.
  • Fixed baby Minecraft:goat and baby Minecraft:snifflet underside texture to be consistent with their adults.
  • Fixed baby Minecraft:dolphin inconsistent backside head pixels.
  • Fixed an issue where the save world modal would remain active after use.
  • Fixed 'Create on Realms' button in the create new world screen.
  • Fixed PS4/5 store logo not appearing after navigating to the sidebar pages.
  • Fixed Template:Cd for blocks with the trait Template:Cd.
  • Fixed an issue with mob projectile accuracy going negative on higher difficulty settings.
  • Fixed a bug in Template:Cd where combining Template:Cd and Template:Cd would not equip the given item.
  • Fixed a bug where the Template:Cd for custom entities was ignored.
  • Fixed a bug where entering custom settings of a behavior pack screen disables the pack.
  • Fixed an issue where text input areas are covered by the virtual keyboard on mobile platforms.
  • Fixed players getting stuck and crashing when the DDUI screen is open.
  • Fixed buttons getting clipped when in a focused state.
  • Fixed an issue where showing forms (Template:Cd or Template:Cd) back to back resulted in the second form not showing.

References

Template:Reflist

Navigation

Template:Navbox Bedrock Edition versions

Minecraft:de:Bedrock Edition beta 26.20.20 Minecraft:es:Bedrock Edition Preview 26.20.20 Minecraft:pt:Edição Bedrock Preview 26.20.20 Minecraft:ru:Preview 26.20.20 (Bedrock Edition) Minecraft:th:รุ่น Bedrock Preview 26.20.20 Minecraft:zh:基岩版26.20.20