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

From SAS Gaming Wiki
imported>Iactuallycantdothat
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:
<onlyinclude>
<onlyinclude>


'''Beta 26.10.21''' (ChromeOS, Android), '''Preview 26.10.21''' (Windows, Xbox, PlayStation), or '''Preview 26.10.22''' (iOS, iPadOS) is the second beta/''Preview'' for [[Minecraft:Bedrock Edition 26.10]], released on February 3, 2026,<ref>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/43201150724877-Minecraft-Beta-Preview-26-10-21|title=Minecraft Beta & Preview - 26.10.21|website=Minecraft Feedback|date=February 3, 2026}}</ref> which adds [[Minecraft:golden dandelion]]s, retextures several baby mobs, and fixes bugs.
'''Beta 26.10.21''' (ChromeOS, Android), '''Preview 26.10.21''' (Windows, Xbox, PlayStation), or '''Preview 26.10.22''' (iOS, iPadOS) is the second beta/''Preview'' for [[Minecraft:Bedrock Edition 26.10]], released on February 3, 2026,<ref>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/43201150724877-Minecraft-Beta-Preview-26-10-21|title=Minecraft Beta & Preview - 26.10.21|website=Minecraft Feedback|date=February 3, 2026}}</ref> which adds golden dandelions, retextures several baby mobs, and fixes bugs.


== Additions ==
== Additions ==
=== Blocks ===
=== Blocks ===
'''[[File:Golden Dandelion JE1.png|32px]] [[Minecraft:Golden Dandelion]]'''
'''[[File:Golden Dandelion JE1.png|32px]] [[Minecraft:Golden Dandelion]]'''
* Crafted with a [[Minecraft:dandelion]] and 8 [[Minecraft:gold nugget]]s:
* Crafted with a [[Minecraft:dandelion]] and 8 gold nuggets:
{{Crafting
{{Crafting
|A1= Gold Nugget
|A1= Gold Nugget
Line 44: Line 44:
|ignoreusage=1
|ignoreusage=1
}}
}}
* When used on a baby mob, it will stop aging. This sets NBT attribute {{code|GrowthPaused}} to 1.
* When used on a baby mob, it will stop aging. This sets NBT attribute {{MC/Code|GrowthPaused}} to 1.
** When used again, it will continue to age again. This sets NBT attribute {{code|GrowthPaused}} to 0.
** When used again, it will continue to age again. This sets NBT attribute {{MC/Code|GrowthPaused}} to 0.
* Cannot be used on [[Minecraft:monster]]s (including [[Minecraft:undead mount]]s) and [[Minecraft:villager]]s.
* Cannot be used on [[Minecraft:monster]]s (including undead mounts) and [[Minecraft:villager]]s.
* Can be placed and [[Minecraft:Flower Pot|potted]] like other flowers.
* Can be placed and [[Minecraft:Flower Pot|potted]] like other flowers.


Line 54: Line 54:
* Added an option on Windows to disable pausing when the application loses focus.
* Added an option on Windows to disable pausing when the application loses focus.


'''[[Minecraft:Controls]]'''
'''Controls'''
* Added a keybind, {{keys|F4}} by default, to open the [[Minecraft:social]] drawer in-game.
* Added a keybind, {{MC/Keys|F4}} by default, to open the [[Minecraft:social]] drawer in-game.


