Minecraft:Bedrock Edition Preview 1.21.60.24: Difference between revisions
More actions
No edit summary |
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 | *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 | *The XP rewarded for smelting resin clumps into resin bricks has been reduced from 0.3 to 0.1. | ||
=== World generation === | === World generation === | ||
''' | '''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 {{ | *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 {{ | *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 {{ | *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 {{ | *Expand the {{MC/Cd|minecraft:breedable}} component to allow inheriting properties to child entities. | ||
**Adds the new {{ | **Adds the new {{MC/Cd|property_inheritance}} field which takes property name keyed objects. | ||
**The objects in {{ | **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 {{ | **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''' | ||
*{{ | *{{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 {{ | **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: | ||
**{{ | **{{MC/Cd|minecraft:camera}} | ||
**{{ | **{{MC/Cd|minecraft:seed}} | ||
**{{ | **{{MC/Cd|minecraft:max_damage}} | ||
**{{ | **{{MC/Cd|minecraft:hand_equipped}} | ||
**{{ | **{{MC/Cd|minecraft:stacked_by_data}} | ||
**{{ | **{{MC/Cd|minecraft:foil}} | ||
**{{ | **{{MC/Cd|minecraft:block}} | ||
**{{ | **{{MC/Cd|minecraft:use_duration}} | ||
**{{ | **{{MC/Cd|minecraft:max_stack_size}} | ||
== Experimental == | == Experimental == | ||
| Line 86: | Line 86: | ||
'''Scripting''' | '''Scripting''' | ||
*Structure | *Structure | ||
**Added {{ | **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''' | ||
*{{ | *{{MC/Cd|system.scriptEvent}} updated to return a new error for exceeding the message size. | ||
*Removed {{ | *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 {{ | |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 {{ | *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 {{ | *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 {{ | *Fixed {{MC/Cd|Entity.getComponent}} and {{MC/Cd|Entity.getComponents}} from crashing when called within {{MC/Cd|EntityDieAfterEvent}} callback.</onlyinclude> | ||
== References == | == References == | ||
{{ | {{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]] | ||
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 | |||
Latest revision as of 19:23, 9 April 2026
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
- The Monster Hunter achievement can now be unlocked by destroying a creaking heart while it has a spawned creaking.
Items
- 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
- Door blocks use state
- REDIRECT Template:Code
Template:Redr instead of
- REDIRECT Template:Code
Template:Redr. Uses string values (
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
Collisions
- Entities with no collision box but with the
- REDIRECT Template:Code
Template:Redr component are no longer sometimes unable to be interacted with.
Components
- Moved the
- REDIRECT Template:Code
Template:Redr component out of the Upcoming Creator Features experiment for
- REDIRECT Template:Code
Template:Redr 1.21.60 and above.
- Expand the
- REDIRECT Template:Code
Template:Redr component to allow inheriting properties to child entities.
- Adds the new
- REDIRECT Template:Code
Template:Redr field which takes property name keyed objects.
- The objects in
- REDIRECT Template:Code
Template:Redr can contain a
- REDIRECT Template:Code
Template:Redr which give the chance it should not inherit from either parent.
- They can also contain the
- 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
- REDIRECT Template:Code
Template:Redr JSON files now support a
- REDIRECT Template:Code
Template:Redr field in the
- REDIRECT Template:Code
Template:Redr component.
- This change also restores
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
Template:Redr surface opacity to what they were until recently when the
- REDIRECT Template:Code
Template:Redr JSON files were introduced.
- The following legacy item (pre 1.16.100) components are now synced to the client:
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
Experimental
These additions and changes are accessible by enabling the "Beta APIs" experimental toggle.
Additions
Technical
Scripting
- Structure
- Added
- REDIRECT Template:Code
Template:Redr parameter to
- REDIRECT Template:Code
Template:Redr. This can be used to set whether the specified block within a structure is waterlogged.
Changes
Technical
Scripting
- REDIRECT Template:Code
Template:Redr updated to return a new error for exceeding the message size.
- Removed
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
Template:Redr - instead,
- REDIRECT Template:Code
- 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
- REDIRECT Template:Code
Template:Redr settings for a custom block".
- Fixed a bug where opening a chest while the
- 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
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
Template:Redr from crashing when called within
- REDIRECT Template:Code
Template:Redr callback.
References
<references group="">
</references>
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