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

From SAS Gaming Wiki
SyncBot (talk | contribs)
Remove broken links to missing pages
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
 
Line 31: Line 31:
! [[Minecraft:Bedrock Edition data values|New ID]]
! [[Minecraft:Bedrock Edition data values|New ID]]
|-
|-
| rowspan="12" | {{BlockSprite|sunflower}} <code>double_plant</code>
| rowspan="12" | {{MC/Blocksprite|sunflower}} <code>double_plant</code>
| {{BlockSprite|sunflower}} <code>sunflower</code>
| {{MC/Blocksprite|sunflower}} <code>sunflower</code>
|-
|-
| {{BlockSprite|lilac}} <code>lilac</code>
| {{MC/Blocksprite|lilac}} <code>lilac</code>
|-
|-
| {{BlockSprite|tall-grass}} <code>tall_grass</code>
| {{MC/Blocksprite|tall-grass}} <code>tall_grass</code>
|-
|-
| {{BlockSprite|large-fern}} <code>large_fern</code>
| {{MC/Blocksprite|large-fern}} <code>large_fern</code>
|-
|-
| {{BlockSprite|rose-bush}} <code>rose_bush</code>
| {{MC/Blocksprite|rose-bush}} <code>rose_bush</code>
|-
|-
| {{BlockSprite|peony}} <code>peony</code>
| {{MC/Blocksprite|peony}} <code>peony</code>
|}
|}


