![]() |
VOOZH | about |
| Edition | Bedrock Edition | ||||||
|---|---|---|---|---|---|---|---|
| Release date | November 7, 2024 | ||||||
| Server version | 1.21.50.28 | ||||||
| Editor version | 0.8.0 | ||||||
| Build version | 29090481 | ||||||
| Internal version | Windows, Xbox: 1.21.5028.0 Android, iOS, iPadOS: 1.21.50.28 | ||||||
| Version code | Android: 952105068 (armeabi-v7a, 34) | ||||||
| Type | Preview | ||||||
| Preview for | 1.21.50 | ||||||
| Downloads | Server Windows Linux | ||||||
| Protocol version | 765 | ||||||
| |||||||
{
"title": "Preview 1.21.50.28",
"images": [
"Bedrock 1.21.50.28 PatchNotes.jpeg",
"Bedrock 1.21.50.28.png"
],
"rows": [
{
"field": "''(link to Bedrock Edition article, displayed as Bedrock Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "November 7, 2024",
"label": "Release date"
},
{
"field": "(link to Bedrock Dedicated Server 1.21.50.28 article, displayed as 1.21.50.28)",
"label": "Server version"
},
{
"field": "(link to Bedrock Editor 0.8.0 article, displayed as 0.8.0)",
"label": "''(link to Bedrock Editor article, displayed as Editor)'' version"
},
{
"field": "29090481",
"label": "Build version"
},
{
"field": "'''Windows, Xbox''': 1.21.5028.0<br>'''Android, iOS, iPadOS''': 1.21.50.28<br>",
"label": "Internal version"
},
{
"field": "'''Android''':<br />\n952105068 (armeabi-v7a, 34)<br />\n962105068 (x86, 34)<br />\n972105068 (arm64-v8a, 34)<br />\n982105068 (x86_64, 34)<br />",
"label": "Version code"
},
{
"field": "Preview",
"label": "(link to Version types article, displayed as Type)"
},
{
"field": "(link to Bedrock Edition 1.21.50 article, displayed as 1.21.50)",
"label": "Preview for"
},
{
"field": "'''Server'''<br>[https://www.minecraft.net/bedrockdedicatedserver/bin-win-preview/bedrock-server-1.21.50.28.zip Windows]<br>[https://www.minecraft.net/bedrockdedicatedserver/bin-linux-preview/bedrock-server-1.21.50.28.zip Linux]",
"label": "Downloads"
},
{
"field": "765",
"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\" >[[Bedrock Edition 1.21.44|<span style=\"margin-right:-0.35em\">β</span>β 1.21.44]]</td>\n<td style=\"padding: 0.4em\">'''[[Bedrock Edition 1.21.50|1.21.50]]'''</td>\n<td style=\"padding: 0.4em\" >[[Bedrock Edition 1.21.51| 1.21.51 <span style=\"margin-right:-0.35em\">βΊ</span>βΊ]]</td>\n</tr>\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\">\n[[Bedrock Edition Preview 1.21.50.26|β Preview 1.21.50.26]]\n</td>\n<td style=\"padding: 0.4em\">''' Preview 1.21.50.28'''</td>\n<td style=\"padding: 0.4em\">\n[[Bedrock Edition Preview 1.21.50.29| Preview 1.21.50.29 βΊ]]\n</td>\n</tr>\n</table>"
}
Beta 1.21.50.28 (ChromeOS, Android) or Preview 1.21.50.28 (Windows, iOS, iPadOS, Xbox, PlayStation) is the sixth beta and fifth Preview version for Bedrock Edition 1.21.50, released on November 7, 2024,[1] which fixes bugs.
UI
minecraft:aggregate_featureminecraft:snap_to_surface_featureminecraft:surface_relative_threshold_featureminecraft:weighted_random_featureEntity Components
minecraft:ignore_cannot_be_attacked component and moved the filter from minecraft:cannot_be_attacked to it. This allows content to have custom mobs which bypass the cannot_be_attacked component (for example the one on the ghast) without requiring a modification of the attacked mob's settings.minecraft:angry component now has a new field:
broadcast_anger_when_dying defines whether an entity should broadcast anger to entities of the same type if killed in one hit. This is set to true by default.These additions and changes are accessible by enabling the "Beta APIs", "Upcoming Creator Features", and "Focus Target" experimental toggles.
CameraFixedBoomOptions
entityOffset?: Vector3.CameraTargetOptions parameter inside setCamera for beta. This can be used to modify the minecraft:free preset if the Focus Target experimental camera toggle is enabled.Cameras
UI
:_input_key.jump: will be replaced with "JUMP" when using keyboard, or an emoji in case of using a gamepad.API
BlockFillOptions from beta to v1.16.0.UnloadedChunksError from beta to v1.16.0.containsBlock(volume: BlockVolumeBase, filter: BlockFilter, allowUnloadedChunks?: boolean): boolean from beta to v1.16.0.getBlocks(volume: BlockVolumeBase, filter: BlockFilter, allowUnloadedChunks?: boolean): ListBlockVolume from beta to v1.16.0.fillBlocks(volume: BlockVolumeBase, block: BlockPermutation BlockType string, options?: BlockFillOptions): ListBlockVolume; from beta to v1.16.0.ItemUseOnBeforeEvent
readonly isFirstEvent: boolean from beta to v1.16.0.ItemUseOnAfterEvent
readonly isFirstEvent: boolean from beta to v1.16.0.Block Components
ambient_occlusion field for minecraft:material_instances component to be a float value, requires Upcoming Creator Features experiment.Cameras
tracking_radius float value for setting a listening radius for a target entityFrom released versions before 1.21.50
From the previous development version
Other
skeleton_skull when opening a world-template version locked below 1.21.40 or structures. Note, this fix will not apply to already overwritten chunks.minecraft:block_placer component had the wrong icon on split-screen clients.Dimension.fillBlocks would set blocks outside of the ticking area when ignoreChunkBoundErrors was set to true.