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

From SAS Gaming Wiki
Revision as of 19:21, 9 April 2026 by SyncBot (talk | contribs) (Fix template calls: add MC/ prefix)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:Infobox version


Beta 1.21.120.20 (ChromeOS, Android) or Preview 1.21.120.20 (Windows, iOS, iPadOS, Xbox, PlayStation) is the first beta/Preview version for Minecraft:Bedrock Edition 1.21.120, released on September 3, 2025,<ref>Template:Cite</ref> which fixes some bugs.

Additions

General

Splashes

  • Added splash "Music made by Hyper Potions!".

Changes

Blocks

Minecraft:Shelf

  • Adding or removing redstone power to or from the shelf now emits vibrations.
    • When a player places/removes/swaps an item on an unpowered shelf, a vibration of frequency 3 is emitted.
    • When a player places/removes an item on a powered shelf, a vibration of frequency 3 is emitted.
    • When a player swaps item with one on a powered shelf, a vibration of frequency 6 is emitted.

General

Camera

  • The first person camera will now offset backwards slightly when facing and climbing blocks such as Minecraft:ladders and vines.

Graphical

  • Added TAA upscaling to weather effects like snow.
  • Improved quality of gamma correction on PC and Consoles.
  • Mobs will now become slightly transparent when the camera gets too close or passes through them.

Minecraft:Marketplace

  • Starting a world with a missing Marketplace template will now correctly redownload the template and start the world.

UI

  • Brightness adjustment was renamed to gamma adjustment in Vibrant Visuals.
  • A "Reset to Defaults" button was added to the gamma adjustment screen in Vibrant Visuals.
  • The slider widget that controls the Vibrant Visuals gamma value shows the current gamma value, and the center of the slider corresponds to the default value.

Mobs

Minecraft:Chicken Jockey

  • The baby zombie riding a chicken now drops the lava chicken music disc when killed by a tamed Minecraft:wolf.

Copper Golem

  • Copper golem step and spin sounds now use a natural attenuation curve.

World generation

Minecraft:Structures

  • Structures no longer build on top of features (e.g. trees) at chunk borders.

Technical

API

  • Optionally set version property to
  1. REDIRECT Template:Code

Template:Redr to always choose the latest beta version of the module. Example from

  1. REDIRECT Template:Code

