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

From SAS Gaming Wiki
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
SyncBot (talk | contribs)
Sync: updated from Minecraft
 
Line 28: Line 28:
=== Blocks ===
=== Blocks ===
'''[[Minecraft:Creaking Heart]]'''
'''[[Minecraft:Creaking Heart]]'''
*Adjusted the frequency of ambient sounds emitted by creaking hearts to better align with {{MC/JE}}.
*Adjusted the frequency of ambient sounds emitted by creaking hearts to better align with {{JE}}.
*Creaking Heart breaking and placing sounds are now quieter.
*Creaking Heart breaking and placing sounds are now quieter.


Line 35: Line 35:
*The poison effect from open eyeblossoms now also damages bees while they are within the block, rather than only upon exiting.
*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.
*Reduced the duration of the poison effect applied by open eyeblossoms.
*Adjusted the frequency of ambient sounds emitted by eyeblossoms to better align with {{MC/JE}}.
*Adjusted the frequency of ambient sounds emitted by eyeblossoms to better align with {{JE}}.


'''[[Minecraft:Pale Hanging Moss]]'''
'''[[Minecraft:Pale Hanging Moss]]'''
*Adjusted the frequency of ambient sounds emitted by pale hanging moss to better align with {{MC/JE}}.
*Adjusted the frequency of ambient sounds emitted by pale hanging moss to better align with {{JE}}.


'''Resin'''
'''[[Minecraft:Resin]]'''
*Added more breaking sounds for resin.
*Added more breaking sounds for resin.


'''Slate'''
'''[[Minecraft:Slate]]'''
*Removed from the [[Minecraft:creative inventory]].
*Removed from the [[Minecraft:creative inventory]].


=== Mobs ===
=== Mobs ===
'''Bees'''
'''[[Minecraft:Bee]]s'''
*Bees can no longer be tempted or pollinate within closed eyeblossoms.
*Bees can no longer be tempted or pollinate within closed eyeblossoms.
*Feeding bees open eyeblossoms now applies the poison effect.
*Feeding bees open eyeblossoms now applies the poison effect.


'''Creaking'''
'''[[Minecraft:Creaking]]'''
*Creaking now plays 4 different sway sounds.
*Creaking now plays 4 different sway sounds.
*Creaking now plays new attack sounds.
*Creaking now plays new attack sounds.
Line 70: Line 70:
'''[[Minecraft:Feature]]s'''
'''[[Minecraft:Feature]]s'''
*The following feature types are now unable to place internal-only features:
*The following feature types are now unable to place internal-only features:
**{{MC/Cd|minecraft:aggregate_feature}}
**{{cd|minecraft:aggregate_feature}}
**{{MC/Cd|minecraft:snap_to_surface_feature}}
**{{cd|minecraft:snap_to_surface_feature}}
**{{MC/Cd|minecraft:surface_relative_threshold_feature}}
**{{cd|minecraft:surface_relative_threshold_feature}}
**{{MC/Cd|minecraft:weighted_random_feature}}
**{{cd|minecraft:weighted_random_feature}}


