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

From SAS Gaming Wiki
Revision as of 19:23, 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.60.23 (ChromeOS, Android) or Preview 1.21.60.23 (Windows, iOS, iPadOS, Xbox, PlayStation) is the second beta/Preview version for Minecraft:Bedrock Edition 1.21.60, released on December 4, 2024,<ref>Template:Cite</ref> which updates the vegetation generation in the Overworld and fixes bugs.

Changes

General

UI

  • Touch controls: Touch button for Pick Block is now available for both Survival and Creative.
  • Removed the Sign In, Profile, Inbox and Gathering buttons from the Start Menu in Trial Mode.
  • Removed the Profile button from the Pause Menu in Trial Mode.

World generation

Minecraft:Eyeblossoms and Minecraft:Pale Moss Carpets

  • They no longer generate inside pale oak tree trunks.

Vegetation

  • The vegetation of many Minecraft:Overworld biomes has been updated to more closely match Java Edition and align with the intended look and feel of Minecraft:
    • Overworld (applies to all biomes):
      • Minecraft:Pumpkins now generate in larger patches.
      • Minecraft:Dandelions are now alternated with poppies when generating in flower patches.
      • Sugar canes no longer generate through other blocks.
    • Plains:
      • Short grass now generates more frequently and in larger amounts.
      • Tall grass now generates less frequently but in larger patches
      • Flower patches now contain mixed flowers, are larger and generate more frequently
    • Sunflower Plains:
    • Mushroom Fields:
    • Savanna:
      • Short grass now generates more frequently and in larger amounts.
      • Tall grass now generates less frequently but in larger patches.
    • Flower Forest:
    • Taiga:
      • Small ferns now generate more frequently.
      • Large ferns now generate less frequently.
      • Sweet berry bushes now generate in larger patches.
    • Old Growth Spruce Taiga and Minecraft:Old Growth Pine Taiga:
      • Mushrooms now generate in larger and more cohesive patches.
      • Minecraft:Ferns now generate more frequently.
      • Sweet berry bushes patches now generate.
    • Jungle:
      • Trees are now denser.
      • Big jungle trees now generate more frequently.
      • Jungle bushes are now larger.
      • Minecraft:Melon patches now generate more frequently.
    • Bamboo Jungle:
      • Minecraft:Bamboo now generates in larger and denser patches.
      • The width of bamboo is now consistent across the entire plant.
      • Trees are now denser.
      • Big jungle trees now generate more frequently.
      • Jungle bushes are now larger.
    • Sparse Jungle:
      • Minecraft:Bamboo no longer generates
      • Minecraft:Ferns and Short Grass now generate more frequently
      • Jungle Bushes are now larger
      • Melon patches now generate more frequently
    • Meadow:
      • Short grass now generates more frequently.
      • Tall grass now generates more frequently.
      • Flowers now generate in patches instead of being homogeneously spread across the biome.
    • Swamp:
      • Blue orchids now generate more frequently and in larger patches.
      • Swamp oaks now generate slightly more frequently.
      • Swamp oaks no longer generate in direct contact with the ground.
      • Lily pads now generate more frequently.
    • Mangrove Swamp:
      • Mangroves are now sparser.
      • Mangroves now generate over water.
      • Lily pads now generate more frequently.
    • Badlands and Desert:
      • Dead bushes now generate more frequently.
    • Oceans (except Frozen Ocean):

Technical

Add-Ons and Script Engine

  • Added the ability to define the order for the items for the creative inventory and recipe book, called the crafting item catalog, for new items added by packs. New items can either merge with existing groups, create new groups with your own item for the icon, or just become added as loose items without a group. This catalog should be saved as
  1. REDIRECT Template:Code

Template:Redr in player's behavior pack.

  • Item and Block json files now require a namespace for group names in the
  1. REDIRECT Template:Code

Template:Redr object.

  • Added new Creator toggle setting "Show Content Log GUI On Error During Load".
    • This setting with make the Content Log GUI automatically open and display after loading into a world and there was either warnings or errors found during the loading process.
    • This setting is disabled in the Editor.

Minecraft:Blocks

  • Fence gate blocks use state
  1. REDIRECT Template:Code

Template:Redr instead of

  1. REDIRECT Template:Code

Template:Redr. Uses string values (

  1. REDIRECT Template:Code

Template:Redr,

  1. REDIRECT Template:Code

Template:Redr,

  1. REDIRECT Template:Code

Template:Redr,

  1. REDIRECT Template:Code

Template:Redr).

Commands

  • The
  1. REDIRECT Template:Code

Template:Redr overload of the

  1. REDIRECT Template:Command

Template:Redr command has been moved to outside of "Upcoming Creator Features" experiments.

  • The
  1. REDIRECT Template:Command

