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
imported>LauraFii
No edit summary
 
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
 
(One intermediate revision by the same user not shown)
Line 25: Line 25:
== Changes ==
== Changes ==
=== Blocks ===
=== Blocks ===
'''[[Minecraft:Grass block]]'''
'''Grass block'''
* Can now create [[Minecraft:tall grass]] when fertilized with [[Minecraft:bone meal]].
* Can now create tall grass when fertilized with bone meal.


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


=== Mobs ===
=== Mobs ===
'''[[Minecraft:Baby mobs]]'''
'''Baby mobs'''
* 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]]).
* No longer show green growth particles when being fed if their growth is currently paused (due to using a 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:
** {{cd|minecraft:behavior.admire_item}}
** {{MC/Cd|minecraft:behavior.admire_item}}
** {{cd|minecraft:behavior.barter}}
** {{MC/Cd|minecraft:behavior.barter}}
** {{cd|minecraft:behavior.eat_carried_item}}
** {{MC/Cd|minecraft:behavior.eat_carried_item}}
** {{cd|minecraft:behavior.equip_item}}
** {{MC/Cd|minecraft:behavior.equip_item}}
** {{cd|minecraft:behavior.move_indoors}}
** {{MC/Cd|minecraft:behavior.move_indoors}}
** {{cd|minecraft:behavior.move_outdoors}}
** {{MC/Cd|minecraft:behavior.move_outdoors}}
** {{cd|minecraft:behavior.hide}}
** {{MC/Cd|minecraft:behavior.hide}}
** {{cd|minecraft:behavior.mingle}}
** {{MC/Cd|minecraft:behavior.mingle}}
** {{cd|minecraft:behavior.move_to_poi}}
** {{MC/Cd|minecraft:behavior.move_to_poi}}
** {{cd|minecraft:behavior.move_to_village}}
** {{MC/Cd|minecraft:behavior.move_to_village}}
** {{cd|minecraft:behavior.sleep}}
** {{MC/Cd|minecraft:behavior.sleep}}
** {{cd|minecraft:behavior.stroll_towards_village}}
** {{MC/Cd|minecraft:behavior.stroll_towards_village}}
* 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.
* 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.


'''[[Minecraft:API]]'''
'''API'''
* Released {{cd|@minecraft/server}} version 2.7.0.
* Released {{MC/Cd|@minecraft/server}} version 2.7.0.
* Added {{cd|@minecraft/server}} version 2.8.0-beta.
* Added {{MC/Cd|@minecraft/server}} version 2.8.0-beta.
* Released {{cd|AimAssistCategory}} from {{cd|beta}} to {{cd|v2.6.0}}.
* Released {{MC/Cd|AimAssistCategory}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}.
* Released {{cd|AimAssistCategorySettings}} from {{cd|beta}} to {{cd|v2.6.0}}.
* Released {{MC/Cd|AimAssistCategorySettings}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}.
* Released {{cd|AimAssistPreset}} from {{cd|beta}} to {{cd|v2.6.0}}.
* Released {{MC/Cd|AimAssistPreset}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}.
* Released {{cd|AimAssistPresetSettings}} from {{cd|beta}} to {{cd|v2.6.0}}.
* Released {{MC/Cd|AimAssistPresetSettings}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}.
* Released {{cd|AimAssistRegistry}} from {{cd|beta}} to {{cd|v2.6.0}}.
* Released {{MC/Cd|AimAssistRegistry}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}.
* Released {{cd|PlayerAimAssist}} from {{cd|beta}} to {{cd|v2.6.0}}.
* Released {{MC/Cd|PlayerAimAssist}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}.
* Released {{cd|PlayerAimAssistSettings}} from {{cd|beta}} to {{cd|v2.6.0}}.
* Released {{MC/Cd|PlayerAimAssistSettings}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}.
* Released {{cd|AimAssistTargetMode}} from {{cd|beta}} to {{cd|v2.6.0}}.
* Released {{MC/Cd|AimAssistTargetMode}} 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|World.getAimAssist}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}.
* Released {{cd|Player.getAimAssist}} from {{cd|beta}} to {{cd|v2.6.0}}.
* Released {{MC/Cd|Player.getAimAssist}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}.
* 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.
* 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.


