Minecraft:Bedrock Edition Preview 1.21.120.22: Difference between revisions
More actions
Remove broken links to missing pages |
Fix template calls: add MC/ prefix |
||
| Line 42: | Line 42: | ||
=== Mobs === | === Mobs === | ||
{{Animate|Copper Golem JE1 BE1.png;Exposed Copper Golem JE1 BE1.png;Weathered Copper Golem JE1 BE1.png;Oxidized Copper Golem JE1 BE1.png|32px}} '''Copper Golem''' | {{MC/Animate|Copper Golem JE1 BE1.png;Exposed Copper Golem JE1 BE1.png;Weathered Copper Golem JE1 BE1.png;Oxidized Copper Golem JE1 BE1.png|32px}} '''Copper Golem''' | ||
* When interacting with a copper golem, scraping and waxing particles now appear at the copper golem's location instead of at the location of the block it is standing in. | * When interacting with a copper golem, scraping and waxing particles now appear at the copper golem's location instead of at the location of the block it is standing in. | ||
| Line 50: | Line 50: | ||
=== Technical === | === Technical === | ||
'''API''' | '''API''' | ||
* Released {{ | * Released {{MC/Cd|initialRotation}} member of {{MC/Cd|SpawnEntityOptions}} to {{MC/Cd|2.3.0}}. | ||
* Released {{ | * Released {{MC/Cd|initialPersistence}} member of {{MC/Cd|SpawnEntityOptions}} to {{MC/Cd|2.3.0}}. | ||
* Releasing the light detection API from experimental to stable. | * Releasing the light detection API from experimental to stable. | ||
* Removed entity override limit on Player method {{ | * Removed entity override limit on Player method {{MC/Cd|setPropertyOverrideForEntity}}. | ||
'''General''' | '''General''' | ||
| Line 59: | Line 59: | ||
'''Item Components''' | '''Item Components''' | ||
* Added the new {{ | * Added the new {{MC/Cd|minecraft:swing_duration}} item component, which defines the duration, in seconds, of the item's swing animation when mining or attacking. | ||
** The duration is specified in the component's {{ | ** The duration is specified in the component's {{MC/Cd|value}} field. | ||
** Affects visuals only and does not impact attack frequency or gameplay mechanics. | ** Affects visuals only and does not impact attack frequency or gameplay mechanics. | ||
* The {{ | * The {{MC/Cd|minecraft:fire_resistant}} item component no longer accepts a direct value assignment and now requires the value to be specified through the {{MC/Cd|value}} field. | ||
'''[[Minecraft:Molang]]''' | '''[[Minecraft:Molang]]''' | ||
* Added {{ | * Added {{MC/Cd|query.base_swing_duration}}, which returns the duration of the mob's swing/attack animation, determined by the carried item and unmodified by effects applied on the mob. | ||
* Added {{ | * Added {{MC/Cd|query.modified_swing_duration}}, which returns the duration of the mob's swing/attack animation, determined by the carried item and modified by effects applied on the mob. | ||
'''Network''' | '''Network''' | ||
*The following level events now emit particles at the exact specified position instead of at the center of the matching block position: | *The following level events now emit particles at the exact specified position instead of at the center of the matching block position: | ||
**{{ | **{{MC/Cd|WaxOn}}, {{MC/Cd|WaxOff}}, {{MC/Cd|Scrape}}. | ||
== Experimental == | == Experimental == | ||
| Line 78: | Line 78: | ||
==== Technical ==== | ==== Technical ==== | ||
'''API''' | '''API''' | ||
* Added {{ | * Added {{MC/Cd|Control Scheme}} string enum. | ||
** Added method {{ | ** Added method {{MC/Cd|setControlScheme(controlScheme?: string): void;}} to {{MC/Cd|beta}}. | ||
** Added method {{ | ** Added method {{MC/Cd|getControlScheme(): ControlScheme;}} to {{MC/Cd|beta}}. | ||
* Added Scripting API for {{ | * Added Scripting API for {{MC/Cd|BlockPrecipitationInteractions}} component. | ||
** This API includes a component class for the {{ | ** This API includes a component class for the {{MC/Cd|BlockPrecipitationInteractions}} component and the two methods ({{MC/Cd|accumulatesSnow}} and {{MC/Cd|obstructsRain}}) of said component. | ||
* Loot table discovery API now includes information about Loot Item Conditions: | * Loot table discovery API now includes information about Loot Item Conditions: | ||
** Modified method from {{ | ** Modified method from {{MC/Cd|setControlScheme(controlScheme?: string): void;}} to {{MC/Cd|setControlScheme(controlScheme?: ControlScheme): void;}} in {{MC/Cd|beta}}. | ||
'''[[Minecraft:Block]]s''' | '''[[Minecraft:Block]]s''' | ||
* Added {{ | * Added {{MC/Cd|minecraft:precipitation_interactions}} component. | ||
** This component allows creators to determine whether a block should obstruct precipitations or not. And if it does, whether falling snow should accumulate on the block or not like in vanilla. | ** This component allows creators to determine whether a block should obstruct precipitations or not. And if it does, whether falling snow should accumulate on the block or not like in vanilla. | ||
| Line 93: | Line 93: | ||
{{fixes|project=MCPE|fixedin=1.21.120.22 Preview | {{fixes|project=MCPE|fixedin=1.21.120.22 Preview | ||
|;old | |;old | ||
|89643|Soul lantern animation not mapped in {{ | |89643|Soul lantern animation not mapped in {{MC/Cd|flipbook_textures.json}} | ||
|185069|Sneak button is cut off. | |185069|Sneak button is cut off. | ||
|225212|The invicon for the copper golem statue making a star pose has a disjointed arm. | |225212|The invicon for the copper golem statue making a star pose has a disjointed arm. | ||
|226142|Copper Lantern textures isn't animated. | |226142|Copper Lantern textures isn't animated. | ||
|226550|Vibrant Visuals: Copper Golem eye glow disappears when seen through water. | |226550|Vibrant Visuals: Copper Golem eye glow disappears when seen through water. | ||
|226651|{{ | |226651|{{MC/Cmd|aimassist set}} command produces "player camera not supported" error in first person on nintendo switch, regardless of target. | ||
|226702|{{ | |226702|{{MC/Cd|player.applyImpulse}} causes the player to phase through blocks. | ||
|227586|Placing sound spams when holding right click with an empty hand on an empty shelf slot. | |227586|Placing sound spams when holding right click with an empty hand on an empty shelf slot. | ||
|;dev | |;dev | ||
| Line 106: | Line 106: | ||
'''Other''' | '''Other''' | ||
*Improved stability around hopper block destruction. | *Improved stability around hopper block destruction. | ||
{{ | {{MC/Fixes|project=REALMS|fixedin=1.21.120.22 Preview | ||
|;old | |;old | ||
|12993|Using End Gateways while lying down (e.g using trapdoor or swimming) results in being launched into the void | |12993|Using End Gateways while lying down (e.g using trapdoor or swimming) results in being launched into the void | ||
| Line 118: | Line 118: | ||
== References == | == References == | ||
{{ | {{MC/Reflist}} | ||
== Navigation == | == Navigation == | ||
{{Navbox Bedrock Edition versions|1.2x}} | {{MC/Navbox Bedrock Edition versions|1.2x}} | ||
[[Category:Bedrock Edition 1.21.120 betas]] | [[Category:Bedrock Edition 1.21.120 betas]] | ||
Latest revision as of 19:22, 9 April 2026
Beta 1.21.120.22 (ChromeOS, Android) or Preview 1.21.120.22 (Windows, iOS, iPadOS, Xbox, PlayStation) is the third beta/Preview version for Minecraft:Bedrock Edition 1.21.120, released on September 16, 2025,<ref>Template:Cite</ref> which updates the accessibility and language settings tabs, and fixes some bugs.
Additions
General
- Added an "Enable Dithering for Blocks" option to the accessibility settings.
Changes
General
Graphical
- Adjusted rendering settings in Minecraft:Vibrant Visuals.
- Slightly reduced contrast across all Minecraft:biomes.
- Reduced the intensity of temperature-based color grading in warmer biomes, especially the desert and all badlands.
- Adjusted the sky color in Minecraft:the End.
- Added unique biome settings for the dark forest, making it slightly foggier and gray.
- Updated the accessibility and language settings tabs with Minecraft:Ore UI.
- Re-added the "Text to Speech with Device Settings" and "Improved Input Response" options to Windows devices.
Mobs
Script error: No such module "animate". Copper Golem
- When interacting with a copper golem, scraping and waxing particles now appear at the copper golem's location instead of at the location of the block it is standing in.
width=50x50 Wither Skeleton
- Wither skeletons can now pick up copper swords.
Technical
API
- Released
- REDIRECT Template:Code
Template:Redr member of
- REDIRECT Template:Code
- REDIRECT Template:Code
- Released
- REDIRECT Template:Code
Template:Redr member of
- REDIRECT Template:Code
- REDIRECT Template:Code
- Releasing the light detection API from experimental to stable.
- Removed entity override limit on Player method
- REDIRECT Template:Code
General
- Network changes may result in better download speeds on Windows devices.
Item Components
- Added the new
- REDIRECT Template:Code
Template:Redr item component, which defines the duration, in seconds, of the item's swing animation when mining or attacking.
- The duration is specified in the component's
- REDIRECT Template:Code
Template:Redr field.
- Affects visuals only and does not impact attack frequency or gameplay mechanics.
- The
- REDIRECT Template:Code
Template:Redr item component no longer accepts a direct value assignment and now requires the value to be specified through the
- REDIRECT Template:Code
Template:Redr field.
- Added
- REDIRECT Template:Code
Template:Redr, which returns the duration of the mob's swing/attack animation, determined by the carried item and unmodified by effects applied on the mob.
- Added
- REDIRECT Template:Code
Template:Redr, which returns the duration of the mob's swing/attack animation, determined by the carried item and modified by effects applied on the mob.
Network
- The following level events now emit particles at the exact specified position instead of at the center of the matching block position:
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
Experimental
These additions and changes are accessible by enabling the "Beta APIs", and "Upcoming Creator Features" experimental toggles.
Additions
Technical
API
- Added
- REDIRECT Template:Code
Template:Redr string enum.
- Added method
- REDIRECT Template:Code
- REDIRECT Template:Code
- Added method
- REDIRECT Template:Code
- REDIRECT Template:Code
- Added Scripting API for
- REDIRECT Template:Code
Template:Redr component.
- This API includes a component class for the
- REDIRECT Template:Code
Template:Redr component and the two methods (
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
Template:Redr) of said component.
- Loot table discovery API now includes information about Loot Item Conditions:
- Modified method from
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- Added
- REDIRECT Template:Code
Template:Redr component.
- This component allows creators to determine whether a block should obstruct precipitations or not. And if it does, whether falling snow should accumulate on the block or not like in vanilla.
Fixes
Template:Fixes Other
- Improved stability around hopper block destruction.
Script error: No such module "fixes".
Gallery
-
New accessibility settings screen.
-
New language settings screen.
References
<references group="">
</references>
de:Bedrock Edition beta 1.21.120.22 es:Bedrock Edition Preview 1.21.120.22 pt:Edição Bedrock Preview 1.21.120.22 ru:Preview 1.21.120.22 (Bedrock Edition) uk:Preview 1.21.120.22 (Bedrock Edition) zh:基岩版1.21.120.22