Line 69: Line 69:
=== Technical ===
=== Technical ===
'''API'''
'''API'''
*{{cd|GameRules}}
*{{MC/Cd|GameRules}}
**Released {{cd|GameRules}} from {{cd|beta}} to {{cd|1.11.0}}.
**Released {{MC/Cd|GameRules}} from {{MC/Cd|beta}} to {{MC/Cd|1.11.0}}.
**Released {{cd|GameRuleChangeAfterEvent}} from {{cd|beta}} to {{cd|1.11.0}}.  
**Released {{MC/Cd|GameRuleChangeAfterEvent}} from {{MC/Cd|beta}} to {{MC/Cd|1.11.0}}.  
**Released {{cd|GameRuleChangeAfterEventSignal}} from {{cd|beta}} to {{cd|1.11.0}}.
**Released {{MC/Cd|GameRuleChangeAfterEventSignal}} from {{MC/Cd|beta}} to {{MC/Cd|1.11.0}}.
**Released {{cd|World.gameRules}} from {{cd|beta}} to {{cd|1.11.0}}.
**Released {{MC/Cd|World.gameRules}} from {{MC/Cd|beta}} to {{MC/Cd|1.11.0}}.
**Released {{cd|WorldAfterEvents.gameRuleChange}} from {{cd|beta}} to {{cd|1.11.0}}.
**Released {{MC/Cd|WorldAfterEvents.gameRuleChange}} from {{MC/Cd|beta}} to {{MC/Cd|1.11.0}}.
*{{cd|EntityTameableComponent}}
*{{MC/Cd|EntityTameableComponent}}
**Changed {{cd|return}} type of {{cd|getTameItems}} to {{cd|ItemStack[]}}
**Changed {{MC/Cd|return}} type of {{MC/Cd|getTameItems}} to {{MC/Cd|ItemStack[]}}
**Changed {{cd|tame}} to take a player.
**Changed {{MC/Cd|tame}} to take a player.
**Added method {{cd|tamedToPlayer}}, {{cd|tamedToPlayerId}}, {{cd|isTamed}}.
**Added method {{MC/Cd|tamedToPlayer}}, {{MC/Cd|tamedToPlayerId}}, {{MC/Cd|isTamed}}.
*Released {{cd|EntityColor2Component}} from {{cd|beta}} to {{cd|1.11.0}}.
*Released {{MC/Cd|EntityColor2Component}} from {{MC/Cd|beta}} to {{MC/Cd|1.11.0}}.
*Released {{cd|PaletteColor}} from {{cd|beta}} to {{cd|1.11.0}}.
*Released {{MC/Cd|PaletteColor}} from {{MC/Cd|beta}} to {{MC/Cd|1.11.0}}.
*Released {{cd|ItemStack.matches}} from {{cd|beta}} to {{cd|1.11.0}}.
*Released {{MC/Cd|ItemStack.matches}} from {{MC/Cd|beta}} to {{MC/Cd|1.11.0}}.
*Released {{cd|EntityNavigationComponent}} from {{cd|beta}} to {{cd|1.11.0}}.
*Released {{MC/Cd|EntityNavigationComponent}} from {{MC/Cd|beta}} to {{MC/Cd|1.11.0}}.
*Released {{cd|EntityNavigationClimbComponent}} from {{cd|beta}} to {{cd|1.11.0}}.
*Released {{MC/Cd|EntityNavigationClimbComponent}} from {{MC/Cd|beta}} to {{MC/Cd|1.11.0}}.
*Released {{cd|EntityNavigationFloatComponent}} from {{cd|beta}} to {{cd|1.11.0}}.
*Released {{MC/Cd|EntityNavigationFloatComponent}} from {{MC/Cd|beta}} to {{MC/Cd|1.11.0}}.
*Released {{cd|EntityNavigationFlyComponent}} from {{cd|beta}} to {{cd|1.11.0}}.  
*Released {{MC/Cd|EntityNavigationFlyComponent}} from {{MC/Cd|beta}} to {{MC/Cd|1.11.0}}.  
*Released {{cd|EntityNavigationGenericComponent}} from {{cd|beta}} to {{cd|1.11.0}}.
*Released {{MC/Cd|EntityNavigationGenericComponent}} from {{MC/Cd|beta}} to {{MC/Cd|1.11.0}}.
*Released {{cd|EntityNavigationHoverComponent}} from {{cd|beta}} to {{cd|1.11.0}}.
*Released {{MC/Cd|EntityNavigationHoverComponent}} from {{MC/Cd|beta}} to {{MC/Cd|1.11.0}}.
*Released {{cd|EntityNavigationWalkComponent}} from {{cd|beta}} to {{cd|1.11.0}}.
*Released {{MC/Cd|EntityNavigationWalkComponent}} from {{MC/Cd|beta}} to {{MC/Cd|1.11.0}}.
*Moved {{cd|setType}} API from {{cd|beta}} to stable {{cd|1.11.0}}.
*Moved {{MC/Cd|setType}} API from {{MC/Cd|beta}} to stable {{MC/Cd|1.11.0}}.
**Added function {{cd|waitTick(ticks?: number)}}: Promise where the returned promise is resolved after "ticks" number of ticks or 1 tick if no ticks parameter is supplied.
**Added function {{MC/Cd|waitTick(ticks?: number)}}: Promise where the returned promise is resolved after "ticks" number of ticks or 1 tick if no ticks parameter is supplied.
*Removed argument {{cd|waterlogged}} from function {{cd|setBlockPermutation}} and moved it from {{cd|beta}} to {{cd|1.11.0}}.
*Removed argument {{MC/Cd|waterlogged}} from function {{MC/Cd|setBlockPermutation}} and moved it from {{MC/Cd|beta}} to {{MC/Cd|1.11.0}}.
*Moved function {{cd|saveToWorld}} from {{cd|beta}} to {{cd|1.11.0}}.  
*Moved function {{MC/Cd|saveToWorld}} from {{MC/Cd|beta}} to {{MC/Cd|1.11.0}}.  
*Moved function {{cd|saveAs}} from {{cd|beta}} to {{cd|1.11.0}}.  
*Moved function {{MC/Cd|saveAs}} from {{MC/Cd|beta}} to {{MC/Cd|1.11.0}}.  
*Updated signature of {{cd|createFromWorld}} and moved it from {{cd|beta}} to {{cd|1.11.0}}.  
*Updated signature of {{MC/Cd|createFromWorld}} and moved it from {{MC/Cd|beta}} to {{MC/Cd|1.11.0}}.  
*Renamed function {{cd|getIds}} to {{cd|getWorldStructureIds}} and moved it from {{cd|beta}} to {{cd|1.11.0}}.
*Renamed function {{MC/Cd|getIds}} to {{MC/Cd|getWorldStructureIds}} and moved it from {{MC/Cd|beta}} to {{MC/Cd|1.11.0}}.


'''Entities '''
'''Entities '''
*Updated entity geometry to allow UV rotations. This allows you to rotate the specified UV rect in 90 degree increments before applying it to a cube face of an entity model. Supported from {{cd|minecraft:geometry}} format version {{cd|1.21.0}} and up.
*Updated entity geometry to allow UV rotations. This allows you to rotate the specified UV rect in 90 degree increments before applying it to a cube face of an entity model. Supported from {{MC/Cd|minecraft:geometry}} format version {{MC/Cd|1.21.0}} and up.


'''Items '''
'''Items '''
*Unlocking requirements are now sent to clients for {{cd|minecraft:recipe_shapeless}} and {{cd|minecraft:recipe_shaped}}.
*Unlocking requirements are now sent to clients for {{MC/Cd|minecraft:recipe_shapeless}} and {{MC/Cd|minecraft:recipe_shaped}}.
**It allows the UI to suggest recipes that are always unlocked when the game rule {{cd|dolimitedcrafting}} is ON.
**It allows the UI to suggest recipes that are always unlocked when the game rule {{MC/Cd|dolimitedcrafting}} is ON.