== Changes ==
== Changes ==
Line 61: Line 61:
'''Baby mobs'''
'''Baby mobs'''
* Changed the textures of the following baby mobs:
* Changed the textures of the following baby mobs:
** [[File:Baby Armadillo JE3.png|32px]] [[Minecraft:Armadillo]]
** [[File:Baby Armadillo JE3.png|32px]] Armadillo
** [[File:Baby Bee JE2 BE2.png|32px]] [[Minecraft:Bee]]
** [[File:Baby Bee JE2 BE2.png|32px]] Bee
** [[File:Baby Camel JE2 BE3.png|32px]] [[Minecraft:Camel]]
** [[File:Baby Camel JE2 BE3.png|32px]] Camel
** {{animate|Baby Fox JE2.png; Baby Snow Fox JE2.png|32px}} [[Minecraft:Fox]]
** {{MC/Animate|Baby Fox JE2.png; Baby Snow Fox JE2.png|32px}} Fox
** [[File:Baby Goat JE2 BE3.png|32px]] [[Minecraft:Goat]]
** [[File:Baby Goat JE2 BE3.png|32px]] Goat
** {{animate|Baby Brown Llama JE3 BE3.png; Baby Creamy Llama JE3 BE3.png; Baby Gray Llama JE3 BE3.png; Baby White Llama JE3 BE3.png|32px}} [[Minecraft:Llama]]
** {{MC/Animate|Baby Brown Llama JE3 BE3.png; Baby Creamy Llama JE3 BE3.png; Baby Gray Llama JE3 BE3.png; Baby White Llama JE3 BE3.png|32px}} Llama
** [[File:Baby Polar Bear JE7 BE3.png|32px]] [[Minecraft:Polar Bear]]
** [[File:Baby Polar Bear JE7 BE3.png|32px]] [[Minecraft:Polar Bear]]
** {{animate|Baby Brown Trader Llama JE2 BE2.png; Baby Creamy Trader Llama JE2 BE2.png; Baby Gray Trader Llama JE2 BE2.png; Baby White Trader Llama JE2 BE2.png|32px}} [[Minecraft:Trader Llama]]
** {{MC/Animate|Baby Brown Trader Llama JE2 BE2.png; Baby Creamy Trader Llama JE2 BE2.png; Baby Gray Trader Llama JE2 BE2.png; Baby White Trader Llama JE2 BE2.png|32px}} Trader Llama
* Added unique animations for baby foxes, camels, and armadillos.
* Added unique animations for baby foxes, camels, and armadillos.


=== General ===
=== General ===
'''[[Minecraft:UI]]'''
'''UI'''
* Updated the inventory and SDL screens to properly reflect purchases made when navigating back to it from a related page.
* Updated the inventory and SDL screens to properly reflect purchases made when navigating back to it from a related page.
* Updated the interact button design for touch controls.
* Updated the interact button design for touch controls.
Line 78: Line 78:
=== Technical ===
=== Technical ===
'''AI Goals'''
'''AI Goals'''
* Made the schema for {{cd|minecraft:behavior.ram_attack}} stricter when parsing, now will fail to load an entity json that has invalid data in versions 26.10 and newer.
* Made the schema for {{MC/Cd|minecraft:behavior.ram_attack}} stricter when parsing, now will fail to load an entity json that has invalid data in versions 26.10 and newer.
* Float Range field {{cd|cooldown_range}} now only accepts an object with {{cd|min}} and {{cd|max}} values.  
* 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.
** Other formats will fail to parse.
* Made the schema for {{cd|minecraft:behavior.celebrate}} stricter when parsing, now will fail to load an entity json that has invalid data in versions 26.10 and newer.
* Made the schema for {{MC/Cd|minecraft:behavior.celebrate}} stricter when parsing, now will fail to load an entity json that has invalid data in versions 26.10 and newer.
* Float Range fields {{cd|sound_interval}} and jump_interval now only accepts an object with {{cd|min}} and {{cd|max}} values.
* Float Range fields {{MC/Cd|sound_interval}} and jump_interval now only accepts an object with {{MC/Cd|min}} and {{MC/Cd|max}} values.
** Other formats will fail to parse.
** Other formats will fail to parse.


