![]() |
VOOZH | about |
| Edition | Bedrock Edition | |||||
|---|---|---|---|---|---|---|
| Release date | November 20, 2024 | |||||
| Server version | 1.21.60.21β1.21.60.22 | |||||
| Editor version | 0.8.1 | |||||
| Build version | 29386307 | |||||
| Internal version | Windows, Xbox: 1.21.6021.0 Android, iOS, iPadOS: 1.21.60.21 | |||||
| Version code | Android: 952106021 (armeabi-v7a, 34) | |||||
| Type | Preview | |||||
| Preview for | 1.21.60 | |||||
| Downloads | Server (1.21.60.21) Windows Linux | |||||
| Protocol version | 768 | |||||
| ||||||
{
"title": "Preview 1.21.60.21",
"images": [
"Bedrock 1.21.60.21.png"
],
"rows": [
{
"field": "''(link to Bedrock Edition article, displayed as Bedrock Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "November 20, 2024",
"label": "Release date"
},
{
"field": "(link to Bedrock Dedicated Server 1.21.60.21 article, displayed as 1.21.60.21)β(link to Bedrock Dedicated Server 1.21.60.22 article, displayed as 1.21.60.22)",
"label": "Server version"
},
{
"field": "(link to Bedrock Editor 0.8.1 article, displayed as 0.8.1)",
"label": "''(link to Bedrock Editor article, displayed as Editor)'' version"
},
{
"field": "29386307",
"label": "Build version"
},
{
"field": "'''Windows, Xbox''': 1.21.6021.0<br>'''Android, iOS, iPadOS''': 1.21.60.21<br>",
"label": "Internal version"
},
{
"field": "'''Android''':<br />\n952106021 (armeabi-v7a, 34)<br />\n962106021 (x86, 34)<br />\n972106021 (arm64-v8a, 34)<br />\n982106021 (x86_64, 34)",
"label": "Version code"
},
{
"field": "Preview",
"label": "(link to Version types article, displayed as Type)"
},
{
"field": "(link to Bedrock Edition 1.21.60 article, displayed as 1.21.60)",
"label": "Preview for"
},
{
"field": "'''Server (1.21.60.21)'''<br>[https://www.minecraft.net/bedrockdedicatedserver/bin-win-preview/bedrock-server-1.21.60.21.zip Windows]<br>[https://www.minecraft.net/bedrockdedicatedserver/bin-linux-preview/bedrock-server-1.21.60.21.zip Linux]<br>\n'''Server (1.21.60.22)'''<br>[https://www.minecraft.net/bedrockdedicatedserver/bin-win-preview/bedrock-server-1.21.60.22.zip Windows]<br>[https://www.minecraft.net/bedrockdedicatedserver/bin-linux-preview/bedrock-server-1.21.60.22.zip Linux]",
"label": "Downloads"
},
{
"field": "768",
"label": "(link to Protocol version article, displayed as Protocol version)"
}
],
"invimages": [],
"footer": "<table style=\"margin: auto; word-break: break-word;\">\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\" rowspan=\"2\">[[Bedrock Edition 1.21.51|<span style=\"margin-right:-0.35em\">β</span>β 1.21.51]]</td>\n<td style=\"padding: 0.4em\">'''[[Bedrock Edition 1.21.60|1.21.60]]'''</td>\n<td style=\"padding: 0.4em\" >[[Bedrock Edition 1.21.61| 1.21.61 <span style=\"margin-right:-0.35em\">βΊ</span>βΊ]]</td>\n</tr>\n<tr style=\"background: inherit;\">\n\n<td style=\"padding: 0.4em\">''' Preview 1.21.60.21'''</td>\n<td style=\"padding: 0.4em\">\n[[Bedrock Edition Preview 1.21.60.23| Preview 1.21.60.23 βΊ]]\n</td>\n</tr>\n</table>"
}
Beta 1.21.60.21 (ChromeOS, Android) or Preview 1.21.60.21 (Windows, iOS, iPadOS, Xbox, PlayStation) is the first beta/Preview version for Bedrock Edition 1.21.60, released on November 20, 2024,[1] which adds the ability to pause the game in singleplayer worlds and fixes bugs.
Filter Profanity Toggle
Torchflowers, Pitcher Plants, Open Eyeblossoms and Closed Eyeblossoms
Collision
UI
InputPermissions
InputPermissionCategory enum values to 1.17.0: LateralMovement, Sneak, Jump, Mount, Dismount, MoveForward, MoveBackward, MoveLeft, and MoveRight.PlayerInputPermissions to 1.17.0:
isPermissionCategoryEnabled(permissionCategory: InputPermissionCategory): boolean;setPermissionCategory(permissionCategory: InputPermissionCategory, isEnabled: boolean): void;compostingChance available from the ItemStack API. The composting chance for Vanilla items can now be accessed via the singular CompostableItemComponent-.minecraft:item_visual component.minecraft:material_instances component
ambient_occlusion field to be float type.Components
minecraft:movement_sound_distance_offset component for its movement sound distance offset.Entity Components
minecraft:breedable component now has a field that enables the offspring's minecraft:color attribute to be a blend of the parents' minecraft:color.
combine_parent_colors, If a color mutation will not happen, the baby will get a combination of the parents' colors if the colors are compatible. Color combinations follow the rules of DyeItem combinations. If the colors are not compatible the baby will get one of the parents colors chosen randomly.
true, false.Entity Filters
home_distance, which checks the distance of an entity from its home.
minecraft:home component.false if the subject has no home or if the home is in a different dimension.is_bound_to_creaking_heart, which checks if the creaking heart that spawned the subject creaking still exists.Graphical
minecraft:durability_sensor item component's particle_type when an invalid value is provided.base parameter to block sounds specifying another block sound they should use sounds for if they do not define a sound themselves.These additions and changes are accessible by enabling the "Beta APIs", "Upcoming Creator Features", "Creator Camera: New Third Person Presets", and "Aim Assist" experimental toggles.
Add-Ons and Script Engine
/me and /tell commands. For example, using input string :_input_key.jump: will be replaced with "JUMP" when using keyboard, or an emoji in case of using a gamepad.Components
minecraft:liquid_detection component with stopsLiquidFlowingFromDirection enabled for all directions now results in flowing water rather than a stagnant block of water.Gameplay
Graphical
UI
:_input_key.jump: will be replaced with "JUMP" when using keyboard, or an emoji in case of using a gamepad.From released versions before 1.21.60
/hudambient_occlusion_exponent values in blocks.jsonambient_occlusion_exponent field in blocks.json disappeared from all vanilla resourcesambient_occlusion_exponent field in blocks.json does nothing in-gameOther
Player.hideAllExcept could crash the server.ModalFormData scrolls to the bottom when UI is opened.