Minecraft Bedrock 1.21.60.24 beta and preview patch notes: Creaking heart generation, canyons improvement, and more

Minecraft Beta & Preview 1.21.60.24 patch notes
New Minecraft beta and preview is live (Image via Mojang)

It has been well over a week since the release of the highly anticipated Minecraft: The Garden Awakens update. Though the game's release is now out of the way, Minecraft developers haven't started their winter holidays just yet. Mojang has released a new beta and preview for Minecraft Bedrock, featuring much-needed improvements, more parity with the Java Edition, and bug fixes.

Players who have ventured into Pale Garden biomes might have noticed how rare creaking heart blocks are. On top of that, the biome itself is among the rarest and is usually quite small in size. Traveling thousands of blocks only to find a bunch of pale oak trees was a common experience for many players in The Garden Awakens update. With Minecraft 1.21.60.24, players now have a better chance of finding creaking hearts in pale oak trees.

The Minecraft 1.21.60.24 beta and preview also improve the generation of canyons, commonly known as ravines. Let's go over the Minecraft 1.21.60.24 patch notes to find out what's new.


Chart New Territories with the ultimate Minecraft Seed Generator!

Minecraft Bedrock 1.21.60.24 patch notes

New Features and Bug Fixes

Achievements

  • The Monster Hunter achievement can now be unlocked by destroying a Creaking Heart while it has a spawned Creaking

Blocks

  • Tall Grass that is placed when using Bone Meal on Moss Blocks or Pale Moss Blocks no longer render only their bottom half (MCPE-188789)

Gameplay

  • The second passenger of a boat will no longer have large camera twitches when rotating toward the west direction

Items

  • Open Bundle textures updated such that there is no longer a missing string pixel (MCPE-188355)
  • Resin Bricks are no longer found in Woodland Mansion chests (MCPE-188234)
  • The XP rewarded for smelting Resin Clumps into Resin Bricks has been reduced from 0.3 to 0.1

Mobs

  • Creakings spawned from Creaking Hearts now always persist upon reloading the world (MCPE-188352)
  • Creaking's eyes now properly flicker when the Creaking Heart which spawned it is destroyed

Realms

  • The friends tab on the Play screen now shows the correct list of joinable worlds and Realms
  • Player permissions no longer revert to the previous state after leaving the Manage Realm tab
  • Fixed issue where game mode appears as Unknown on the Realms Tab even if the Realm has a world with a valid game mode

Stability and Performance

  • Players on Switch should remain signed into their Microsoft Account after putting Minecraft app to sleep and resuming it

Structures

  • Some Savanna Villages no longer have a hole where a Dirt Path block should be

User Interface

  • [PlayStation®5] 'Enable Screen Reader' accessibility setting is now used to initialize Text-to-Speech during first launch
  • Fixed a bug where the game could soft lock in certain scenarios when it was suspended right before the player dying
  • Changed wording for enabling/disabling player's sleep skipping the night to "Skip night by sleeping" from "Beds work"
  • Added additional debug info regarding Realms features in the general settings screen
  • Updated the text on the new bed screen when sleeping to skip the night is disabled

Also Read: Minecraft Bedrock adds new achievement for The Garden Awakens update


Vanilla parity

Blocks

  • Sniffer Egg block now only provides center support on top and bottom faces (MCPE-169520)
  • Shears can now be used on Cave Vines, Kelp, Twisting Vines, and Weeping Vines while sneaking (MCPE-188474)
  • Using Shears on Cave Vines, Kelp, Twisting Vines, and Weeping Vines now plays the arm swing animation (MCPE-188473)
  • Water and Lava no longer remain in the world when placing a Water or Lava Bucket against a Cave Vine with Glow Berries
  • Collecting Glow Berries when holding Shears no longer picks the Berries and shears at the same time (MCPE-188476)
  • Sniffer Egg block no longer provides side support to any block

