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

From SAS Gaming Wiki
No edit summary
 
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
 
(One intermediate revision by the same user not shown)
Line 28: Line 28:
=== Gameplay ===
=== Gameplay ===
'''[[Minecraft:Achievement]]s'''
'''[[Minecraft:Achievement]]s'''
*The [[Minecraft:Monster Hunter]] achievement can now be unlocked by destroying a [[Minecraft:creaking heart]] while it has a spawned [[Minecraft:creaking]].
*The Monster Hunter achievement can now be unlocked by destroying a creaking heart while it has a spawned creaking.


=== Items ===
=== Items ===
'''[[Minecraft:Resin Clump]]s'''
'''[[Minecraft:Resin Clump]]s'''
*The [[Minecraft:XP]] rewarded for smelting resin clumps into [[Minecraft:resin brick]]s has been reduced from 0.3 to 0.1.
*The XP rewarded for smelting resin clumps into resin bricks has been reduced from 0.3 to 0.1.


=== World generation ===
=== World generation ===
'''[[Minecraft:Canyon]]s'''
'''Canyons'''
*Now generate more often.
*Now generate more often.
*Can once again generate on the ocean floor.
*Can once again generate on the ocean floor.
Line 49: Line 49:
=== Technical ===
=== Technical ===
'''[[Minecraft:Block]]s'''
'''[[Minecraft:Block]]s'''
*Door blocks use state {{cd|minecraft:cardinal_direction}} instead of {{cd|minecraft:direction}}. Uses string values ({{cd|north}}, {{cd|south}}, {{cd|east}}, {{cd|west}}).
*Door blocks use state {{MC/Cd|minecraft:cardinal_direction}} instead of {{MC/Cd|minecraft:direction}}. Uses string values ({{MC/Cd|north}}, {{MC/Cd|south}}, {{MC/Cd|east}}, {{MC/Cd|west}}).


'''Collisions'''
'''Collisions'''
*Entities with no collision box but with the {{cd|minecraft:custom_hit_test}} component are no longer sometimes unable to be interacted with.
*Entities with no collision box but with the {{MC/Cd|minecraft:custom_hit_test}} component are no longer sometimes unable to be interacted with.


'''Components'''
'''Components'''
*Moved the {{cd|minecraft:liquid_detection}} component out of the Upcoming Creator Features experiment for {{cd|format_versions}} 1.21.60 and above.
*Moved the {{MC/Cd|minecraft:liquid_detection}} component out of the Upcoming Creator Features experiment for {{MC/Cd|format_versions}} 1.21.60 and above.
*Expand the {{cd|minecraft:breedable}} component to allow inheriting properties to child entities.
*Expand the {{MC/Cd|minecraft:breedable}} component to allow inheriting properties to child entities.
**Adds the new {{cd|property_inheritance}} field which takes property name keyed objects.
**Adds the new {{MC/Cd|property_inheritance}} field which takes property name keyed objects.
**The objects in {{cd|property_inheritance}} can contain a {{cd|mutation_chance}} which give the chance it should not inherit from either parent.
**The objects in {{MC/Cd|property_inheritance}} can contain a {{MC/Cd|mutation_chance}} which give the chance it should not inherit from either parent.
**They can also contain the {{cd|mutation_values}} array of values to select from if mutating and the component has random mutation set.
**They can also contain the {{MC/Cd|mutation_values}} array of values to select from if mutating and the component has random mutation set.


'''Graphical'''
'''Graphical'''
Line 65: Line 65:


'''Graphics'''
'''Graphics'''
*{{cd|client_biome}} JSON files now support a {{cd|surface_opacity}} field in the {{cd|minecraft:water_appearance}} component.
*{{MC/Cd|client_biome}} JSON files now support a {{MC/Cd|surface_opacity}} field in the {{MC/Cd|minecraft:water_appearance}} component.
**This change also restores {{cd|swampland}} and {{cd|warm_ocean}} surface opacity to what they were until recently when the {{cd|client_biome}} JSON files were introduced.
**This change also restores {{MC/Cd|swampland}} and {{MC/Cd|warm_ocean}} surface opacity to what they were until recently when the {{MC/Cd|client_biome}} JSON files were introduced.


'''[[Minecraft:Item]]s'''
'''[[Minecraft:Item]]s'''
*The following legacy item (pre 1.16.100) components are now synced to the client:
*The following legacy item (pre 1.16.100) components are now synced to the client:
**{{cd|minecraft:camera}}
**{{MC/Cd|minecraft:camera}}
**{{cd|minecraft:seed}}
**{{MC/Cd|minecraft:seed}}
**{{cd|minecraft:max_damage}}
**{{MC/Cd|minecraft:max_damage}}
**{{cd|minecraft:hand_equipped}}
**{{MC/Cd|minecraft:hand_equipped}}
**{{cd|minecraft:stacked_by_data}}
**{{MC/Cd|minecraft:stacked_by_data}}
**{{cd|minecraft:foil}}
**{{MC/Cd|minecraft:foil}}
**{{cd|minecraft:block}}
**{{MC/Cd|minecraft:block}}
**{{cd|minecraft:use_duration}}
**{{MC/Cd|minecraft:use_duration}}
**{{cd|minecraft:max_stack_size}}
**{{MC/Cd|minecraft:max_stack_size}}