'''Blocks'''
'''Blocks'''
Line 79: Line 79:
**** 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]]:
*** {{cd|placement_direction}} trait, validation change: The rotation offset does not accept a 0.5 tolerance anymore.
*** {{MC/Cd|placement_direction}} trait, validation change: The rotation offset does not accept a 0.5 tolerance anymore.
**** Input value must be a multiple of {{cd|90.0}}.
**** Input value must be a multiple of {{MC/Cd|90.0}}.
**** The value must be in the range {{cd|0.0}} to {{cd|360.0}} inclusive.
**** The value must be in the range {{MC/Cd|0.0}} to {{MC/Cd|360.0}} inclusive.
*** {{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.
*** {{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.
** Category:
** Category:
*** {{cd|menu_category}}, validation change: An empty {{cd|group}} value is not allowed.
*** {{MC/Cd|menu_category}}, validation change: An empty {{MC/Cd|group}} value is not allowed.
**** The {{cd|group}} field can either exist with a non-empty value or not exist at all.
**** The {{MC/Cd|group}} field can either exist with a non-empty value or not exist at all.
*** {{cd|category}} is now a required field, when using {{cd|menu_category}}.
*** {{MC/Cd|category}} is now a required field, when using {{MC/Cd|menu_category}}.
** [[Minecraft:Block components|Components]]:
** [[Minecraft:Block components|Components]]:
*** {{cd|minecraft:flower_pottable}}, validation change: It is restricted outside of root components object.
*** {{MC/Cd|minecraft:flower_pottable}}, validation change: It is restricted outside of root components object.
*** {{cd|minecraft:geometry}}, validation change: The constraint on the {{cd|culling_shape}} identifier is strictly enforced now.
*** {{MC/Cd|minecraft:geometry}}, validation change: The constraint on the {{MC/Cd|culling_shape}} identifier is strictly enforced now.
**** When using the minecraft namespace, the only currently available culling shape identifiers are: {{cd|minecraft:empty}} or {{cd|minecraft:unit_cube}}.
**** 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 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.
*** {{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.
*** {{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.
*** 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 {{cd|minecraft:tags}} component, which accepts an array of tags of the format:
***** They must live inside the {{MC/Cd|minecraft:tags}} component, which accepts an array of tags of the format:
****** {{cd|minecraft:tags: ["minecraft:crop", "custom:custom_tag"]}}.
****** {{MC/Cd|minecraft:tags: ["minecraft:crop", "custom:custom_tag"]}}.
**** The values must have the format {{cd|<namespace>:<tag_name>}}.
**** The values must have the format {{MC/Cd|<namespace>:<tag_name>}}.
***** They no longer need to be prefixed with {{cd|tag:}}.
***** They no longer need to be prefixed with {{MC/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.


'''[[Minecraft:Component]]s'''
'''Components'''
* The {{cd|minecraft:damage_sensor}} component {{cd|deals_damage}} field now supports an additional value:
* The {{MC/Cd|minecraft:damage_sensor}} component {{MC/Cd|deals_damage}} field now supports an additional value:
** {{cd|no_but_entity_effects_apply}}:
** {{MC/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 110:


'''Entity components'''
'''Entity components'''
* The behavior of the {{cd|minecraft:friction_modifier}} component now matches its description.
* The behavior of the {{MC/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:
*** {{cd|0.0}} means no friction.
*** {{MC/Cd|0.0}} means no friction.
*** {{cd|1.0}} means regular friction.
*** {{MC/Cd|1.0}} means regular friction.
*** {{cd|2.0}} means double friction.
*** {{MC/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 {{cd|minecraft:uses_legacy_friction}} component.
** The legacy incorrect behavior can be re-enabled by adding the {{MC/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 {{cd|minecraft:uses_uniform_air_drag}} component.
* Added the {{MC/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 {{cd|minecraft:on_equipment_changed}} component, which allows executing entitiy events when items are equipped or unequipped in specific equipment slots.
* Added the {{MC/Cd|minecraft:on_equipment_changed}} component, which allows executing entitiy events when items are equipped or unequipped in specific equipment slots.
** Contains a {{cd|slots}} field with a list of entries, each with:
** Contains a {{MC/Cd|slots}} field with a list of entries, each with:
*** {{cd|slot}}, the equipment slot to monitor.
*** {{MC/Cd|slot}}, the equipment slot to monitor.
*** {{cd|on_equip}}, event to fire when a non-empty item is placed in the slot.
*** {{MC/Cd|on_equip}}, event to fire when a non-empty item is placed in the slot.
*** {{cd|on_unequip}}, event to fire when the slot is cleared.
*** {{MC/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 {{cd|has_equipment_block_tag}} entity filter.
* Added the {{MC/Cd|has_equipment_block_tag}} entity filter.
* Added the {{cd|has_same_equipment_in_slot_as}} entity filter.
* Added the {{MC/Cd|has_same_equipment_in_slot_as}} entity filter.


'''[[Minecraft:Feature]]s'''
'''[[Minecraft:Feature]]s'''
* Added a boolean {{cd|rotate_around_center}} field to the {{cd|minecraft:structure_template_feature}} feature.
* Added a boolean {{MC/Cd|rotate_around_center}} field to the {{MC/Cd|minecraft:structure_template_feature}} feature.
** When set to {{cd|true}}, it rotates the structure around its center when placing it in the world.
** When set to {{MC/Cd|true}}, it rotates the structure around its center when placing it in the world.
** Defaults to {{cd|false}} if omitted.
** Defaults to {{MC/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 {{cd|1.26.20}}.
** New format version is {{MC/Cd|1.26.20}}.
** The fields {{cd|minecraft:water_settings}} and {{cd|minecraft:water_settings/description}} are now required.
** The fields {{MC/Cd|minecraft:water_settings}} and {{MC/Cd|minecraft:water_settings/description}} are now required.


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


'''[[Minecraft:World generation]]'''
'''[[Minecraft:World generation]]'''
* Can now use {{cd|minecraft:feature_pool_element}} in jigsaw structure template pools in order to place features.
* Can now use {{MC/Cd|minecraft:feature_pool_element}} in jigsaw structure template pools in order to place features.
* {{cd|feature}}s can now connect to a Jigsaw block with any target name, rather than only {{cd|minecraft:bottom}}.
* {{MC/Cd|feature}}s can now connect to a Jigsaw block with any target name, rather than only {{MC/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" [[Minecraft:experimental]] toggles.
These additions and changes are accessible by enabling the "Beta APIs", "Upcoming Creator Features", and "Render Dragon Features for Creators" experimental toggles.


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


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


'''Graphical'''
'''Graphical'''
Line 224: Line 224:
|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|{{cd|Block#localizationKey}} property in scripting does not respect display name component.
|235802|{{MC/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 234:
'''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 [[Minecraft:zombified piglin]] snout texture to be front facing.
* Fixed baby zombified piglin snout texture to be front facing.
* Fixed adult [[Minecraft:rabbit]] textures which had a line under their heads.
* Fixed adult rabbit textures which had a line under their heads.
* Fixed baby [[Minecraft:hoglin]] crest texture to be on both sides.
* Fixed baby 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 goat and baby snifflet underside texture to be consistent with their adults.  
* Fixed baby [[Minecraft:dolphin]] inconsistent backside head pixels.
* Fixed baby 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 {{cd|minecraft:placement_filter}} for blocks with the trait {{cd|minecraft:multi_block}}.
* Fixed {{MC/Cd|minecraft:placement_filter}} for blocks with the trait {{MC/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 {{cd|minecraft:interact}} where combining {{cd|drop_item_slot}} and {{cd|equip_item_slot}} would not equip the given item.
* 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 where the {{cd|summon_cap}} for custom entities was ignored.
* Fixed a bug where the {{MC/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 ({{cd|CustomForm}} or {{cd|MessageBox}}) back to back resulted in the second form not showing.</onlyinclude>
* Fixed an issue where showing forms ({{MC/Cd|CustomForm}} or {{MC/Cd|MessageBox}}) back to back resulted in the second form not showing.</onlyinclude>


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

Latest revision as of 19:25, 9 April 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

Grass block

  • Can now create tall grass when fertilized with bone meal.

Minecraft:Torch

General

Graphical

  • The End flash is now visible on all graphics modes.
  • Added MERS textures for all Minecraft:shelf blocks and nautilus armor variants.
    • However, this change caused them to lose their texture.

Mobs

Baby mobs

  • No longer show green growth particles when being fed if their growth is currently paused (due to using a golden dandelion).

Technical

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

  • The
  1. REDIRECT Template:Code

Template:Redr float range field in

  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.

API

  • Released
  1. REDIRECT Template:Code

Template:Redr version 2.7.0.

  • Added
  1. REDIRECT Template:Code

Template:Redr version 2.8.0-beta.

  • Released
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Released
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Released
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Released
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Released
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Released
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Released
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Released
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Released
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Released
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • A new field,
  1. REDIRECT Template:Code

Template:Redr, has been added to the schema of

  1. REDIRECT Template:Code

Template:Redr, which allows specifying whether the snapped feature should be embedded in the located surface.

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

Template:Redr trait, validation change: The rotation offset does not accept a 0.5 tolerance anymore.

        • Input value must be a multiple of
  1. REDIRECT Template:Code

Template:Redr.

        • The value must be in the range
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr inclusive.

  1. REDIRECT Template:Code

Template:Redr now requires

  1. REDIRECT Template:Code

Template:Redr to be one of the

  1. REDIRECT Template:Code

Template:Redr for the

  1. REDIRECT Template:Code

Template:Redr trait.

    • Category:
  1. REDIRECT Template:Code

Template:Redr, validation change: An empty

  1. REDIRECT Template:Code

Template:Redr value is not allowed.

        • The
  1. REDIRECT Template:Code

Template:Redr field can either exist with a non-empty value or not exist at all.

  1. REDIRECT Template:Code

Template:Redr is now a required field, when using

  1. REDIRECT Template:Code

Template:Redr.

  1. REDIRECT Template:Code

Template:Redr, validation change: It is restricted outside of root components object.

  1. REDIRECT Template:Code

Template:Redr, validation change: The constraint on the

  1. REDIRECT Template:Code

Template:Redr identifier is strictly enforced now.

        • When using the minecraft namespace, the only currently available culling shape identifiers are:
  1. REDIRECT Template:Code

Template:Redr or

  1. REDIRECT Template:Code

Template:Redr.

        • When using no namespaces or a custom one, the names must start and end with an alpha-numeric character.
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr, validation change: They now strictly enforce the value to be between

  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr 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.
          • They must live inside the
  1. REDIRECT Template:Code

Template:Redr component, which accepts an array of tags of the format:

  1. REDIRECT Template:Code

Template:Redr.

        • The values must have the format
  1. REDIRECT Template:Code

Template:Redr.

          • They no longer need to be prefixed with
  1. REDIRECT Template:Code

Template:Redr.

            • None of the changes mentioned above were actually applied in this preview.

Components

  • The
  1. REDIRECT Template:Code

Template:Redr component

  1. REDIRECT Template:Code

Template:Redr field now supports an additional value:

  1. REDIRECT Template:Code

Template:Redr:

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

Template:Redr component now matches its description.

    • The higher its value, the more friction affects an entity:
  1. REDIRECT Template:Code

Template:Redr means no friction.

  1. REDIRECT Template:Code

Template:Redr means regular friction.

  1. REDIRECT Template:Code

Template:Redr means double friction.

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

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

Template:Redr component.

    • When present, air drag is applied uniformly on both the vertical and horizontal axes, instead of being biased toward horizontal movement.
  • Added the
  1. REDIRECT Template:Code

Template:Redr component, which allows executing entitiy events when items are equipped or unequipped in specific equipment slots.

    • Contains a
  1. REDIRECT Template:Code

Template:Redr field with a list of entries, each with:

  1. REDIRECT Template:Code

Template:Redr, the equipment slot to monitor.

  1. REDIRECT Template:Code

Template:Redr, event to fire when a non-empty item is placed in the slot.

  1. REDIRECT Template:Code

Template:Redr, event to fire when the slot is cleared.

    • When equipment changes, the first matching slot entry is used.

Entity filters

  • Added the
  1. REDIRECT Template:Code

Template:Redr entity filter.

  • Added the
  1. REDIRECT Template:Code

Template:Redr entity filter.

Minecraft:Features

  • Added a boolean
  1. REDIRECT Template:Code

Template:Redr field to the

  1. REDIRECT Template:Code

Template:Redr feature.

    • When set to
  1. REDIRECT Template:Code

Template:Redr, it rotates the structure around its center when placing it in the world.

    • Defaults to
  1. REDIRECT Template:Code

Template:Redr if omitted.

Graphical

  • Added new version for the water configuration JSON file:
    • New format version is
  1. REDIRECT Template:Code

Template:Redr.

    • The fields
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr are now required.

Stability and Performance

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

Minecraft:World generation

  • Can now use
  1. REDIRECT Template:Code

Template:Redr in jigsaw structure template pools in order to place features.

  1. REDIRECT Template:Code

Template:Redrs can now connect to a Jigsaw block with any target name, rather than only

  1. REDIRECT Template:Code

Template:Redr.

    • 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" experimental toggles.

Changes

Technical

API

  • Adjusted
  1. REDIRECT Template:Code

Template:Redr to no longer run call backs from methods such as

  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr after the test has already completed.

  • In
  1. REDIRECT Template:Code

Template:Redr:

    • Changed the
  1. REDIRECT Template:Code

Template:Redr property of

  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

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

    • Added the
  1. REDIRECT Template:Code

Template:Redr property to

  1. REDIRECT Template:Code

Template:Redr.

  • Added
  1. REDIRECT Template:Code

Template:Redr to the

  1. REDIRECT Template:Code

Template:Redr module in

  1. REDIRECT Template:Code

Template:Redr.

  • Added new tech to support 3D world text objects and rendering to
  1. REDIRECT Template:Code

Template:Redr.

    • Added new beta
  1. REDIRECT Template:Code

Template:Redr class used to add and remove text primitives to the world.

    • Added new beta
  1. REDIRECT Template:Code

Template:Redr base class used to repesent 3D shape objects in the world.

    • Added new beta
  1. REDIRECT Template:Code

Template:Redr class used to render 3D text shape objects in the world.

    • Added new beta
  1. REDIRECT Template:Code

Template:Redr property to

  1. REDIRECT Template:Code

Template:Redr.

  • Added localization support to
  1. REDIRECT Template:Code

Template:Redr.

  1. REDIRECT Template:Code

Template:Redr constructor changed allow using either

  1. REDIRECT Template:Code

Template:Redr or string for the text parameter.

  1. REDIRECT Template:Code

Template:Redr changed to be a readonly property.

  1. REDIRECT Template:Code

Template:Redr method added which allows using either

  1. REDIRECT Template:Code

Template:Redr or string.

  1. REDIRECT Template:Code

Template:Redr property added to get the text if

  1. REDIRECT Template:Code

Template:Redr is used via

  1. REDIRECT Template:Code

Template:Redr.

  • Changes to error types in
  1. REDIRECT Template:Code

Template:Redr in

  1. REDIRECT Template:Code

Template:Redr:

  1. REDIRECT Template:Code

Template:Redr has been renamed to

  1. REDIRECT Template:Code

Template:Redr.

  1. REDIRECT Template:Code

Template:Redr has been renamed to

  1. REDIRECT Template:Code

Template:Redr.

  1. REDIRECT Template:Code

Template:Redr has been renamed to

  1. REDIRECT Template:Code

Template:Redr.

  1. REDIRECT Template:Code

Template:Redr has been renamed to

  1. REDIRECT Template:Code

Template:Redr.

  1. REDIRECT Template:Code

Template:Redr configuration module permissions parameter

  1. REDIRECT Template:Code

Template:Redr has been renamed 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.

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

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

  • 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 for accessing a player's ender chest to

  1. REDIRECT Template:Code

Template:Redr.

DDUI

  • Added support for localization for dropdown items.
  • Changed interface
  1. REDIRECT Template:Code

Template:Redr:

    • Changed type for
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

      • New Signature:
  1. REDIRECT Template:Code

Template:Redr

      • Old Signature:
  1. REDIRECT Template:Code

Template:Redr

    • Changed type for
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

    • New Signature:
  1. REDIRECT Template:Code

Template:Redr

      • Old Signature:
  1. REDIRECT Template:Code

Template:Redr

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 zombified piglin snout texture to be front facing.
  • Fixed adult rabbit textures which had a line under their heads.
  • Fixed baby hoglin crest texture to be on both sides.
  • Fixed baby goat and baby snifflet underside texture to be consistent with their adults.
  • Fixed baby 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
  1. REDIRECT Template:Code

Template:Redr for blocks with the trait

  1. REDIRECT Template:Code

Template:Redr.

  • Fixed an issue with mob projectile accuracy going negative on higher difficulty settings.
  • Fixed a bug in
  1. REDIRECT Template:Code

Template:Redr where combining

  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr would not equip the given item.

  • Fixed a bug where the
  1. REDIRECT Template:Code

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

Template:Redr or

  1. REDIRECT Template:Code

Template:Redr) back to back resulted in the second form not showing.

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