Minecraft Bedrock Edition 1.21.20.22 Beta & Preview - McBedrock.com (2024)

Posted:10 July 2024

Information on Minecraft Preview and Beta:

  • These work-in-progress versions can be unstable and may not be representative of final version quality
  • Minecraft Preview is available on Xbox, PlayStation, Windows, and iOS devices. More information can be found ataka.ms/PreviewFAQ
  • The beta is available on Android (Google Play). To join or leave the beta, seeaka.ms/JoinMCBetafor detailed instructions
Minecraft Bedrock Edition 1.21.20.22 Beta & Preview - McBedrock.com (2)

https://x.com/Mega_Spud/status/1811064446653002153

There’s a new Minecraft Preview and Beta rolling out, with more tweaks and bug fixes! Here’s a list of what’s new this week:

Accessibility

  • Fixed an issue where Screen Narration would not describe how to accept a game invitation on Android and iOS
  • 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

Blocks

  • Trapdoors and Fence Gates no longer push players or mobs when activated by Redstone
  • Added VanillaBlockTag “one_way_collidable” that can be used to emulate the one way collision of Doors, Trapdoors, and Fence Gates that don’t push out a mob when inside their collision box
  • The Rooted Dirt block now has unique sounds, to better match the Java Edition (MCPE-121664)
  • Copper Door’s “open” sound is now pitched differently
  • A damaged Anvil block may now spawn in Trail Ruins, as it would in Java Edition
  • “anvil” block is now split into unique instances: “anvil”, “chipped_anvil”, “damaged_anvil”, “deprecated_anvil”
  • “quartz_block” is now split into unique instances “quartz_block”, “chiseled_quartz_block”, “quartz_pillar”, and “smooth_quartz”
  • Smooth Quartz has had its destroy-time adjusted to match Java Edition (MCPE-101893)
  • Pillar Quartz Block has been renamed to Quartz Pillar
  • “red_sandstone” block is now split into unique instances “red_sandstone”, “chiseled_red_sandstone”, “cut_red_sandstone”, and “smooth_red_sandstone”
    • “smooth_red_sandstone” destroy time changed from 0.8 to 2.0
  • “dirt” block is now split into unique instances: “dirt” and “coarse_dirt”
  • “sand” block is now split into unique instances “sand” and “red_sand”

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

Gameplay

  • Fixed Torch item icon being temporarily misplaced when transferring it between the inventory and the hotbar when quick-moved (MCPE-180913)
  • Mounts and vehicles are no longer given a slight velocity during a dismount

Split Screen

  • Fixed mob animations not playing when mobs were unloaded in split screen

General

  • 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

Graphical

  • Fixed fog JSON validation to allow for max_density_height and zero_density_height values to range from (-64,320)

Maps

  • Fixed an issue where structure icons or other map decorations were not visible at map edges on maps with unlimited tracking, such as Trial Explorer Maps (MCPE-182681)

Mobs

  • Bogged no longer levitates when riding a Boat, Raft, or Minecart (MCPE-178876)

Ominous Vault

  • Rare loot now has 80% chance of dropping from Ominous Vaults (MCPE-180654)

Realms Invite Links

We are making some changes to how Realms invite links work to make it easier than ever to invite your friends and to keep your Realm safe from unwanted joiners:

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

Realms Bug Fixes

  • 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

Realms Stories

  • Cleaned up the disabled Realms Stories button interface on the pause screen when playing as a second user in split screen

User Interface

  • Removed an unnecessary warning from 2 Player realms subscription
  • Fix so that pressing “Join Realm” on the new Play screen does not lead into an empty void
  • The new Bedtime screen now cancels sleeping when pressing the escape keyboard button (MCPE-183434)

API

  • Fixed a crash withgetTagsmethod onItem Stackwhen called on the Air Block Item
  • Dimension
    • Released methodgetTopmostBlockfrombetato1.13.0
    • Released interfaceVectorXZfrombetato1.13.0

Blocks

  • The “blocks.json” files found in resource packs are now versioned
    • Overriding the block “stone” with a format_version of 1.20.50 or higher will assume the texture data in terrain_texture.json is flattened and not using an array
    • Overriding the block “prismarine” with a format_version of 1.21.10 or higher will assume the texture data in terrain_texture.json is flattened and not using an array
    • Overriding the block “anvil”, “quartz_block”, “red_sandstone”, “sand” and “sandstone” with a format_version of 1.21.20 or higher will assume the texture data in terrain_texture.json is flattened and not using an array
  • “infested_stone” and its derivatives now have their block sound defined (MCPE-182290)

Commands

  • The /locate structure command now uses namespaced structure names. Structure names provided without a namespace will assume the “minecraft” namespace (MCPE-151807)

Editor

The Editor and its corresponding API are in early development, and available for keyboard/mouse on Windows PC Bedrock Preview builds. Tag us on social channels with#BedrockEditor.

Learnhow to usethe Editor, join theGitHub Discussionforum to engage with the team, and get started building extensions via thestarter kitandsamples.