Template:Redr: <syntaxhighlight lang="c++"> "dependencies": [ {

 "module_name": "@minecraft/server",
 "version": "beta"

} </syntaxhighlight>

  1. REDIRECT Template:Code

Template:Redr's loot generation methods now properly recognize tools enchanted with looting.

  • Moved type
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr into

  1. REDIRECT Template:Code

Template:Redr.

  • Moved API
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr into

  1. REDIRECT Template:Code

Template:Redr.

Minecraft:Blocks

  • Custom blocks using a non-opaque
  1. REDIRECT Template:Code

Template:Redr in the

  1. REDIRECT Template:Code

Template:Redr component that are placed above water will no longer incorrectly cull the top face of the water block.

Components

  • The
  1. REDIRECT Template:Code

Template:Redr,

  1. REDIRECT Template:Code

Template:Redr,

  1. REDIRECT Template:Code

Template:Redr filters now support

  1. REDIRECT Template:Code

Template:Redr as an equipment location.

Item Components

  • Items with the new
  1. REDIRECT Template:Code

Template:Redr item component no longer visually disappear on the client when thrown in fire while persisting on the server, as the property is now synced correctly across both.

Minecraft:Molang

  • Added 31 new Molang expressions:
  1. REDIRECT Template:Code

Template:Redr, returns the normalized progress between start and end given value.

  1. REDIRECT Template:Code

Template:Redr, output goes from start to end via

  1. REDIRECT Template:Code

Template:Redr, starting slow and accelerating toward the end.

  1. REDIRECT Template:Code

Template:Redr, output goes from start to end via

  1. REDIRECT Template:Code

Template:Redr, starting fast and decelerating toward the end.

  1. REDIRECT Template:Code

Template:Redr, output goes from start to end via

  1. REDIRECT Template:Code

Template:Redr, starting slow, accelerating in the middle, then slowing again at the end.

  1. REDIRECT Template:Code

Template:Redr, output goes from start to end via

  1. REDIRECT Template:Code

Template:Redr, starting slow and accelerating strongly toward the end.

  1. REDIRECT Template:Code

Template:Redr, output goes from start to end via

  1. REDIRECT Template:Code

Template:Redr, starting fast and decelerating strongly toward the end.

  1. REDIRECT Template:Code

Template:Redr, output goes from start to end via

  1. REDIRECT Template:Code

Template:Redr, starting slow, accelerating strongly in the middle, then slowing again at the end.

  1. REDIRECT Template:Code

Template:Redr, output goes from start to end via

  1. REDIRECT Template:Code

Template:Redr, starting slow and accelerating rapidly toward the end.

  1. REDIRECT Template:Code

Template:Redr, output goes from start to end via

  1. REDIRECT Template:Code

Template:Redr, starting fast and decelerating rapidly toward the end.

  1. REDIRECT Template:Code

Template:Redr, output goes from start to end via

  1. REDIRECT Template:Code

Template:Redr, starting slow, accelerating rapidly in the middle, then slowing again at the end.

  1. REDIRECT Template:Code

Template:Redr, output goes from start to end via

  1. REDIRECT Template:Code

Template:Redr, starting slow and accelerating sharply toward the end.

  1. REDIRECT Template:Code

Template:Redr, output goes from start to end via

  1. REDIRECT Template:Code

Template:Redr, starting fast and decelerating sharply toward the end.

  1. REDIRECT Template:Code

Template:Redr, output goes from start to end via

  1. REDIRECT Template:Code

Template:Redr, starting slow, accelerating sharply in the middle, then slowing again at the end.

  1. REDIRECT Template:Code

Template:Redr, output goes from start to end via

  1. REDIRECT Template:Code

Template:Redr, starting slow and accelerating smoothly toward the end.

  1. REDIRECT Template:Code

Template:Redr, output goes from start to end via

  1. REDIRECT Template:Code

Template:Redr, starting fast and decelerating smoothly toward the end.

  1. REDIRECT Template:Code

Template:Redr, output goes from start to end via

  1. REDIRECT Template:Code

Template:Redr, starting and ending slow, with smoother change in the middle.

  1. REDIRECT Template:Code

Template:Redr, output goes from start to end via

  1. REDIRECT Template:Code

Template:Redr, starting slow and accelerating very rapidly toward the end.

  1. REDIRECT Template:Code

Template:Redr, output goes from start to end via

  1. REDIRECT Template:Code

Template:Redr, starting fast and decelerating gradually toward the end.

  1. REDIRECT Template:Code

Template:Redr, output goes from start to end via

  1. REDIRECT Template:Code

Template:Redr, starting and ending slow, with very rapid change in the middle.

  1. REDIRECT Template:Code

Template:Redr, output goes from start to end via

  1. REDIRECT Template:Code

Template:Redr, starting slow and accelerating along a circular curve toward the end.

  1. REDIRECT Template:Code

Template:Redr, output goes from start to end via

  1. REDIRECT Template:Code

Template:Redr, starting fast and decelerating along a circular curve toward the end.

  1. REDIRECT Template:Code

Template:Redr, output goes from start to end via

  1. REDIRECT Template:Code

Template:Redr, starting and ending slow, with circular acceleration and deceleration in the middle.

  1. REDIRECT Template:Code

Template:Redr, output goes from start to end via

  1. REDIRECT Template:Code

Template:Redr, starting with bounce oscillations and settling into the end.

  1. REDIRECT Template:Code

Template:Redr, output goes from start to end via

  1. REDIRECT Template:Code

Template:Redr, approaching the end with bounce oscillations that diminish over time.

  1. REDIRECT Template:Code

Template:Redr, output goes from start to end via

  1. REDIRECT Template:Code

Template:Redr, starting and ending with bounce oscillations, smoother in the middle.

  1. REDIRECT Template:Code

Template:Redr, output goes from start to end via

  1. REDIRECT Template:Code

Template:Redr, overshooting backward before accelerating into the end.

  1. REDIRECT Template:Code

Template:Redr, output goes from start to end via

  1. REDIRECT Template:Code

Template:Redr, overshooting past the end before settling into it.

  1. REDIRECT Template:Code

Template:Redr, output goes from start to end via

  1. REDIRECT Template:Code

Template:Redr, overshooting at both start and end, with smoother change in the middle.

  1. REDIRECT Template:Code

Template:Redr, output goes from start to end via

  1. REDIRECT Template:Code

Template:Redr, starting with elastic oscillations before accelerating into the end.

  1. REDIRECT Template:Code

Template:Redr, output goes from start to end via

  1. REDIRECT Template:Code

Template:Redr, overshooting the end with elastic oscillations before settling.

  1. REDIRECT Template:Code

Template:Redr, output goes from start to end via

  1. REDIRECT Template:Code

Template:Redr, oscillating elastically at both start and end, with stable change in the middle.

Experimental

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

Additions

Technical

API

  • Added
  1. REDIRECT Template:Code

Template:Redr which can be used to locate the Structures

  1. REDIRECT Template:Code

Template:Redr of a given location.

  • Added
  1. REDIRECT Template:Code

Template:Redr which fires when a Player uses a named NameTag Item on an Entity.

  • Added
  1. REDIRECT Template:Code

Template:Redr string enum.

  • Added method
  1. REDIRECT Template:Code

Template:Redr: void; to

  1. REDIRECT Template:Code

Template:Redr.

  • Added method
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

Blocks

  • Allow items referencing a pottable block in their
  1. REDIRECT Template:Code

Template:Redr component to be pottable when

  1. REDIRECT Template:Code

Template:Redr is true.

Editor

  • Added an offset and alignment property to the summon tool so that creators can more easily position entities at specific locations.

Graphical

  • Deprecated
  1. REDIRECT Template:Code

Template:Redr in favor of a new file and schema,

  1. REDIRECT Template:Code

Template:Redr. Creators can still make use of

  1. REDIRECT Template:Code

Template:Redr, but are encouraged to migrate to the new schema.

    • Extended per-block local lighting information to include a
  1. REDIRECT Template:Code

Template:Redr which can be either

  1. REDIRECT Template:Code

Template:Redr or

  1. REDIRECT Template:Code

Template:Redr.

      • A block will only be considered for point lighting if its
  1. REDIRECT Template:Code

Template:Redr is set to

  1. REDIRECT Template:Code

Template:Redr.

  1. REDIRECT Template:Code

Template:Redr is currently unused.

    • The
  1. REDIRECT Template:Code

Template:Redr property is now optional. If unprovided, the block will use a fallback light color instead.

    • A sample
  1. REDIRECT Template:Code

Template:Redr could look like this:

  1. REDIRECT Template:Code

Template:Redr:

  1. REDIRECT Template:Code

Template:Redr,

  1. REDIRECT Template:Code

Template:Redr:

  1. REDIRECT Template:Code

Template:Redr:

  1. REDIRECT Template:Code

Template:Redr:

  1. REDIRECT Template:Code

Template:Redr,

  1. REDIRECT Template:Code

Template:Redr:

  1. REDIRECT Template:Code

Template:Redr.

Minecraft:Molang

  • Added
  1. REDIRECT Template:Code

Template:Redr,

  1. REDIRECT Template:Code

Template:Redr, and

  1. REDIRECT Template:Code

Template:Redr molang query functions to Upcoming Creator Features.

    • These queries only work in resource packs (client-side), and are not supported in behavior packs.
  1. REDIRECT Template:Code

Template:Redr takes a list of biome identifiers and checks if any are the specified biome the entity is in.

  1. REDIRECT Template:Code

Template:Redr takes a list of biome tags and checks if the biome the entity is in matches any.

  1. REDIRECT Template:Code

Template:Redr takes a list of biome tags and checks if the biome the entity is in matches all.

Fixes

Template:Fixes Other

  • Fixed an issue with being unable to continue destroying valid blocks in Adventure Mode when they are behind water.
  • Fixed loading of text for sign blocks from very old worlds.
  • Fixed snowflakes flickering during player movement.
  • Fixed the brightness of creeper textures in the gamma calibration screen in Vibrant Visuals.
  • Fixed a bug that could cause armor trims to appear applied to untrimmed armor in the inventory.
  • Fixed an issue where worlds backed by Xbox cloud storage would show a default tile when local data was present but invalid.
  • Fixed
  1. REDIRECT Template:Code

Template:Redr not returning the correct graphics mode when a player has switched to Vibrant Visuals.

  • Fixed
  1. REDIRECT Template:Code

Template:Redr not being correct when switching to Vibrant Visuals.

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.20 es:Bedrock Edition Preview 1.21.120.20 pt:Edição Bedrock Preview 1.21.120.20 ru:Preview 1.21.120.20 (Bedrock Edition) uk:Preview 1.21.120.20 (Bedrock Edition) zh:基岩版1.21.120.20