== Experimental ==
== Experimental ==
Line 86: Line 86:
'''Scripting'''
'''Scripting'''
*Structure
*Structure
**Added {{cd|waterlogged: boolean}} parameter to {{cd|setBlockPermutation}}. This can be used to set whether the specified block within a structure is waterlogged.
**Added {{MC/Cd|waterlogged: boolean}} parameter to {{MC/Cd|setBlockPermutation}}. This can be used to set whether the specified block within a structure is waterlogged.


=== Changes ===
=== Changes ===
==== Technical ====
==== Technical ====
'''Scripting'''
'''Scripting'''
*{{cd|system.scriptEvent}} updated to return a new error for exceeding the message size.
*{{MC/Cd|system.scriptEvent}} updated to return a new error for exceeding the message size.
*Removed {{cd|ScriptBlockType.canBeWaterlogged}} from {{cd|Beta}} - instead, {{cd|ScriptBlock.canContainLiquid}} or {{cd|ScriptBlockPermutation.canContainLiquid}} can be used to check if a block can be waterlogged.
*Removed {{MC/Cd|ScriptBlockType.canBeWaterlogged}} from {{MC/Cd|Beta}} - instead, {{MC/Cd|ScriptBlock.canContainLiquid}} or {{MC/Cd|ScriptBlockPermutation.canContainLiquid}} can be used to check if a block can be waterlogged.


== Fixes ==
== Fixes ==
Line 101: Line 101:
|181410|Copper Ore Vein generates with no copper ore when intersecting a ravine
|181410|Copper Ore Vein generates with no copper ore when intersecting a ravine
|187337|Generated Pale Oak trees with Creaking Hearts are rarer than in Java Edition
|187337|Generated Pale Oak trees with Creaking Hearts are rarer than in Java Edition
|187805|Global resources ignores data inside the first {{cd|biomes_client.json}} file it finds in applied packs
|187805|Global resources ignores data inside the first {{MC/Cd|biomes_client.json}} file it finds in applied packs
|188005|Aim assist is enabled for third person back camera
|188005|Aim assist is enabled for third person back camera
|188234|Resin brick items can be found in the woodland mansion chest loot
|188234|Resin brick items can be found in the woodland mansion chest loot
Line 127: Line 127:
*Sniffer egg block no longer provides side support to any block.
*Sniffer egg block no longer provides side support to any block.
*Fixed an issue where legacy data driven block didn't apply the render layer from the material instances component.
*Fixed an 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 {{cd|blocks.json}} settings for a custom block".
*Fix spurious content log error: "trying to override the Geometry component with {{MC/Cd|blocks.json}} settings for a custom block".
*Fixed a bug where opening a chest while the {{cmd|clone}} command is spamming could crash the server.
*Fixed a bug where opening a chest while the {{MC/Cmd|clone}} command is spamming could crash the server.
*Fixed an issue where non-host clients joining multiplayer sessions would be missing an icon for packs that had duplicate items.
*Fixed an issue where non-host clients joining multiplayer sessions would be missing an icon for packs that had duplicate items.
*Fixed {{cd|Entity.getComponent}} and {{cd|Entity.getComponents}} from crashing when called within {{cd|EntityDieAfterEvent}} callback.</onlyinclude>
*Fixed {{MC/Cd|Entity.getComponent}} and {{MC/Cd|Entity.getComponents}} from crashing when called within {{MC/Cd|EntityDieAfterEvent}} callback.</onlyinclude>


== References ==
== References ==
{{reflist}}
{{MC/Reflist}}


== Navigation ==
== Navigation ==
{{Navbox Bedrock Edition versions|1.2x}}
{{MC/Navbox Bedrock Edition versions|1.2x}}


[[Category:Bedrock Edition 1.21.60 betas]]
[[Category:Bedrock Edition 1.21.60 betas]]
[[Minecraft:de:Bedrock Edition beta 1.21.60.24]]
de:Bedrock Edition beta 1.21.60.24
[[Minecraft:pt:Edição Bedrock Preview 1.21.60.24]]
pt:Edição Bedrock Preview 1.21.60.24
[[Minecraft:ru:Preview 1.21.60.24 (Bedrock Edition)]]
ru:Preview 1.21.60.24 (Bedrock Edition)
[[Minecraft:uk:Preview 1.21.60.24 (Bedrock Edition)]]
uk:Preview 1.21.60.24 (Bedrock Edition)
[[Minecraft:zh:基岩版1.21.60.24]]
zh:基岩版1.21.60.24