== Experimental ==
== Experimental ==
Line 110: Line 110:
'''API'''
'''API'''
*Changed function from <code>fillBlocks(begin: Vector3, end: Vector3, block: BlockPermutation | BlockType | string, options?: BlockFillOptions): number</code> to <code>fillBlocks(volume: BlockVolumeBase | CompoundBlockVolume, block: BlockPermutation | BlockType | string, options?: BlockFillOptions): ListBlockVolume</code>
*Changed function from <code>fillBlocks(begin: Vector3, end: Vector3, block: BlockPermutation | BlockType | string, options?: BlockFillOptions): number</code> to <code>fillBlocks(volume: BlockVolumeBase | CompoundBlockVolume, block: BlockPermutation | BlockType | string, options?: BlockFillOptions): ListBlockVolume</code>
*{{cd|BlockFillOptions}}
*{{MC/Cd|BlockFillOptions}}
**Removed member {{cd|matchingBlock?: BlockPermutation}}.
**Removed member {{MC/Cd|matchingBlock?: BlockPermutation}}.
**Added member {{cd|blockFilter?: BlockFilter}}.
**Added member {{MC/Cd|blockFilter?: BlockFilter}}.
**Added member {{cd|ignoreChunkBoundErrors?: boolean}}.
**Added member {{MC/Cd|ignoreChunkBoundErrors?: boolean}}.
*Added {{cd|ItemComponentUseCompleteEvent}} for {{cd|beta}}.
*Added {{MC/Cd|ItemComponentUseCompleteEvent}} for {{MC/Cd|beta}}.


'''Deferred Rendering Pipeline '''
'''Deferred Rendering Pipeline '''
Line 128: Line 128:
|173632|Mobile stack splitting bar is slightly offset
|173632|Mobile stack splitting bar is slightly offset
|173919|Black sun when using deferred pipeline technical preview
|173919|Black sun when using deferred pipeline technical preview
|175449|Unable to Increase Fireworks Duration while {{cd|DoLimitedCrafting}} is on
|175449|Unable to Increase Fireworks Duration while {{MC/Cd|DoLimitedCrafting}} is on
|176613|Some Copper / Tuff recipes still missing
|176613|Some Copper / Tuff recipes still missing
|177064|Decorated pots in trial chambers drop loot after replaced by player
|177064|Decorated pots in trial chambers drop loot after replaced by player
Line 151: Line 151:


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


== Navigation ==
== Navigation ==
{{Navbox Bedrock Edition versions|1.2x}}
{{MC/Navbox Bedrock Edition versions|1.2x}}


[[Category:Bedrock Edition 1.21.0 betas]]
[[Category:Bedrock Edition 1.21.0 betas]]

Latest revision as of 19:20, 9 April 2026

Template:Infobox version Beta 1.21.0.22 (Android) or Preview 1.21.0.22 (Windows, iOS, iPadOS, Xbox, PlayStation) is the third beta/Preview version for Minecraft:Bedrock Edition 1.21.0, released on April 18, 2024,<ref>Template:Cite</ref> which fixes bugs.

Changes

Blocks

Minecraft:Sunflower, Minecraft:Lilac, Double Tallgrass, Minecraft:Large Fern, Minecraft:Rose Bush, and Minecraft:Peony

  • The different double plant type block states for the double_plant ID have now been split up into their own IDs.
Old ID New ID
  1. redirect Template:BlockSprite

Template:Redr double_plant

  1. redirect Template:BlockSprite

Template:Redr sunflower

  1. redirect Template:BlockSprite

Template:Redr lilac

  1. redirect Template:BlockSprite

Template:Redr tall_grass

  1. redirect Template:BlockSprite

Template:Redr large_fern

  1. redirect Template:BlockSprite

Template:Redr rose_bush

  1. redirect Template:BlockSprite

Template:Redr peony

General

Experiments

  • Removed the "Update 1.21" experimental toggle.
    • The features that were previously under experimental toggle "Update 1.21" have been "de-experimentified" and are now available during normal gameplay.
  • Removed the "Experimental Cameras" experimental toggle.

Player Profile

  • Updated the player Profile page.
    • Added the ability to view and manage:
      • Achievements
      • Friends
      • Followers
      • Stats
  • In the new Play Screen UI you can access Profile from the Play menu.
    • Open the Friends Drawer and click on your friends to see their profiles, or click "Search for Players" from the Friends Drawer to find new profiles.
  • In the old UI, click "Add Friends" from the Friends tab and search for friends. Click on them to view their profiles.
File:New UI - Profile Screen Menu (Bedrock Preview 1.21.0.20).png
New Profile Screen.

Mobs

Breeze

  • The Breeze now slides during combat.

Technical

API

  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.

  1. REDIRECT Template:Code

