Minecraft:Bedrock Edition Preview 1.21.50.28: Difference between revisions
From SAS Gaming Wiki
More actions
Fix template calls: add MC/ prefix |
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 {{ | *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 {{ | *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 {{ | *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 === | ||
''' | '''[[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: | ||
**{{ | **{{cd|minecraft:aggregate_feature}} | ||
**{{ | **{{cd|minecraft:snap_to_surface_feature}} | ||
**{{ | **{{cd|minecraft:surface_relative_threshold_feature}} | ||
**{{ | **{{cd|minecraft:weighted_random_feature}} | ||
=== Technical === | === Technical === | ||
'''Entity Components''' | '''Entity Components''' | ||
*Added the {{ | *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 {{ | *The {{Cd|code=minecraft:angry}} component now has a new field: | ||
**{{ | **{{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]]''' | ||
*{{ | *{{cd|CameraFixedBoomOptions}} | ||
**Added property {{ | **Added property {{cd|entityOffset?: Vector3}}. | ||
*Added new {{ | *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 {{ | *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 {{ | *Moved {{cd|BlockFillOptions}} from {{cd|beta}} to {{cd|v1.16.0}}. | ||
*Moved {{ | *Moved {{cd|UnloadedChunksError}} from {{cd|beta}} to {{cd|v1.16.0}}. | ||
*Dimension | *Dimension | ||
**Moved {{ | **Moved {{cd|containsBlock(volume: BlockVolumeBase, filter: BlockFilter, allowUnloadedChunks?: boolean): boolean}} from {{cd|beta}} to {{cd|v1.16.0}}. | ||
**Moved {{ | **Moved {{cd|getBlocks(volume: BlockVolumeBase, filter: BlockFilter, allowUnloadedChunks?: boolean): ListBlockVolume}} from {{cd|beta}} to {{cd|v1.16.0}}. | ||
**Moved {{ | **Moved {{cd|fillBlocks(volume: BlockVolumeBase, block: BlockPermutation | BlockType | string, options?: BlockFillOptions): ListBlockVolume;}} from {{cd|beta}} to {{cd|v1.16.0}}. | ||
*{{ | *{{cd|ItemUseOnBeforeEvent}} | ||
**Move property {{ | **Move property {{cd|readonly isFirstEvent: boolean}} from {{cd|beta}} to {{cd|v1.16.0}}. | ||
*{{ | *{{cd|ItemUseOnAfterEvent}} | ||
**Move property {{ | **Move property {{cd|readonly isFirstEvent: boolean}} from {{cd|beta}} to {{cd|v1.16.0}}. | ||
'''Block Components''' | '''Block Components''' | ||
*Modified {{ | *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 {{ | *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 == | ||
{{ | {{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 {{ | *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 {{ | *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 {{ | *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 == | ||
{{ | {{reflist}} | ||
== Navigation == | == Navigation == | ||
{{ | {{Navbox Bedrock Edition versions|1.2x}} | ||
[[ | [[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
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
- 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.
- 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.
- Adjusted the frequency of ambient sounds emitted by pale hanging moss to better align with Template:JE.
- Added more breaking sounds for resin.
- Removed from the Minecraft: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 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
- The following feature types are now unable to place internal-only 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
- Template:Cd
- Added property Template:Cd.
- Added new Template:Cd parameter inside Template:Cd for Template:Cd. This can be used to modify the Template:Cd preset 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 Template:Cd will be replaced with "JUMP" when using keyboard, or an emoji in case of using a gamepad.
Changes
Technical
API
- Moved Template:Cd from Template:Cd to Template:Cd.
- Moved Template:Cd from Template:Cd to Template:Cd.
- Dimension
- Moved Template:Cd from Template:Cd to Template:Cd.
- Moved Template:Cd from Template:Cd to Template:Cd.
- Moved Template:Cd from Template:Cd to Template:Cd.
- Template:Cd
- Move property Template:Cd from Template:Cd to Template:Cd.
- Template:Cd
- Move property Template:Cd from Template:Cd to Template:Cd.
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: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