Bedrock Edition Preview 1.21.50.28
Preview 1.21.50.28


| Edition | |||||||
|---|---|---|---|---|---|---|---|
| Release date | November 7, 2024 | ||||||
| Server version | |||||||
| Editor version | |||||||
| Build version | 29090481 | ||||||
| Internal version | Windows, Xbox: 1.21.5028.0 | ||||||
| Version code | Android: | ||||||
| Type | Preview | ||||||
| Preview for | |||||||
| Downloads | |||||||
| 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": "<small>'''Android''':<br />\n952105068 (armeabi-v7a, 34)<br />\n962105068 (x86, 34)<br />\n972105068 (arm64-v8a, 34)<br />\n982105068 (x86_64, 34)<br /></small>",
            "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\" ></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.
Changes
Blocks
- Adjusted the frequency of ambient sounds emitted by creaking hearts to better align with Java Edition.
- Creaking Heart breaking and placing sounds are now quieter.
- Closed eyeblossoms no longer poison bees.
- The poison effect from open eyeblossoms now also damages bees while they are within the block, rather than only upon exiting.
- Reduced the duration of the poison effect applied by open eyeblossoms.
- Adjusted the frequency of ambient sounds emitted by eyeblossoms to better align with Java Edition.
- Adjusted the frequency of ambient sounds emitted by pale hanging moss to better align with Java Edition.
- Added more breaking sounds for resin.
- Removed from the creative inventory.
Mobs
- Bees can no longer be tempted or pollinate within closed eyeblossoms.
- Feeding bees open eyeblossoms now applies the poison effect.
- Creaking now plays 4 different sway sounds.
- Creaking now plays new attack sounds.
Items
- Resin Bricks are now used to apply the resin armor trim instead of resin clumps.
- The effect durations of Suspicious Stew have been adjusted to be the same across versions.
General
UI
- Items in a bundle tooltip now have a gray background.
- Screenshots: Added the ability to Feature and Showcase screenshots for others to see when they visit player's Profile. Added ability to set custom world thumbnail from screenshots.
World generation
- The following feature types are now unable to place internal-only features:
- minecraft:aggregate_feature
- minecraft:snap_to_surface_feature
- minecraft:surface_relative_threshold_feature
- minecraft:weighted_random_feature
 
Technical
Entity Components
- Added the minecraft:ignore_cannot_be_attackedcomponent and moved the filter fromminecraft:cannot_be_attackedto it. This allows content to have custom mobs which bypass thecannot_be_attackedcomponent (for example the one on the ghast) without requiring a modification of the attacked mob's settings.
Experimental
These additions and changes are accessible by enabling the "Beta APIs", "Upcoming Creator Features", and "Focus Target" experimental toggles.
Additions
Technical
- CameraFixedBoomOptions- Added property entityOffset?: Vector3.
 
- Added property 
- Added new CameraTargetOptionsparameter insidesetCameraforbeta. This can be used to modify theminecraft:freepreset if the Focus Target experimental camera toggle is enabled.
Cameras
- Added content error when trying to target an entity when not on a free camera.
UI
- Added support for input glyph replacement for signed books. 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.
Changes
Technical
API
- Moved BlockFillOptionsfrombetatov1.16.0.
- Moved UnloadedChunksErrorfrombetatov1.16.0.
- Dimension
- Moved containsBlock(volume: BlockVolumeBase, filter: BlockFilter, allowUnloadedChunks?: boolean): booleanfrombetatov1.16.0.
- Moved getBlocks(volume: BlockVolumeBase, filter: BlockFilter, allowUnloadedChunks?: boolean): ListBlockVolumefrombetatov1.16.0.
- Moved fillBlocks(volume: BlockVolumeBase, block: BlockPermutationBlockTypestring, options?: BlockFillOptions): ListBlockVolume;frombetatov1.16.0.
 
- Moved 
- ItemUseOnBeforeEvent- Move property readonly isFirstEvent: booleanfrombetatov1.16.0.
 
- Move property 
- ItemUseOnAfterEvent- Move property readonly isFirstEvent: booleanfrombetatov1.16.0.
 
- Move property 
Block Components
- Modified ambient_occlusionfield forminecraft:material_instancescomponent to be a float value, requires Upcoming Creator Features experiment.
Cameras
- Tracking a target using the free camera preset: optional tracking_radiusfloat value for setting a listening radius for a target entity
Fixes
From released versions before 1.21.50
- MCPE-68327 – Other zombified piglins aggro when you one-hit kill one of them
- MCPE-131325 – Rain/snow sometimes does not visually match the actual weather
- MCPE-156469 – Opaque mangrove leaves have an inconsistent texture
- MCPE-169375 – Ravager doesn't destroy plants added since 1.19
- MCPE-170516 – Mangrove leaves don't use separate opaque textures
- MCPE-176933 – Some of the newer blocks' sounds are much louder than other blocks
- MCPE-178719 – Copper grates have glitched rendering with fluids underneath them.
- MCPE-184406 – Player's camera can get stuck when leaving a boat after interacting with an interface
- MCPE-185960 – Trial spawners that have had spawn eggs used on them revert to their initial state after their cooldown expires
From the previous development version
- MCPE-187373 – The Pale Moss Carpet Decoration Vines don't have proper ambient occlusion and face dimming
- MCPE-187539 – Pale Garden weather fog color is incorrect
- MCPE-187566 – Pale moss carpet with vines Z-fights upon being mined
- MCPE-187696 – Slate appears in Creative Inventory with Education toggle off
- MCPE-187697 – Resin drops from creaking hearts are not seemingly affected by Fortune
- MCPE-187713 – Jumping on resin blocks sounds like stone
- MCPE-187759 – Eyeblossoms do not change their state when snowlogged
- MCPE-187802 – Suspicious stew gives different durations of Blindness for Eyeblossom and Azure Bluet
- MCPE-187806 – The textures for Resin, Nether, Red, and Clay Bricks are misaligned.
- MCPE-188088 – Creaking Heart uses stone jump and land sounds
Other
- The orientation of the pale oak leaves texture is no longer randomized for each block.
- Decorated pots no longer activate observers on world load.
- Sculk sensors now detect Eyeblossoms opening and closing.
- Fixed all skull block variants being turned into skeleton_skullwhen opening a world-template version locked below 1.21.40 or structures. Note, this fix will not apply to already overwritten chunks.
- The creaking will no longer sometimes phase through blocks if you are looking at it far away.
- Magma cube model part UVs no longer overlap each other.
- Fixed crash on several platforms when navigating back to Realms Stories after inviting a player on the manage members screen.
- Fall & step sound events for sponge, wet sponge, creaking heart, resin brick and resin blocks changed to "player".
- Bundle tooltip correctly appears after being placed from the cursor.
- Gamepad tooltips are now correct when hovering the crafting output in inventory screen and crafting table Screen with a bundle on the cursor.
- Managing to kill a wolf, bee, or silverfish in one hit no longer angers nearby mobs of the same type.
- Head blocks can now be placed on the side of blocks even if they lack a supporting block below them.
- The game no longer crashes if a mob attacks with an item that breaks during the attack.
- Fixed a bug where vanilla items with the minecraft:block_placercomponent had the wrong icon on split-screen clients.
- Fixed an API script processing error that could result in an infinite loop.
- Fixed bug where Dimension.fillBlockswould set blocks outside of the ticking area whenignoreChunkBoundErrorswas set totrue.
References
- ↑ "Minecraft Beta & Preview - 1.21.50.28" – Minecraft Feedback, November 7, 2024.


















