Template:Redr

    • Changed
  1. REDIRECT Template:Code

Template:Redr type of 

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr

    • Changed 
  1. REDIRECT Template:Code

Template:Redr to take a player.

    • Added method 
  1. REDIRECT Template:Code

Template:Redr, 

  1. REDIRECT Template:Code

Template:Redr, 

  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.

  • Released 
  1. REDIRECT Template:Code

Template:Redr from 

  1. REDIRECT Template:Code

Template:Redr to 

  1. REDIRECT Template:Code

Template:Redr.

  • Moved 
  1. REDIRECT Template:Code

Template:Redr API from

  1. REDIRECT Template:Code

Template:Redr to stable

  1. REDIRECT Template:Code

Template:Redr.

    • Added function 
  1. REDIRECT Template:Code

Template:Redr: Promise where the returned promise is resolved after "ticks" number of ticks or 1 tick if no ticks parameter is supplied.

  • Removed argument 
  1. REDIRECT Template:Code

Template:Redr from function 

  1. REDIRECT Template:Code

Template:Redr and moved it from 

  1. REDIRECT Template:Code

Template:Redr to 

  1. REDIRECT Template:Code

Template:Redr.

  • Moved function 
  1. REDIRECT Template:Code

Template:Redr from 

  1. REDIRECT Template:Code

Template:Redr to 

  1. REDIRECT Template:Code

Template:Redr.

  • Moved function 
  1. REDIRECT Template:Code

Template:Redr from 

  1. REDIRECT Template:Code

Template:Redr to 

  1. REDIRECT Template:Code

Template:Redr.

  • Updated signature of 
  1. REDIRECT Template:Code

Template:Redr and moved it from 

  1. REDIRECT Template:Code

Template:Redr to 

  1. REDIRECT Template:Code

Template:Redr.

  • Renamed function 
  1. REDIRECT Template:Code

Template:Redr to 

  1. REDIRECT Template:Code

Template:Redr and moved it from 

  1. REDIRECT Template:Code

Template:Redr to 

  1. REDIRECT Template:Code

Template:Redr.

Entities

  • Updated entity geometry to allow UV rotations. This allows you to rotate the specified UV rect in 90 degree increments before applying it to a cube face of an entity model. Supported from 
  1. REDIRECT Template:Code

Template:Redr format version

  1. REDIRECT Template:Code

Template:Redr and up.

Items

  • Unlocking requirements are now sent to clients for
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr.

    • It allows the UI to suggest recipes that are always unlocked when the game rule
  1. REDIRECT Template:Code

Template:Redr is ON.

Experimental

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

Changes

Technical

API

  • Changed function from fillBlocks(begin: Vector3, end: Vector3, block: BlockPermutation | BlockType | string, options?: BlockFillOptions): number to fillBlocks(volume: BlockVolumeBase | CompoundBlockVolume, block: BlockPermutation | BlockType | string, options?: BlockFillOptions): ListBlockVolume
  1. REDIRECT Template:Code

Template:Redr

    • Removed member 
  1. REDIRECT Template:Code

Template:Redr.

    • Added member 
  1. REDIRECT Template:Code

Template:Redr.

    • Added member 
  1. REDIRECT Template:Code

Template:Redr.

  • Added
  1. REDIRECT Template:Code

Template:Redr for

  1. REDIRECT Template:Code

Template:Redr.

Deferred Rendering Pipeline

  • Added a new feature to the Deferred Technical Preview: Color Grading and Tone Mapping.
    • This new capability allows resource packs to define their own color post processing for conveying distinct moods and themes.
  • New experimental toggle added in video settings menu to remove texture limit and load textures instead of using the "pink texture" called "Remove Texture Limit". Textures will continue to load until the system exhausts all available graphics memory.
  • Added light pre-exposure to the Deferred Technical Preview.
    • This new feature is enabled by default and cannot be disabled. While this won’t result in any immediate visual difference for players, creators now have the freedom to specify sun or atmospheric intensities with values larger than 65,000.

Fixes

Template:Fixes Others

  • When a player dies in a Nether Portal, they no longer spawn with a shaky camera.
  • Status effect particle colors are no longer blended into one particle color. Up to 8 active visible status effect particles are now rendered separately.
  • Made potion duration of the Wind Charged, Infested, Weaving, and Oozing effects match Java Edition (3 minutes).
  • Fixed the game inconsistently advertising free Realms trial based on multiple sources.
  • Fixed mob animations not playing when mobs were unloaded in split screen.

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 1.21.0.22 es:Bedrock Edition Preview 1.21.0.22 fr:Édition Bedrock Preview 1.21.0.22 pt:Edição Bedrock Preview 1.21.0.22 uk:Preview 1.21.0.22 (Bedrock Edition) zh:基岩版1.21.0.22