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

From SAS Gaming Wiki
imported>RedX
No edit summary
 
SyncBot (talk | contribs)
Remove broken links to missing pages
Line 25: Line 25:
== Additions ==
== Additions ==
=== Gameplay ===
=== Gameplay ===
'''[[Minecraft:Game Tips]]'''
'''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 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.
* Added some minor tip interruption improvements for existing game tips.


=== General ===
=== General ===
'''[[Minecraft:Tag]]s'''
'''Tags'''
* Added the <code>one_way_collidable</code> block tag: contains {{cd|d=and|iron_door|wooden_door|spruce_door|birch_door|jungle_door|acacia_door|dark_oak_door|mangrove_door|cherry_door|bamboo_door|crimson_door|warped_door|copper_door|exposed_copper_door|weathered_copper_door|oxidized_copper_door|waxed_copper_door|waxed_exposed_copper_door|waxed_weathered_copper_door|waxed_oxidized_copper_door|iron_trapdoor|trapdoor|acacia_trapdoor|birch_trapdoor|dark_oak_trapdoor|jungle_trapdoor|spruce_trapdoor|crimson_trapdoor|warped_trapdoor|mangrove_trapdoor|bamboo_trapdoor|cherry_trapdoor|copper_trapdoor|exposed_copper_trapdoor|weathered_copper_trapdoor|oxidized_copper_trapdoor|waxed_copper_trapdoor|waxed_exposed_copper_trapdoor|waxed_weathered_copper_trapdoor|waxed_oxidized_copper_trapdoor|fence_gate|acacia_fence_gate|bamboo_fence_gate|birch_fence_gate|cherry_fence_gate|crimson_fence_gate|dark_oak_fence_gate|jungle_fence_gate|mangrove_fence_gate|spruce_fence_gate|warped_fence_gate}}
* Added the <code>one_way_collidable</code> block tag: contains {{cd|d=and|iron_door|wooden_door|spruce_door|birch_door|jungle_door|acacia_door|dark_oak_door|mangrove_door|cherry_door|bamboo_door|crimson_door|warped_door|copper_door|exposed_copper_door|weathered_copper_door|oxidized_copper_door|waxed_copper_door|waxed_exposed_copper_door|waxed_weathered_copper_door|waxed_oxidized_copper_door|iron_trapdoor|trapdoor|acacia_trapdoor|birch_trapdoor|dark_oak_trapdoor|jungle_trapdoor|spruce_trapdoor|crimson_trapdoor|warped_trapdoor|mangrove_trapdoor|bamboo_trapdoor|cherry_trapdoor|copper_trapdoor|exposed_copper_trapdoor|weathered_copper_trapdoor|oxidized_copper_trapdoor|waxed_copper_trapdoor|waxed_exposed_copper_trapdoor|waxed_weathered_copper_trapdoor|waxed_oxidized_copper_trapdoor|fence_gate|acacia_fence_gate|bamboo_fence_gate|birch_fence_gate|cherry_fence_gate|crimson_fence_gate|dark_oak_fence_gate|jungle_fence_gate|mangrove_fence_gate|spruce_fence_gate|warped_fence_gate}}
** Used to make mobs that are inside a block's collision box don't be pushed out.
** Used to make mobs that are inside a block's collision box don't be pushed out.
Line 41: Line 41:
'''[[Minecraft:Anvil]]'''
'''[[Minecraft:Anvil]]'''
* A damaged anvil block may now spawn in trail ruins, as it would in {{JE}}.
* A damaged anvil block may now spawn in trail ruins, as it would in {{JE}}.
* The different damage [[Minecraft:block states]] for the <code>anvil</code> ID have now been split up into their own IDs.
* The different damage block states for the <code>anvil</code> ID have now been split up into their own IDs.
{|class="mw-collapsible mw-collapsed wikitable"
{|class="mw-collapsible mw-collapsed wikitable"
! [[Minecraft:Bedrock Edition data values|Old ID]]
! [[Minecraft:Bedrock Edition data values|Old ID]]
Line 56: Line 56:
|}
|}


'''[[Minecraft:Quartz Block]]'''
'''Quartz Block'''
* The different chisel type [[Minecraft:block states]] for the <code>quartz_block</code> ID have now been split up into their own IDs.
* The different chisel type block states for the <code>quartz_block</code> ID have now been split up into their own IDs.
{|class="mw-collapsible mw-collapsed wikitable"
{|class="mw-collapsible mw-collapsed wikitable"
! [[Minecraft:Bedrock Edition data values|Old ID]]
! [[Minecraft:Bedrock Edition data values|Old ID]]
Line 76: Line 76:


'''[[Minecraft:Red Sandstone]]'''
'''[[Minecraft:Red Sandstone]]'''
* The different [[Minecraft:block states]] for the <code>red_sandstone</code> ID have now been split up into their own IDs.
* The different block states for the <code>red_sandstone</code> ID have now been split up into their own IDs.
{|class="mw-collapsible mw-collapsed wikitable"
{|class="mw-collapsible mw-collapsed wikitable"
! [[Minecraft:Bedrock Edition data values|Old ID]]
! [[Minecraft:Bedrock Edition data values|Old ID]]
Line 95: Line 95:


'''[[Minecraft:Dirt]]'''
'''[[Minecraft:Dirt]]'''
* The different [[Minecraft:block states]] for the <code>dirt</code> ID have now been split up into their own IDs.
* The different block states for the <code>dirt</code> ID have now been split up into their own IDs.
{|class="mw-collapsible mw-collapsed wikitable"
{|class="mw-collapsible mw-collapsed wikitable"
! [[Minecraft:Bedrock Edition data values|Old ID]]
! [[Minecraft:Bedrock Edition data values|Old ID]]
Line 107: Line 107:


'''[[Minecraft:Sand]]'''
'''[[Minecraft:Sand]]'''
* The different [[Minecraft:block states]] for the <code>sand</code> ID have now been split up into their own IDs.
* The different block states for the <code>sand</code> ID have now been split up into their own IDs.
{|class="mw-collapsible mw-collapsed wikitable"
{|class="mw-collapsible mw-collapsed wikitable"
! [[Minecraft:Bedrock Edition data values|Old ID]]
! [[Minecraft:Bedrock Edition data values|Old ID]]
Line 128: Line 128:


=== Technical ===
=== Technical ===
'''[[Minecraft:API]]'''
'''API'''
* Dimension
* Dimension
** Released method {{cd|getTopmostBlock}} from {{cd|beta}} to {{cd|1.13.0}}.
** Released method {{cd|getTopmostBlock}} from {{cd|beta}} to {{cd|1.13.0}}.
Line 162: Line 162:
=== Changes ===
=== Changes ===
==== Technical ====
==== Technical ====
'''[[Minecraft:API]]'''
'''API'''
* Camera
* Camera
** Added {{cd|CameraFixedBoomOptions}} to the options for the {{cd|setCamera}} function in {{cd|beta}}.
** Added {{cd|CameraFixedBoomOptions}} to the options for the {{cd|setCamera}} function in {{cd|beta}}.
Line 213: Line 213:


[[Category:Bedrock Edition 1.21.20 betas]]
[[Category:Bedrock Edition 1.21.20 betas]]
[[Minecraft:de:Bedrock Edition beta 1.21.20.22]]
de:Bedrock Edition beta 1.21.20.22
[[Minecraft:es:Bedrock Edition Preview 1.21.20.22]]
es:Bedrock Edition Preview 1.21.20.22
[[Minecraft:pt:Edição Bedrock Preview 1.21.20.22]]
pt:Edição Bedrock Preview 1.21.20.22
[[Minecraft:uk:Preview 1.21.20.22 (Bedrock Edition)]]
uk:Preview 1.21.20.22 (Bedrock Edition)
[[Minecraft:zh:基岩版1.21.20.22]]
zh:基岩版1.21.20.22

Revision as of 15:26, 9 April 2026

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 Template:Cd
    • 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 Template:JE.
  • The different damage block states for the anvil ID have now been split up into their own IDs.
Old ID New ID
Template:BlockSprite anvil Template:BlockSprite anvil
Template:BlockSprite chipped_anvil
Template:BlockSprite damaged_anvil
Template:BlockSprite 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
Template:BlockSprite quartz_block Template:BlockSprite quartz_block
Template:BlockSprite chiseled_quartz_block
Template:BlockSprite quartz_pillar
Template:BlockSprite 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
Template:BlockSprite red_sandstone Template:BlockSprite red_sandstone
Template:BlockSprite chiseled_red_sandstone
Template:BlockSprite cut_red_sandstone
Template:BlockSprite 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
Template:BlockSprite dirt Template:BlockSprite dirt
Template:BlockSprite 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
Template:BlockSprite sand Template:BlockSprite sand
Template:BlockSprite 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

Minecraft:Blocks

Entity Components

  • Added the Template:Cd goal, which allows an entity to teleport to its owner.
    • This goal is designed for emergency situations where Template:Cd could be too slow or too low priority.
    • The Template:Cd field allows defining the conditions for teleportation using entity filters.
    • The Template:Cd field allows defining how often the entity should attempt to teleport.
  • Template:Cd has been renamed to Template:Cd 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 Template:Cd, which checks the distance of an entity from its owner.

Gameplay

  • Modified Template:Cd 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

Experimental

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

Changes

Technical

API

  • Camera
    • Added Template:Cd to the options for the Template:Cd function in Template:Cd.
      • New interface added to Template:Cd.
      • Allows you to customize Template:Cd cameras only when the third person camera presets toggle is enabled.
      • Introduces Template:Cd. This property allows you to change the offset of the camera relative to the player to create an over the shoulder effect.

Graphical

  • Extended Template:Cd 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 Template:Cd and Template:Cd 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 Template:Cd 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

Template:Reflist

Navigation

Template:Navbox Bedrock Edition versions 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