Latest revision as of 19:23, 9 April 2026

Template:Infobox version


Beta 1.21.60.24 (ChromeOS, Android) or Preview 1.21.60.24 (Windows, iOS, iPadOS, Xbox, PlayStation) is the third beta/Preview version for Minecraft:Bedrock Edition 1.21.60, released on December 12, 2024,<ref>Template:Cite</ref> which fixes bugs. This is the final beta/Preview released in 2024.

Changes

Gameplay

Minecraft:Achievements

  • The Monster Hunter achievement can now be unlocked by destroying a creaking heart while it has a spawned creaking.

Items

Minecraft:Resin Clumps

  • The XP rewarded for smelting resin clumps into resin bricks has been reduced from 0.3 to 0.1.

World generation

Canyons

  • Now generate more often.
  • Can once again generate on the ocean floor.
  • Now properly interact with aquifers, filling with water instead of generating as disconnected segments.

General

UI

  • PlayStation 5: 'Enable Screen Reader' accessibility setting is now used to initialize Text-to-Speech during first launch.
  • Changed wording for enabling/disabling player's sleep skipping the night to "Skip night by sleeping" from "Beds work".
  • Added additional debug info regarding Minecraft:Realms features in the general settings screen.
  • Updated the text on the new bed screen when sleeping to skip the night is disabled.

Technical

Minecraft:Blocks

  • Door 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).

Collisions

  • Entities with no collision box but with the
  1. REDIRECT Template:Code

Template:Redr component are no longer sometimes unable to be interacted with.

Components

  • Moved the
  1. REDIRECT Template:Code

Template:Redr component out of the Upcoming Creator Features experiment for

  1. REDIRECT Template:Code

Template:Redr 1.21.60 and above.

  • Expand the
  1. REDIRECT Template:Code

Template:Redr component to allow inheriting properties to child entities.

    • Adds the new
  1. REDIRECT Template:Code

Template:Redr field which takes property name keyed objects.

    • The objects in
  1. REDIRECT Template:Code

Template:Redr can contain a

  1. REDIRECT Template:Code

Template:Redr which give the chance it should not inherit from either parent.

    • They can also contain the
  1. REDIRECT Template:Code

Template:Redr array of values to select from if mutating and the component has random mutation set.

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

  1. REDIRECT Template:Code

Template:Redr JSON files now support a

  1. REDIRECT Template:Code

Template:Redr field in the

  1. REDIRECT Template:Code

Template:Redr component.

    • This change also restores
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr surface opacity to what they were until recently when the

  1. REDIRECT Template:Code

Template:Redr JSON files were introduced.

Minecraft:Items

  • The following legacy item (pre 1.16.100) components are now synced to the client:
  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr

Experimental

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

Additions

Technical

Scripting

  • Structure
    • Added
  1. REDIRECT Template:Code

Template:Redr parameter to

  1. REDIRECT Template:Code

Template:Redr. This can be used to set whether the specified block within a structure is waterlogged.

Changes

Technical

Scripting

  1. REDIRECT Template:Code

Template:Redr updated to return a new error for exceeding the message size.

  • Removed
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr - instead,

  1. REDIRECT Template:Code

Template:Redr or

  1. REDIRECT Template:Code

Template:Redr can be used to check if a block can be waterlogged.

Fixes

Template:Fixes Other

  • The second passenger of a boat will no longer have large camera twitches when rotating toward the west direction.
  • Creaking's eyes now properly flicker when the creaking heart which spawned it is destroyed.
  • 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 an issue where game mode appears as unknown on the realms tab even if the realm has a world with a valid game mode.
  • Players on Switch should remain signed into their Microsoft account after putting Minecraft app to sleep and resuming it.
  • Some savanna villages no longer have a hole where a dirt path block should be.
  • Fixed a bug where the game could soft lock in certain scenarios when it was suspended right before the player dying.
  • Water and lava no longer remain in the world when placing a water or lava bucket against a cave vine with glow berries.
  • Sniffer egg block no longer provides side support to any block.
  • Fixed an 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
  1. REDIRECT Template:Code

Template:Redr settings for a custom block".

  • Fixed a bug where opening a chest while the
  1. REDIRECT Template:Command

Template:Redr command is spamming could crash the server.

  • Fixed an issue where non-host clients joining multiplayer sessions would be missing an icon for packs that had duplicate items.
  • Fixed
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr from crashing when called within

  1. REDIRECT Template:Code

Template:Redr callback.

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