World Generation

  • Creaking Hearts now generate more often in naturally generated Pale Oaks (MCPE-187337)
  • Canyons now generate more often
  • Canyons can once again reach the surface (MCPE-121708)
  • Canyons can once again generate on the ocean floor
  • Canyons now completely carve through Copper Ore veins and most other underground blocks (MCPE-181410)
  • Canyons now properly interact with aquifers, filling with water instead of generating as disconnected segments

Also Read: New Minecraft Bedrock update attempts to fix creaking heart's rarity, but the issue persists


Technical updates in Minecraft Bedrock 1.21.60.24

Blocks

  • Fixed issue where legacy data driven block didn't apply the render layer from the material instances component
  • Fix spurious content log error: 'trying to override the Geometry component with blocks.json settings for a custom block'
  • Door blocks use state minecraft:cardinal_direction instead of minecraft:direction. Uses string values ("north, south, east, west")

Components

  • Moved the minecraft:liquid_detection component out of the Upcoming Creator Features experiment for format_versions 1.21.60 and above

Collisions

  • Entities with no collision box but with the minecraft:custom_hit_test component are no longer sometimes unable to be interacted with

Components

  • Expand the minecraft:breedable component to allow inheriting properties to child entities
  • Adds the new "property_inheritance" field which takes property name keyed objects
  • The objects in property_inheritance can contain a "mutation_chance" which give the chance it should not inherit from either parent
  • They can also contain the "mutation_values" array of values to select from if mutating and the component has random mutation set

Editor

  • Centers block thumbnail images in hotbar, block picker and lists
  • Adds data-driven rendering to editor block images
  • Adds block name aliasing for signs
  • Adds support for namespace block names for block:// protocol
  • Player model is now fully hidden while in tool mode

Fog

  • Fixed issue where "inherit_from_prior_fog" field in biomes_client.json was ignored on first content on resource pack stack (MCPE-187805)

Gameplay

  • Fixed a bug where opening a chest while the clone command is spamming could crash the server

Graphical

  • Single-channel textures in resource packs are now interpreted as grayscale, rather than red. This change does not apply to single-channel UI textures, which were already interpreted as such

Graphics

  • client_biome JSON files now support a "surface_opacity" field in the "minecraft:water_appearance" component
  • This change also restores swampland and warm_ocean surface opacity to what they were until recently when the client_biome JSON files were introduced

Items

  • Fixed an issue where non-host clients joining multiplayer sessions would be missing an icon for packs that had duplicate items
  • The following legacy item (pre 1.16.100) components are now synced to the client:
  • minecraft:camera
  • minecraft:seed
  • minecraft:max_damage
  • minecraft:hand_equipped
  • minecraft:stacked_by_data
  • minecraft:foil
  • minecraft:block
  • minecraft:use_duration
  • minecraft:max_stack_size

Scripting

  • Fixed Entity.getComponent and Entity.getComponents from crashing when called within EntityDieAfterEvent callback.

Experimental technical features in Minecraft Bedrock 1.21.60.24

Scripting

  • system.scriptEvent updated to return a new error for exceeding the message size
  • Structure
  • Added waterlogged: boolean parameter to setBlockPermutation. This can be used to set whether the specified block within a structure is waterlogged.
  • Removed ScriptBlockType.canBeWaterlogged from Beta - instead, ScriptBlock.canContainLiquid or ScriptBlockPermutation.canContainLiquid can be used to check if a block can be waterlogged.

Camera

  • Aim assist will no longer get automatically enabled when switched to vanilla third-person-behind camera by default (MCPE-188005)

These were all the features, changes, and bug fixes in Minecraft Bedrock 1.21.60.24. Interested players can download the latest Bedrock Preview on Windows, Xbox, PlayStation, and iOS devices. The beta version is available for Android users on the Google Play Store.

Uncover new worlds with our Minecraft Seed Generator!

Quick Links

Edited by Abhipsito Das
Sportskeeda logo
Close menu
WWE
WWE
NBA
NBA
NFL
NFL
MMA
MMA
Tennis
Tennis
NHL
NHL
Golf
Golf
MLB
MLB
Soccer
Soccer
F1
F1
WNBA
WNBA
More
More
bell-icon Manage notifications