'''[[Minecraft:API]]'''
'''API'''
* Added {{cd|isSuperset}} parameter to {{cd|world.containsBiomes}}.
* Added {{MC/Cd|isSuperset}} parameter to {{MC/Cd|world.containsBiomes}}.
* Moved {{cd|world.containsBiomes}} to {{cd|stable}}.
* Moved {{MC/Cd|world.containsBiomes}} to {{MC/Cd|stable}}.
* Removed {{cd|superset}} property from {{cd|BiomeFilter}}.
* Removed {{MC/Cd|superset}} property from {{MC/Cd|BiomeFilter}}.
* Moved {{cd|ScriptBiomeFilter}} to {{cd|stable}}.
* Moved {{MC/Cd|ScriptBiomeFilter}} to {{MC/Cd|stable}}.
* Released {{cd|BlockComponentRedstoneUpdateEvent.previousPowerLevel}} from {{cd|beta}} to {{cd|v2.6.0}}.
* Released {{MC/Cd|BlockComponentRedstoneUpdateEvent.previousPowerLevel}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}.
* Released {{cd|property ItemDurabilityComponent.unbreakable}} from {{cd|beta}} to {{cd|v2.6.0}}.
* Released {{MC/Cd|property ItemDurabilityComponent.unbreakable}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}.


'''[[Minecraft:Character Creator]]'''
'''[[Minecraft:Character Creator]]'''
Line 98: Line 98:


'''Entity components'''
'''Entity components'''
* Added the ability to pause and reset growth of entities in {{cd|minecraft:ageable}} using specified items.
* Added the ability to pause and reset growth of entities in {{MC/Cd|minecraft:ageable}} using specified items.
** Introduced fields {{cd|pause_growth_items}} and {{cd|reset_growth_items}}, which are a list of items that can be fed to the entity to pause or reset growth for baby entities.
** Introduced fields {{MC/Cd|pause_growth_items}} and {{MC/Cd|reset_growth_items}}, which are a list of items that can be fed to the entity to pause or reset growth for baby entities.
** Introduced {{cd|ActorDefinitionTrigger}} fields {{cd|pause_growth}} and {{cd|reset_growth}} to trigger an event when aging is paused or reset for baby entities.
** Introduced {{MC/Cd|ActorDefinitionTrigger}} fields {{MC/Cd|pause_growth}} and {{MC/Cd|reset_growth}} to trigger an event when aging is paused or reset for baby entities.


'''Scripting'''
'''Scripting'''
* Added new widget render primitive types to the {{cd|@minecraft/server-editor}} module:
* Added new widget render primitive types to the {{MC/Cd|@minecraft/server-editor}} module:
** {{cd|WidgetComponentRenderPrimitiveTypeCylinder}} - Cylinder primitive with elliptical cross-section (radiusX, radiusZ, height)
** {{MC/Cd|WidgetComponentRenderPrimitiveTypeCylinder}} - Cylinder primitive with elliptical cross-section (radiusX, radiusZ, height)
** {{cd|WidgetComponentRenderPrimitiveTypeCone}} - Cone primitive with elliptical base (radiusX, radiusZ, height)
** {{MC/Cd|WidgetComponentRenderPrimitiveTypeCone}} - Cone primitive with elliptical base (radiusX, radiusZ, height)
** {{cd|WidgetComponentRenderPrimitiveTypeCuboid}} - Cuboid primitive with independent dimensions (lengthX, lengthY, lengthZ)
** {{MC/Cd|WidgetComponentRenderPrimitiveTypeCuboid}} - Cuboid primitive with independent dimensions (lengthX, lengthY, lengthZ)
** {{cd|WidgetComponentRenderPrimitiveTypePyramid}} - Pyramid primitive with rectangular base (xWidth, zWidth, height)
** {{MC/Cd|WidgetComponentRenderPrimitiveTypePyramid}} - Pyramid primitive with rectangular base (xWidth, zWidth, height)
** {{cd|WidgetComponentRenderPrimitiveTypeEllipsoid}} - Ellipsoid primitive with Vector3 radii
** {{MC/Cd|WidgetComponentRenderPrimitiveTypeEllipsoid}} - Ellipsoid primitive with Vector3 radii
* Added corresponding {{cd|PrimitiveType}} enum values: {{cd|Cone}}, {{cd|Cuboid}}, {{cd|Cylinder}}, {{cd|Ellipsoid}}, and {{cd|Pyramid}}.
* Added corresponding {{MC/Cd|PrimitiveType}} enum values: {{MC/Cd|Cone}}, {{MC/Cd|Cuboid}}, {{MC/Cd|Cylinder}}, {{MC/Cd|Ellipsoid}}, and {{MC/Cd|Pyramid}}.


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