Updates this week:

  • Updated set of blocks + entities that appear within the Editor picker
  • Added ‘Attach Debugger’ ActionBarItem shortcut for attaching to the scripting debugger
  • Implemented single entity transaction payload for entity delete/create
  • Implemented Undo/Redo of single entity creation and deletion
  • AddedisFloatto support floating point values inaddNumberEditor Property Pane API
  • Added copy to clipboard button to log panel messages
  • Added localized field names into the Deferred Lighting property editor dropdown
  • Added Global Illumination settings to the Deferred Lighting property editor
  • Fixed bug that caused visual artifacts when enabling Deferred Lighting in Editor
  • Removed fallback display text properties from API in favor of single localized property.
    • Addedlabelproperty toIDropdownItemAPI, removeddisplayAltTextanddisplayStringIdproperties
    • Addedlabelproperty toIMenuCreationParamsAPI, removednameanddisplayStringIdproperties
    • Addedtitleproperty toIPropertyItemOptionsandIPropertyItemAPIs, removedtitleAltTextandtitleStringIdproperties
    • Addedtitleandtooltipproperties toModalToolCreationParametersAPI, removedtitleAltText,titleStringId,tooltipAltTextandtooltipStringIdproperties

Entity Components

  • Added the “behavior.teleport_to_owner” goal, which allows an entity to teleport to its owner
    • This goal is designed for emergency situations where “behavior.follow_owner” could be too slow or too low priority
    • The “filters” field allows defining the conditions for teleportation using entity filters
    • The “cooldown” field allows defining how often the entity should attempt to teleport
  • minecraft:behavior.move_away_from_targethas been renamed tominecraft:behavior.move_around_targetto better describe what the goal does, since it can be used both for moving away from the target, but also to move towards a random position around the target

Entity Filters

  • Added new entity filter “owner_distance”, which checks the distance of an entity from its owner

Gameplay

  • ModifiedItemUseInventoryTransactionpacket by addingTrigger 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 Add-On)

Items

  • Using ‘minecraft:wearable’ with slot set to ‘slot.weapon.offhand’ in combination with ‘minecraft:allow_off_hand’ set to false will now cause a content error

API

  • Camera
    • Added `CameraFixedBoomOptions` to the options for the `setCamera` function in beta.

CameraFixedBoomOptions

  • New interface added to beta
  • Allows you to customize `minecraft:follow_orbit` cameras only when the third person camera presets toggle is enabled.
  • Introduces `viewOffset?: Vector2`. This property allows you to change the offset of the camera relative to the player to create an over the shoulder effect.