=== Technical ===
=== Technical ===
'''Entity Components'''
'''Entity Components'''
*Added the {{MC/Cd|minecraft:ignore_cannot_be_attacked}} component and moved the filter from {{MC/Cd|minecraft:cannot_be_attacked}} to it. This allows content to have custom mobs which bypass the {{MC/Cd|cannot_be_attacked}} component (for example the one on the ghast) without requiring a modification of the attacked mob's settings.
*Added the {{cd|minecraft:ignore_cannot_be_attacked}} component and moved the filter from {{cd|minecraft:cannot_be_attacked}} to it. This allows content to have custom mobs which bypass the {{cd|cannot_be_attacked}} component (for example the one on the [[Minecraft:ghast]]) without requiring a modification of the attacked mob's settings.
*The {{MC/Cd|code=minecraft:angry}} component now has a new field:  
*The {{Cd|code=minecraft:angry}} component now has a new field:  
**{{MC/Cd|code=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 {{MC/Cd|code=true}} by default.
**{{Cd|code=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 {{Cd|code=true}} by default.
**This change was not mentioned in the changelog.
**This change was not mentioned in the changelog.


Line 86: Line 86:
=== Additions ===
=== Additions ===
==== Technical ====
==== Technical ====
'''API'''
'''[[Minecraft:API]]'''
*{{MC/Cd|CameraFixedBoomOptions}}
*{{cd|CameraFixedBoomOptions}}
**Added property {{MC/Cd|entityOffset?: Vector3}}.
**Added property {{cd|entityOffset?: Vector3}}.
*Added new {{MC/Cd|CameraTargetOptions}} parameter inside {{MC/Cd|setCamera}} for {{MC/Cd|beta}}. This can be used to modify the {{MC/Cd|minecraft:free}} preset if the Focus Target experimental camera toggle is enabled.
*Added new {{cd|CameraTargetOptions}} parameter inside {{cd|setCamera}} for {{cd|beta}}. This can be used to modify the {{cd|minecraft:free}} preset if the Focus Target experimental camera toggle is enabled.


'''Cameras'''
'''Cameras'''
Line 95: Line 95:


'''UI'''
'''UI'''
*Added support for input glyph replacement for signed books. For example, using input string {{MC/Cd|:_input_key.jump:}} will be replaced with "JUMP" when using keyboard, or an emoji in case of using a gamepad.
*Added support for input glyph replacement for signed books. For example, using input string {{cd|:_input_key.jump:}} will be replaced with "JUMP" when using keyboard, or an emoji in case of using a gamepad.


=== Changes ===
=== Changes ===
==== Technical ====
==== Technical ====
'''API'''
'''API'''
*Moved {{MC/Cd|BlockFillOptions}} from {{MC/Cd|beta}} to {{MC/Cd|v1.16.0}}.
*Moved {{cd|BlockFillOptions}} from {{cd|beta}} to {{cd|v1.16.0}}.
*Moved {{MC/Cd|UnloadedChunksError}} from {{MC/Cd|beta}} to {{MC/Cd|v1.16.0}}.
*Moved {{cd|UnloadedChunksError}} from {{cd|beta}} to {{cd|v1.16.0}}.
*Dimension
*Dimension
**Moved {{MC/Cd|containsBlock(volume: BlockVolumeBase, filter: BlockFilter, allowUnloadedChunks?: boolean): boolean}} from {{MC/Cd|beta}} to {{MC/Cd|v1.16.0}}.
**Moved {{cd|containsBlock(volume: BlockVolumeBase, filter: BlockFilter, allowUnloadedChunks?: boolean): boolean}} from {{cd|beta}} to {{cd|v1.16.0}}.
**Moved {{MC/Cd|getBlocks(volume: BlockVolumeBase, filter: BlockFilter, allowUnloadedChunks?: boolean): ListBlockVolume}} from {{MC/Cd|beta}} to {{MC/Cd|v1.16.0}}.
**Moved {{cd|getBlocks(volume: BlockVolumeBase, filter: BlockFilter, allowUnloadedChunks?: boolean): ListBlockVolume}} from {{cd|beta}} to {{cd|v1.16.0}}.
**Moved {{MC/Cd|fillBlocks(volume: BlockVolumeBase, block: BlockPermutation | BlockType | string, options?: BlockFillOptions): ListBlockVolume;}} from {{MC/Cd|beta}} to {{MC/Cd|v1.16.0}}.
**Moved {{cd|fillBlocks(volume: BlockVolumeBase, block: BlockPermutation | BlockType | string, options?: BlockFillOptions): ListBlockVolume;}} from {{cd|beta}} to {{cd|v1.16.0}}.
*{{MC/Cd|ItemUseOnBeforeEvent}}
*{{cd|ItemUseOnBeforeEvent}}
**Move property {{MC/Cd|readonly isFirstEvent: boolean}} from {{MC/Cd|beta}} to {{MC/Cd|v1.16.0}}.
**Move property {{cd|readonly isFirstEvent: boolean}} from {{cd|beta}} to {{cd|v1.16.0}}.
*{{MC/Cd|ItemUseOnAfterEvent}}
*{{cd|ItemUseOnAfterEvent}}
**Move property {{MC/Cd|readonly isFirstEvent: boolean}} from {{MC/Cd|beta}} to {{MC/Cd|v1.16.0}}.
**Move property {{cd|readonly isFirstEvent: boolean}} from {{cd|beta}} to {{cd|v1.16.0}}.


'''Block Components'''
'''Block Components'''
*Modified {{MC/Cd|ambient_occlusion}} field for {{MC/Cd|minecraft:material_instances}} component to be a float value, requires Upcoming Creator Features experiment.
*Modified {{cd|ambient_occlusion}} field for {{cd|minecraft:material_instances}} component to be a float value, requires Upcoming Creator Features experiment.


'''Cameras'''
'''Cameras'''
*Tracking a target using the free camera preset: optional {{MC/Cd|tracking_radius}} float value for setting a listening radius for a target entity
*Tracking a target using the free camera preset: optional {{cd|tracking_radius}} float value for setting a listening radius for a target entity


== Fixes ==
== Fixes ==
{{MC/Fixes|project=MCPE|fixedin=1.21.50.28 Preview
{{fixes|project=MCPE|fixedin=1.21.50.28 Preview
|;old
|;old
|68327|Other zombified piglins aggro when you one-hit kill one of them
|68327|Other zombified piglins aggro when you one-hit kill one of them
Line 145: Line 145:
*Decorated pots no longer activate observers on world load.
*Decorated pots no longer activate observers on world load.
*Sculk sensors now detect Eyeblossoms opening and closing.
*Sculk sensors now detect Eyeblossoms opening and closing.
*Fixed all skull block variants being turned into {{MC/Cd|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.
*Fixed all skull block variants being turned into {{cd|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.
*The creaking will no longer sometimes phase through blocks if you are looking at it far away.
*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.
*Magma cube model part UVs no longer overlap each other.
Line 155: Line 155:
*Head blocks can now be placed on the side of blocks even if they lack a supporting block below them.
*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.
*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 {{MC/Cd|minecraft:block_placer}} component had the wrong icon on split-screen clients.
*Fixed a bug where vanilla items with the {{cd|minecraft:block_placer}} component had the wrong icon on split-screen clients.
*Fixed an API script processing error that could result in an infinite loop.
*Fixed an API script processing error that could result in an infinite loop.
*Fixed a bug where {{MC/Cd|Dimension.fillBlocks}} would set blocks outside of the ticking area when {{MC/Cd|ignoreChunkBoundErrors}} was set to {{MC/Cd|true}}.</onlyinclude>
*Fixed a bug where {{cd|Dimension.fillBlocks}} would set blocks outside of the ticking area when {{cd|ignoreChunkBoundErrors}} was set to {{cd|true}}.</onlyinclude>


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


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


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

Latest revision as of 11:05, 25 May 2026

Template:Infobox version


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 Minecraft:Bedrock Edition 1.21.50, released on November 7, 2024,<ref>Template:Cite</ref> which fixes bugs.

Changes

Blocks

Minecraft:Creaking Heart

  • Adjusted the frequency of ambient sounds emitted by creaking hearts to better align with Template:JE.
  • Creaking Heart breaking and placing sounds are now quieter.

Minecraft:Eyeblossom

  • 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 Template:JE.

Minecraft:Pale Hanging Moss

  • Adjusted the frequency of ambient sounds emitted by pale hanging moss to better align with Template:JE.

Minecraft:Resin

  • Added more breaking sounds for resin.

Minecraft:Slate

Mobs

Minecraft:Bees

  • Bees can no longer be tempted or pollinate within closed eyeblossoms.
  • Feeding bees open eyeblossoms now applies the poison effect.

Minecraft:Creaking

  • Creaking now plays 4 different sway sounds.
  • Creaking now plays new attack sounds.

Items

Minecraft:Resin Brick

  • Resin Bricks are now used to apply the resin armor trim instead of resin clumps.

Minecraft:Suspicious Stew

  • The effect durations of Suspicious Stew have been adjusted to be the same across versions.

General

UI

  • Items in a Minecraft:bundle tooltip now have a gray background.
  • Minecraft: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

Minecraft:Features

Technical

Entity Components

  • Added the Template:Cd component and moved the filter from Template:Cd to it. This allows content to have custom mobs which bypass the Template:Cd component (for example the one on the Minecraft:ghast) without requiring a modification of the attacked mob's settings.
  • The Template:Cd component now has a new field:
    • Template:Cd defines whether an entity should broadcast anger to entities of the same type if killed in one hit. This is set to Template:Cd by default.
    • This change was not mentioned in the changelog.

Experimental

These additions and changes are accessible by enabling the "Beta APIs", "Upcoming Creator Features", and "Focus Target" experimental toggles.

Additions

Technical

Minecraft:API

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 Template:Cd will be replaced with "JUMP" when using keyboard, or an emoji in case of using a gamepad.

Changes

Technical

API

Block Components

  • Modified Template:Cd field for Template:Cd component to be a float value, requires Upcoming Creator Features experiment.

Cameras

  • Tracking a target using the free camera preset: optional Template:Cd float value for setting a listening radius for a target entity

Fixes

Template:Fixes 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 Template:Cd when 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 a 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 Template:Cd component had the wrong icon on split-screen clients.
  • Fixed an API script processing error that could result in an infinite loop.
  • Fixed a bug where Template:Cd would set blocks outside of the ticking area when Template:Cd was set to Template:Cd.

References

Template:Reflist

Navigation

Template:Navbox Bedrock Edition versions

Minecraft:de:Bedrock Edition beta 1.21.50.28 Minecraft:pt:Edição Bedrock Preview 1.21.50.28 Minecraft:uk:Preview 1.21.50.28 (Bedrock Edition) Minecraft:zh:基岩版1.21.50.28