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

From SAS Gaming Wiki
Revision as of 19:22, 9 April 2026 by SyncBot (talk | contribs) (Fix template calls: add MC/ prefix)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:Infobox version Beta 1.21.20.22 (ChromeOS, Android) or Preview 1.21.20.22 (Windows, iOS, iPadOS, Xbox, PlayStation) is the seventh beta/Preview version for Minecraft:Bedrock Edition 1.21.20, released on July 10, 2024,<ref>Template:Cite</ref> which fixes bugs.

Additions

Gameplay

Game Tips

  • Added a game tip that informs players on touch devices that they are sneaking in order to avoid having new players stuck in crouch.
  • Added some minor tip interruption improvements for existing game tips.

General

Tags

  • Added the one_way_collidable block tag: contains
  1. REDIRECT Template:Code

Template:Redr

    • Used to make mobs that are inside a block's collision box don't be pushed out.

Changes

Blocks

Minecraft:Copper Door

  • The "open" sound of copper doors are now pitched differently.

Minecraft:Anvil

  • A damaged anvil block may now spawn in trail ruins, as it would in Java Edition.
  • The different damage block states for the anvil ID have now been split up into their own IDs.
Old ID New ID
  1. redirect Template:BlockSprite

Template:Redr anvil

  1. redirect Template:BlockSprite

Template:Redr anvil

  1. redirect Template:BlockSprite

Template:Redr chipped_anvil

  1. redirect Template:BlockSprite

Template:Redr damaged_anvil

  1. redirect Template:BlockSprite

Template:Redr deprecated_anvil

Quartz Block

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

Template:Redr quartz_block

  1. redirect Template:BlockSprite

Template:Redr quartz_block

  1. redirect Template:BlockSprite

Template:Redr chiseled_quartz_block

  1. redirect Template:BlockSprite

Template:Redr quartz_pillar

  1. redirect Template:BlockSprite

Template:Redr smooth_quartz

Minecraft:Quartz Pillar

  • Pillar Quartz Block has been renamed to Quartz Pillar.

Minecraft:Red Sandstone

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

Template:Redr red_sandstone

  1. redirect Template:BlockSprite

Template:Redr red_sandstone

  1. redirect Template:BlockSprite

Template:Redr chiseled_red_sandstone

  1. redirect Template:BlockSprite

Template:Redr cut_red_sandstone

  1. redirect Template:BlockSprite

Template:Redr smooth_red_sandstone

Minecraft:Smooth Red Sandstone

  • Its hardness changed from 0.8 to 2.

Minecraft:Dirt

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

Template:Redr dirt

  1. redirect Template:BlockSprite

Template:Redr dirt

  1. redirect Template:BlockSprite

Template:Redr coarse_dirt

Minecraft:Sand

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

Template:Redr sand

  1. redirect Template:BlockSprite

Template:Redr sand

  1. redirect Template:BlockSprite

Template:Redr red_sand

General

Minecraft:Realms

  • Player can now create up to 5 invite links per Realm.
  • Invite links can be enabled or disabled at will, or set to have an expiration date in the future.
  • Invite links can be deleted entirely.
  • Newly created invite links codes will be 15 characters long (increased from 11).
  • Existing Preview Realms will keep their existing invite links, but all new Preview Realms will start with 0 invite links by default moving forward.
  • Removed an unnecessary warning from 2 Player realms subscription.

Technical

API

  • Dimension
    • Released method
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

    • Released interface
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

Minecraft:Blocks

  • The
  1. REDIRECT Template:Code

Template:Redr files found in resource packs are now versioned.

    • Overriding the block
  1. REDIRECT Template:Code

Template:Redr with a

  1. REDIRECT Template:Code

Template:Redr of

  1. REDIRECT Template:Code

Template:Redr or higher will assume the texture data in

  1. REDIRECT Template:Code

Template:Redr is flattened and not using an array.

    • Overriding the block
  1. REDIRECT Template:Code

Template:Redr with a

  1. REDIRECT Template:Code

Template:Redr of

  1. REDIRECT Template:Code

Template:Redr or higher will assume the texture data in

  1. REDIRECT Template:Code

Template:Redr is flattened and not using an array.

    • Overriding the block
  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 with a

  1. REDIRECT Template:Code

Template:Redr of

  1. REDIRECT Template:Code

Template:Redr or higher will assume the texture data in

  1. REDIRECT Template:Code

Template:Redr is flattened and not using an array.