Graphical

  • Extended TextureSet capabilities to support Items in the Deferred Technical Preview. See updated documentation on the Creator portal for details.
  • 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
    • Known issue: there is a volumetrics boundary 8 blocks below the water surface that creates a harsh lighting transition when the camera passes through it.
    • Known issue: waterfalls or thin bodies of water can be difficult to see.
  • 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. See updated documentation on the Creator portal for details.
  • Fixed a bug on iOS that resulted in undefined graphics behaviour (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

source: https://feedback.minecraft.net/hc/en-us/articles/28289283945869-Minecraft-Beta-Preview-1-21-20-22

Minecraft Bedrock Edition 1.21.20.22 Beta & Preview - McBedrock.com (2024)

FAQs

Why is my Minecraft bedrock in beta? ›

Bedrock Edition releases regular beta versions for users to test features that will be in an upcoming update. This tutorial will show you how to join and leave the beta program and give warnings about what betas may do to your world.

What is Minecraft bedrock preview? ›

Bedrock Editions of the game have a version called Minecraft Preview for testing features ahead of time. On Android, this version is called Beta. Preview is exclusive to Bedrock. To learn about testing pre-release Java features, see How to Install Minecraft: Java Edition Snapshots.

How do you get bedrock beta for free? ›

How to Install Minecraft Preview/Beta
  1. Start the Google Play Store app.
  2. Enter the Minecraft page.
  3. Scroll down to find a button to enroll in Minecraft Beta.
  4. The beta app will automatically replace your normal Minecraft app. You can leave Minecraft Beta at any time by returning to the Google Play Store page on your device.

Is Minecraft 1.21 out on Bedrock? ›

0 is a major update of Bedrock Edition, which released on June 13, 2024.

When Minecraft beta ended? ›

The Beta development phase started on December 20, 2010 and ended on November 18, 2011.

Is beta Minecraft good? ›

All that was to make this point: Beta Minecraft, despite not having as many features and bells and whistles as modern Minecraft, was generally more playable and more fun. Keep in mind I played it once for maybe half an hour.

Is Minecraft 1.21 delayed? ›

After months of active development time and community testing, we finally found out when the next Minecraft update was releasing. Mojang Studios announced that the Minecraft 1.21 'Tricky Trials' update was dropping on June 13, 2024, exactly in line with my early summer predictions.

Is Spyglass in Bedrock? ›

The spyglass changes the FOV to 110 of the FOV set in options. By default, the FOV is set to 70° in Java Edition and 60° in Bedrock Edition, resulting in an FOV of 7° in Java Edition and 6° in Bedrock Edition through the spyglass.

What is the ominous vault in Bedrock? ›

The Ominous Vault is a less common variant of the Vault, both of which are found in Trial Chambers and can only be opened with either a Trial Key or Ominous Trial Key depending on their variant. Ominous vaults can only be used once per player.

Is Bedrock becoming free? ›

If you've never bought Minecraft before, you can now get both Java and Bedrock for one low price, also called Minecraft: Java & Bedrock Edition for PC. If you have bought Minecraft before, you're now getting the other edition for free.

Why isn't the mace in Bedrock? ›

Bedrock players on consoles need to have Minecraft Preview 1.20. 80.22 installed before they can get the Mace.

When did 1.20 come out? ›

1.20, the first release of Trails & Tales, is a major update to Java Edition released on June 7, 2023, exactly one year after the previous major update, 1.19.

What will Minecraft 1.22 be? ›

The update that was introduced on January 26th, 2025, adding different worlds (such as the Realm of Dragons, the Space Realm, and the Reverse World). It follows 1.19, 1.20, and 1.21. It no longer followed weekly updates as 1.21 did.

How do I update my Minecraft beta to bedrock? ›

For Android device requirements, see Minecraft: Bedrock Edition for Android Requirements and Troubleshooting.
  1. Open the Google Play Store.
  2. Tap your account profile in the top right.
  3. Tap Manage apps & devices.
  4. Tap Updates available.
  5. Find Minecraft and tap Update.

How to remove beta text in Minecraft? ›

You can install the Beta Text Removal resource pack for Minecraft Bedrock by using the steps below: Find a site offering downloads to the resource pack such as MCPEDL, then click the download link. You should receive an . MCPack file as a result.

How do I stop being a beta tester for Minecraft? ›

Tap on Unenroll: To leave the Minecraft Beta program, tap on the "Unenroll" button, which should be located in the "Beta Program" section of the game's details page.

Top Articles
Beautiful Honoring Grandma Tattoos + Ideas
35+ Grandma Tattoo Ideas To Honor Your Favorite Person!
Norris Funeral Home Chatham Va Obituaries
Espn Transfer Portal Basketball
Frank 26 Forum
123Movies The Idol
Tyson Employee Paperless
Brenda Song Wikifeet
Tvi Fiber Outage Map
Chronological Age Calculator - Calculate from Date of Birth
Northern Whooping Crane Festival highlights conservation and collaboration in Fort Smith, N.W.T. | CBC News
Round Yellow Adderall
Jera Gardens
Red Dead Redemption 2 Legendary Fish Locations Guide (“A Fisher of Fish”)
Tenkiller Dam Release Schedule
Tacos Diego Hugoton Ks
92801 Sales Tax
Jordanbush Only Fans
Craigslist Albany Oregon Free Stuff
5 Best Brokerage Accounts for High Interest Rates on Cash Sweep - NerdWallet
Lecture Tutorials For Introductory Astronomy Answer Guide
Martimelons
35Mmx45Mm In Inches
Chester Farmers Market vendor Daddy's a Hooker: Ed Lowery happy fiber artist for 65 years
14314 County Road 15 Holiday City Oh
Iapd Lookup
A Flame Extinguished Wow Bugged
Albany Want Ad Digest
Über 60 Prozent Rabatt auf E-Bikes: Aldi reduziert sämtliche Pedelecs stark im Preis - nur noch für kurze Zeit
Interview With Marc Rheinard (Team ToniSport & Awesomatix) From Germany
EVOLVE: Predicting User Evolution and Network Dynamics in Social Media Using Fine-Tuned GPT-like Model
6 Fun Things to Do in Bodega Bay - Sonoma County Tourism
Softball History: Timeline & How it started
Waifu Fighter F95
Nicolas Alexander Portobanco
Only Murders In The Building Wiki
David Mayries
Comcast Xfinity Outage in Kipton, Ohio
Babymukki
Everstart Maxx Jump Starter 1200 Manual
Ucla Course Schedule
Ixl Ld Northeast
Cvs Newr.me
Advanced Auto Body Hilton Head
Best Th13 Base
Barbarian Frenzy Build with the Horde of the Ninety Savages set (Patch 2.7.7 / Season 32)
Used Go Karts For Sale Near Me Craigslist
Shaws Myaci
Neo Geo Bios Raspberry Pi 3
Cibo Tx International Kitchen Schertz Menu
Azpeople Self Service
Randstad Westside
Latest Posts
Article information

Author: Van Hayes

Last Updated:

Views: 5954

Rating: 4.6 / 5 (66 voted)

Reviews: 81% of readers found this page helpful

Author information

Name: Van Hayes

Birthday: 1994-06-07

Address: 2004 Kling Rapid, New Destiny, MT 64658-2367

Phone: +512425013758

Job: National Farming Director

Hobby: Reading, Polo, Genealogy, amateur radio, Scouting, Stand-up comedy, Cryptography

Introduction: My name is Van Hayes, I am a thankful, friendly, smiling, calm, powerful, fine, enthusiastic person who loves writing and wants to share my knowledge and understanding with you.