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

From SAS Gaming Wiki
imported>ProBot
 
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
 
(One intermediate revision by the same user not shown)
Line 33: Line 33:
* Adjusted rendering settings in [[Minecraft:Vibrant Visuals]].
* Adjusted rendering settings in [[Minecraft:Vibrant Visuals]].
** Slightly reduced contrast across all [[Minecraft:biome]]s.
** Slightly reduced contrast across all [[Minecraft:biome]]s.
** Reduced the intensity of temperature-based color grading in warmer biomes, especially the [[Minecraft:desert]] and all [[Minecraft:badlands]].
** Reduced the intensity of temperature-based color grading in warmer biomes, especially the desert and all badlands.
** Adjusted the [[Minecraft:End sky|sky color]] in [[Minecraft:the End]].
** Adjusted the sky color in [[Minecraft:the End]].
** Added unique biome settings for the [[Minecraft:dark forest]], making it slightly foggier and gray.
** Added unique biome settings for the dark forest, making it slightly foggier and gray.


'''[[Minecraft:Settings]]'''
'''[[Minecraft:Settings]]'''
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}} '''[[Minecraft: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, [[Minecraft:Oxidation|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.


[[File:Wither Skeleton JE4 BE3.png|width=50x50]] '''[[Minecraft:Wither Skeleton]]'''
[[File:Wither Skeleton JE4 BE3.png|width=50x50]] '''Wither Skeleton'''
* Wither skeletons can now pick up [[Minecraft:copper sword]]s.
* Wither skeletons can now pick up copper swords.


=== Technical ===
=== Technical ===
'''[[Minecraft:API]]'''
'''API'''
* Released {{cd|initialRotation}} member of {{cd|SpawnEntityOptions}} to {{cd|2.3.0}}.
* Released {{MC/Cd|initialRotation}} member of {{MC/Cd|SpawnEntityOptions}} to {{MC/Cd|2.3.0}}.
* Released {{cd|initialPersistence}} member of {{cd|SpawnEntityOptions}} to {{cd|2.3.0}}.
* 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 {{cd|setPropertyOverrideForEntity}}.
* Removed entity override limit on Player method {{MC/Cd|setPropertyOverrideForEntity}}.


'''General'''
'''General'''
Line 59: Line 59:


'''Item Components'''
'''Item Components'''
* Added the new {{cd|minecraft:swing_duration}} item component, which defines the duration, in seconds, of the item's swing animation when mining or attacking.
* 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 {{cd|value}} field.
** 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 {{cd|minecraft:fire_resistant}} item component no longer accepts a direct value assignment and now requires the value to be specified through the {{cd|value}} field.
* 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 {{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 {{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 {{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.
* 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:
**{{cd|WaxOn}}, {{cd|WaxOff}}, {{cd|Scrape}}.
**{{MC/Cd|WaxOn}}, {{MC/Cd|WaxOff}}, {{MC/Cd|Scrape}}.


== Experimental ==
== Experimental ==
These additions and changes are accessible by enabling the "Beta APIs", and "Upcoming Creator Features" [[Minecraft:experimental]] toggles.
These additions and changes are accessible by enabling the "Beta APIs", and "Upcoming Creator Features" experimental toggles.


=== Additions ===
=== Additions ===
==== Technical ====
==== Technical ====
'''API'''
'''API'''
* Added {{cd|Control Scheme}} string enum.  
* Added {{MC/Cd|Control Scheme}} string enum.  
** Added method {{cd|setControlScheme(controlScheme?: string): void;}} to {{cd|beta}}.  
** Added method {{MC/Cd|setControlScheme(controlScheme?: string): void;}} to {{MC/Cd|beta}}.  
** Added method {{cd|getControlScheme(): ControlScheme;}} to {{cd|beta}}.  
** Added method {{MC/Cd|getControlScheme(): ControlScheme;}} to {{MC/Cd|beta}}.  
* Added Scripting API for {{cd|BlockPrecipitationInteractions}} component.
* Added Scripting API for {{MC/Cd|BlockPrecipitationInteractions}} component.
** This API includes a component class for the {{cd|BlockPrecipitationInteractions}} component and the two methods ({{cd|accumulatesSnow}} and {{cd|obstructsRain}}) of said component.
** 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 {{cd|setControlScheme(controlScheme?: string): void;}} to {{cd|setControlScheme(controlScheme?: ControlScheme): void;}} in {{cd|beta}}.
** 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 {{cd|minecraft:precipitation_interactions}} component.
* 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 [[Minecraft:snowfall|falling snow]] should accumulate on the block or not like in [[Minecraft:Snowfall#List of blocks that let snow go through|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.


== Fixes ==
== Fixes ==
{{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 {{cd|flipbook_textures.json}}
|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|{{cmd|aimassist set}} command produces "player camera not supported" error in first person on nintendo switch, regardless of target.
|226651|{{MC/Cmd|aimassist set}} command produces "player camera not supported" error in first person on nintendo switch, regardless of target.
|226702|{{cd|player.applyImpulse}} causes the player to phase through blocks.
|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.
{{fixes|project=REALMS|fixedin=1.21.120.22 Preview
{{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 ==
{{reflist}}
{{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]]


[[Minecraft:de:Bedrock Edition beta 1.21.120.22]]
de:Bedrock Edition beta 1.21.120.22
[[Minecraft:es:Bedrock Edition Preview 1.21.120.22]]
es:Bedrock Edition Preview 1.21.120.22
[[Minecraft:pt:Edição Bedrock Preview 1.21.120.22]]
pt:Edição Bedrock Preview 1.21.120.22
[[Minecraft:ru:Preview 1.21.120.22 (Bedrock Edition)]]
ru:Preview 1.21.120.22 (Bedrock Edition)
[[Minecraft:uk:Preview 1.21.120.22 (Bedrock Edition)]]
uk:Preview 1.21.120.22 (Bedrock Edition)
[[Minecraft:zh:基岩版1.21.120.22]]
zh:基岩版1.21.120.22

Latest revision as of 19:22, 9 April 2026

Template:Infobox version

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

Minecraft:Settings

  • 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.

Minecraft:Settings

  • 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
  1. REDIRECT Template:Code

Template:Redr member of

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Released
  1. REDIRECT Template:Code

Template:Redr member of

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Releasing the light detection API from experimental to stable.
  • Removed entity override limit on Player method
  1. REDIRECT Template:Code

Template:Redr.

General

  • Network changes may result in better download speeds on Windows devices.

Item Components

  • Added the new
  1. 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
  1. REDIRECT Template:Code

Template:Redr field.

    • Affects visuals only and does not impact attack frequency or gameplay mechanics.
  • The
  1. REDIRECT Template:Code

Template:Redr item component no longer accepts a direct value assignment and now requires the value to be specified through the

  1. REDIRECT Template:Code

Template:Redr field.

Minecraft:Molang

  • Added
  1. 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
  1. 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:
  1. REDIRECT Template:Code

Template:Redr,

  1. REDIRECT Template:Code

Template:Redr,

  1. REDIRECT Template:Code

Template:Redr.

Experimental

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

Additions

Technical

API

  • Added
  1. REDIRECT Template:Code

Template:Redr string enum.

    • Added method
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

    • Added method
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Added Scripting API for
  1. REDIRECT Template:Code

Template:Redr component.

    • This API includes a component class for the
  1. REDIRECT Template:Code

Template:Redr component and the two methods (

  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr) of said component.

  • Loot table discovery API now includes information about Loot Item Conditions:
    • Modified method from
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr in

  1. REDIRECT Template:Code

Template:Redr.

Minecraft:Blocks

  • Added
  1. 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

References

<references group="">

 </references>

Navigation

Template:BlockSprite Demo
(Guide)
Template:BlockSprite 0.1
(Guide)
Template:FileLink 0.2
(Guide)
Template:BlockSprite 0.3
(Guide)
Template:BlockSprite 0.4
(Guide)
Template:BlockSprite 0.5
(Guide)
Template:ItemSprite 0.6
(Guide)
Template:ItemSprite 0.7
(Guide)
v0.7.0
Template:LegacyItemSprite 0.8
(Guide)
v0.8.0
Template:LegacyBlockSprite 0.9
(Guide)
v0.9.0
Template:EnvSprite 0.10
(Guide)
v0.10.0
Template:ItemSprite 0.11
(Guide)
v0.11.0
Template:EnvSprite 0.12
(Guide)
v0.12.1
Template:ItemSprite 0.13
(Guide)
v0.13.0
Template:ItemSprite Overworld Update
(Guide)
v0.14.0
Template:EntitySprite Friendly Update
(Guide)
v0.15.0
Realms
v0.15.1
Template:ItemSprite Boss Update
(Guide)
v0.16.0
Template:EntitySprite Ender Update
(Guide)
1.0.0
1.0.3
1.0.4
1.0.5
1.0.6
Template:ItemSprite Discovery Update
(Guide)
1.1.0
1.1.1
1.1.3
Template:FileLink Better Together Update
(Guide)
1.2.0
1.2.3
1.2.5
1.2.6
1.2.10
1.2.13
Template:ItemSprite Update Aquatic (Phase One)
(Guide)
1.4.0
Template:BlockSprite Update Aquatic (Phase Two)
(Guide)
1.5.0
Template:EntitySprite 1.6
(Guide)
1.6.0
Template:BlockSprite 1.7
(Guide)
1.7.0
Template:EntitySprite 1.8
(Guide)
1.8.0
Template:EntitySprite 1.9
(Guide)
1.9.0
Template:BlockSprite Texture Update
(Guide)
1.10.0
Template:EffectSprite Village & Pillage
(Guide)
1.11.0
Template:BlockSprite 1.12
(Guide)
1.12.0
Template:EntitySprite 1.13
(Guide)
1.13.0
Template:EntitySprite Buzzy Bees
(Guide)
1.14.0
1.14.1
1.14.20
1.14.30
Template:ItemSprite Nether Update
(Guide)
1.16.0
1.16.20
1.16.100
1.16.200
RTX Beta
1.16.210
1.16.220
Template:BlockSprite Caves & Cliffs: Part I
(Guide)
1.17.0
1.17.10
1.17.30
1.17.40
Template:BlockSprite Caves & Cliffs: Part II
(Guide)
1.18.0
1.18.10
1.18.30
Template:BlockSprite The Wild Update
(Guide)
1.19.0
1.19.10
1.19.20
1.19.30
1.19.40
1.19.50
1.19.60
1.19.70
1.19.80
Template:ItemSprite Trails & Tales
(Guide)
1.20.0
1.20.10
1.20.30
1.20.40
Template:EntitySprite Bats and Pots
(Guide)
1.20.50
1.20.60
1.20.70
Template:EntitySprite Armored Paws
(Guide)
1.20.80
Template:ItemSprite Tricky Trials
(Guide)
1.21.0
1.21.20
1.21.30
Template:ItemSprite Bundles of Bravery
(Guide)
1.21.40
Template:BlockSprite The Garden Awakens
(Guide)
1.21.50
1.21.60
Template:BlockSprite Spring to Life
(Guide)
1.21.70
1.21.80
Template:EntitySprite Chase the Skies
(Guide)
1.21.90
1.21.100
Template:EntitySprite The Copper Age
(Guide)
1.21.111*
1.21.120
Template:ItemSprite Mounts of Mayhem
(Guide)
1.21.130
26.0
Template:Nowrap

Template:Article other

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