Template:Redr command now allows use of target selectors on Realms.

Components

  • Added the
  1. REDIRECT Template:Code

Template:Redr component, which enables entities to render even when invisible.

    • Appropriate rendering behavior can then be specified in the corresponding
  1. REDIRECT Template:Code

Template:Redr.

Network Protocol

  • Added
  1. REDIRECT Template:Code

Template:Redr.

Experimental

These additions and changes are accessible by enabling the "Beta APIs", "Upcoming Creator Features", and "Aim Assist" experimental toggles.

Additions

Technical

API

  • Added
  1. REDIRECT Template:Code

Template:Redr method to system object which sends a script event similar to the

  1. REDIRECT Template:Command

Template:Redr command to

  1. REDIRECT Template:Code

Template:Redr.

  • Added
  1. REDIRECT Template:Code

Template:Redr error which validates namespace usage to

  1. REDIRECT Template:Code

Template:Redr.

  • Added
  1. REDIRECT Template:Code

Template:Redr enum which shows the types of issues that namespace validation can run into to

  1. REDIRECT Template:Code

Template:Redr.

  • Added new function
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr which will return the types and counts of all active script objects.

    • Removed
  1. REDIRECT Template:Command

Template:Redr command, deprecated in favor of script API.

  • Added
  1. REDIRECT Template:Code

Template:Redr method to

  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.

  • Added enum
  1. REDIRECT Template:Code

Template:Redr: <syntaxhighlight lang="c++"> export enum LiquidType {

   Water = 'Water'

} </syntaxhighlight>

  • Added four new bindings to Script Block API (Beta)
  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

  • Added three new bindings to Script Block Permutation API (Beta)
  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

Commands

  • Place: Entities saved within structures will now be placed unless specified.
  • Added two subcommands to the
  1. REDIRECT Template:Command

Template:Redr command behind the "Upcoming Creator Features" Experiment toggle:

  1. REDIRECT Template:Command

Template:Redr

  1. REDIRECT Template:Command

Template:Redr

Creator

  • Added support for
  1. REDIRECT Template:Code

Template:Redr in

  1. REDIRECT Template:Code

Template:Redr loot table conditions behind the "Upcoming Creator Features" Experiment toggle.

Gameplay

  • Added the option to limit yaw rotations on all cameras with an orbit component.

Graphical

  • Add bilinear upscaling option.
  • Enabled the Deferred Technical Preview for PlayStation 5 and PlayStation 4 in Preview.

Changes

Technical

Aim Assist

  • Changed aim-assist preset item settings to reference categories by unique namespace Ids globally instead of via name in a
  1. REDIRECT Template:Code

Template:Redr list.

API

  • Moved the following methods from beta to 1.17.0:
  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

Molang

  • Moved
  1. REDIRECT Template:Code

Template:Redr to stable. It takes one or more arguments (

  1. REDIRECT Template:Code

Template:Redr,

  1. REDIRECT Template:Code

Template:Redr,

  1. REDIRECT Template:Code

Template:Redr, or

  1. REDIRECT Template:Code

Template:Redr). If the last input used is any of the specified string values, returns 1.0. Otherwise returns 0.0. Available on the Client (Resource Packs) only.

  • Moved
  1. REDIRECT Template:Code

Template:Redr to stable. It returns 1.0 if the touch input only affects the touchbar, otherwise returns 0.0. Available on the Client (Resource Packs) only.

Scripting API

  • Moved enum
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Moved class
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

    • Moved property
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

    • Moved property
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Class
  1. REDIRECT Template:Code

Template:Redr

    • Moved property
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Moved class
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Moved class
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Class
  1. REDIRECT Template:Code

Template:Redr

    • Moved property
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Moved class
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

Fixes

Template:Fixes Other

  • Fixed an issue where optional and required resource packs couldn't be downloaded when joining a multiplayer game if it was cancelled on the first download and join attempt.
  • Inbox messages with long content are now scrollable with gamepad immediately after entering the screen.
  • Fixed "An unknown error has occurred" when downloading resource packs under specific circumstances.
  • Suspicious stews with the weakness effect acquired from shipwrecks and trading with villagers now apply the weakness effect for 7 seconds when consumed.
  • Fixed a bug that would cause messages to report double the items that match the criteria when using the
  1. REDIRECT Template:Command

Template:Redr command with a max count of 0.

  • Fixed a bug where
  1. REDIRECT Template:Code

Template:Redr would create a water source that does not flow.

  • Resolved a crash that could occur when using
  1. REDIRECT Template:Code

Template:Redr in custom jigsaw structures.

  • Resolved a crash that could occur when entering the nether with a custom jigsaw structure in the nether.

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