=== Changes ===
=== Changes ===
==== Technical ====
==== Technical ====
'''[[Minecraft:API]]'''
'''API'''
* Introduced new UI capabilities called Data-Driven UI (DDUI).<ref>{{tweet|CornerHardMC|2019592308178768238|I'm so impressed by what people have been making in the latest Minecraft Preview with the new Data-Driven UI!}}</ref>
* Introduced new UI capabilities called Data-Driven UI (DDUI).<ref>{{tweet|CornerHardMC|2019592308178768238|I'm so impressed by what people have been making in the latest Minecraft Preview with the new Data-Driven UI!}}</ref>
** These APIs introduce a new way to create modal forms with new capabilities and an all new look.
** These APIs introduce a new way to create modal forms with new capabilities and an all new look.
* Reload command now closes all the Data Driven UI screens as part of the execution.
* Reload command now closes all the Data Driven UI screens as part of the execution.
* {{cd|ScriptSetBannerDetailsFunction}} now includes base color and pattern data.
* {{MC/Cd|ScriptSetBannerDetailsFunction}} now includes base color and pattern data.


== Fixes ==
== Fixes ==
{{fixes|project=MCPE|fixedin=26.10.21 Preview
{{MC/Fixes|project=MCPE|fixedin=26.10.21 Preview
|;old
|;old
|158584|Chat command completion on new iOS keyboard does not work when cursor at end of partial parameter.
|158584|Chat command completion on new iOS keyboard does not work when cursor at end of partial parameter.
Line 139: Line 139:
* Fixed a crash that sometimes happened when players were climbing.
* Fixed a crash that sometimes happened when players were climbing.
* Fixed a crash when opening Realms tab with 150+ joined realms.
* Fixed a crash when opening Realms tab with 150+ joined realms.
* Fixed client crash on world load from out of bounds {{cd|minecraft:geometry}} in the {{cd|minecraft:item_visual}} component.
* Fixed client crash on world load from out of bounds {{MC/Cd|minecraft:geometry}} in the {{MC/Cd|minecraft:item_visual}} component.
* Fixed an issue with {{cd|DebugBox}} where the position was being used as the bottom-left corner, instead of the centre.
* Fixed an issue with {{MC/Cd|DebugBox}} where the position was being used as the bottom-left corner, instead of the centre.
* Fixed an issue with {{cd|DebugShape.attachedTo}} where the attachment position was unintentionally using the height offset of the entity.</onlyinclude>
* Fixed an issue with {{MC/Cd|DebugShape.attachedTo}} where the attachment position was unintentionally using the height offset of the entity.</onlyinclude>


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


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


[[Category:Bedrock Edition 26.10 betas]]
[[Category:Bedrock Edition 26.10 betas]]


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

Latest revision as of 19:25, 9 April 2026

Template:Infobox version


Beta 26.10.21 (ChromeOS, Android), Preview 26.10.21 (Windows, Xbox, PlayStation), or Preview 26.10.22 (iOS, iPadOS) is the second beta/Preview for Minecraft:Bedrock Edition 26.10, released on February 3, 2026,<ref>Template:Cite</ref> which adds golden dandelions, retextures several baby mobs, and fixes bugs.

Additions

Blocks

File:Golden Dandelion JE1.png Minecraft:Golden Dandelion

Template:Crafting

  • When used on a baby mob, it will stop aging. This sets NBT attribute GrowthPaused to 1.
    • When used again, it will continue to age again. This sets NBT attribute GrowthPaused to 0.
  • Cannot be used on Minecraft:monsters (including undead mounts) and Minecraft:villagers.
  • Can be placed and potted like other flowers.

General

Minecraft:Settings

  • Added a setting for texture streaming on some devices to the Video settings, which will reduce the GPU memory for some textures, especially with more add-ons.
  • Added an option on Windows to disable pausing when the application loses focus.

Controls

  • Added a keybind, Script error: No such module "keys". by default, to open the Minecraft:social drawer in-game.

Changes

Mobs

Baby mobs

General

UI

  • Updated the inventory and SDL screens to properly reflect purchases made when navigating back to it from a related page.
  • Updated the interact button design for touch controls.

Technical

AI Goals

  • Made the schema for
  1. REDIRECT Template:Code

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

  • Float Range field
  1. REDIRECT Template:Code

Template:Redr now only accepts an object with

  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr values.

    • Other formats will fail to parse.
  • Made the schema for
  1. REDIRECT Template:Code

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

  • Float Range fields
  1. REDIRECT Template:Code

Template:Redr and jump_interval 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

  • Added
  1. REDIRECT Template:Code

Template:Redr parameter to

  1. REDIRECT Template:Code

Template:Redr.

  • Moved
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Removed
  1. REDIRECT Template:Code

Template:Redr property from

  1. REDIRECT Template:Code

Template:Redr.

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

Minecraft:Character Creator

  • Added check for usage of banned skin in persona delegate and added case to display default appearance and inform user when banned skin is detected.
  • Exiting the game after changing your appearance will immediately cache all changes.

Entity components

  • Added the ability to pause and reset growth of entities in
  1. REDIRECT Template:Code

Template:Redr using specified items.

    • Introduced fields
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr, which are a list of items that can be fed to the entity to pause or reset growth for baby entities.

    • Introduced
  1. REDIRECT Template:Code

Template:Redr fields

  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr to trigger an event when aging is paused or reset for baby entities.

Scripting

  • Added new widget render primitive types to the
  1. REDIRECT Template:Code

Template:Redr module:

  1. REDIRECT Template:Code

Template:Redr - Cylinder primitive with elliptical cross-section (radiusX, radiusZ, height)

  1. REDIRECT Template:Code

Template:Redr - Cone primitive with elliptical base (radiusX, radiusZ, height)

  1. REDIRECT Template:Code

Template:Redr - Cuboid primitive with independent dimensions (lengthX, lengthY, lengthZ)

  1. REDIRECT Template:Code

Template:Redr - Pyramid primitive with rectangular base (xWidth, zWidth, height)

  1. REDIRECT Template:Code

Template:Redr - Ellipsoid primitive with Vector3 radii

  • Added corresponding
  1. REDIRECT Template:Code

Template:Redr enum values:

  1. REDIRECT Template:Code

Template:Redr,

  1. REDIRECT Template:Code

Template:Redr,

  1. REDIRECT Template:Code

Template:Redr,

  1. REDIRECT Template:Code

Template:Redr, and

  1. REDIRECT Template:Code

Template:Redr.

Experimental

These additions and changes are accessible by enabling the "Beta APIs" experimental toggle.

Changes

Technical

API

  • Introduced new UI capabilities called Data-Driven UI (DDUI).<ref>Template:Tweet</ref>
    • These APIs introduce a new way to create modal forms with new capabilities and an all new look.
  • Reload command now closes all the Data Driven UI screens as part of the execution.
  1. REDIRECT Template:Code

Template:Redr now includes base color and pattern data.

Fixes

Script error: No such module "fixes". Other

  • Fixed a crash that sometimes happened when players were climbing.
  • Fixed a crash when opening Realms tab with 150+ joined realms.
  • Fixed client crash on world load from out of bounds
  1. REDIRECT Template:Code

Template:Redr in the

  1. REDIRECT Template:Code

Template:Redr component.

  • Fixed an issue with
  1. REDIRECT Template:Code

Template:Redr where the position was being used as the bottom-left corner, instead of the centre.

  • Fixed an issue with
  1. REDIRECT Template:Code

Template:Redr where the attachment position was unintentionally using the height offset of the entity.

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