Entity Components

  • Added the
  1. REDIRECT Template:Code

Template:Redr goal, which allows an entity to teleport to its owner.

    • This goal is designed for emergency situations where
  1. REDIRECT Template:Code

Template:Redr could be too slow or too low priority.

    • The
  1. REDIRECT Template:Code

Template:Redr field allows defining the conditions for teleportation using entity filters.

    • The
  1. REDIRECT Template:Code

Template:Redr field allows defining how often the entity should attempt to teleport.

  1. REDIRECT Template:Code

Template:Redr has been renamed to

  1. REDIRECT Template:Code

Template:Redr to better describe what the goal does, since it can be used both for moving away from the target, but also to move toward a random position around the target.

Entity Filters

  • Added new entity filter
  1. REDIRECT Template:Code

Template:Redr, which checks the distance of an entity from its owner.

Gameplay

  • Modified
  1. REDIRECT Template:Code

Template:Redr packet by adding Trigger Type. This new value tells us if the packet is sent from a direct player input or the simulation tick from the button being held down.

General

  • Entities that fail to load due to missing content will now be preserved inside the level. These entities will re-appear when the missing content becomes available (i.e removing and re-applying an Minecraft:add-on).

Minecraft:Items

  • Using
  1. REDIRECT Template:Code

Template:Redr with slot set to

  1. REDIRECT Template:Code

Template:Redr in combination with

  1. REDIRECT Template:Code

Template:Redr set to

  1. REDIRECT Template:Code

Template:Redr will now cause a content error.

Experimental

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

Changes

Technical

API

  • Camera
    • Added
  1. REDIRECT Template:Code

Template:Redr to the options for the

  1. REDIRECT Template:Code

Template:Redr function in

  1. REDIRECT Template:Code

Template:Redr.

      • New interface added to
  1. REDIRECT Template:Code

Template:Redr.

      • Allows you to customize
  1. REDIRECT Template:Code

Template:Redr cameras only when the third person camera presets toggle is enabled.

      • Introduces
  1. REDIRECT Template:Code

Template:Redr. This property allows you to change the offset of the camera relative to the player to create an over the shoulder effect.

Graphical

  • Extended
  1. REDIRECT Template:Code

Template:Redr capabilities to support Items in the Deferred Technical Preview.

  • Added the new bio-optical lighting model for water in the Deferred Technical Preview. The ability to customize and data-drive water will be made available in future updates.
  • Added screen space reflections to the Deferred Technical Preview. These reflections are included as part of the Reflections quality slider in the Deferred graphics settings menu. On mobile devices, screen space reflections are only available when running at Ultra settings.

Fixes

Template:Fixes Other

  • Fixed an issue where screen narration would not describe how to accept a game invitation on Android, iOS, and iPadOS.
  • Text to speech for UI now reads the how to play screens by hovering over, tapping on or navigating to the respective headers and paragraphs.
  • Trapdoors and fence gates no longer push players or mobs when activated by redstone.
  • Mounts and vehicles are no longer given a slight velocity during a dismount.
  • Fixed mob animations not playing when mobs were unloaded in split screen.
  • Fixed an issue so that Marketplace content is properly imported before you create or start a world.
  • Legacy worlds no longer have chunks at the edge of the world that don't render.
  • Fixed fog JSON validation to allow for
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr values to range from (-64,320).

  • Fixed issues with the Realms button sticking around when it shouldn't or not showing up when it should.
  • Fixed a bug that locked players on an infinite loop after cancelling the process of joining a recently claimed preview Realm.
  • Fixed a bug where players with a freshly installed Minecraft needed to restart before being able to see Realms Stories.
  • Cleaned up the disabled Realms Stories button interface on the pause screen when playing as a second user in split screen.
  • Fix so that pressing "Join Realm" on the new Play screen does not lead into an empty void.
  • Fixed a crash with
  1. REDIRECT Template:Code

Template:Redr method on item stack when called on the air block item.

  • Fixed a bug on iOS and iPadOS that resulted in undefined graphics behavior (such as no point lights or washed-out lighting) in the Deferred Technical Preview.
  • Fixed a gamma-correction bug that caused the textures of candles, glass, ice, honey, slime, beacons, cauldrons and portals to be overly bright in the Deferred Technical Preview.

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.20.22 es:Bedrock Edition Preview 1.21.20.22 pt:Edição Bedrock Preview 1.21.20.22 uk:Preview 1.21.20.22 (Bedrock Edition) zh:基岩版1.21.20.22