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 1.21.120

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

Template:Dangerous version Template:Infobox version 1.21.120 is a minor update for Minecraft:Bedrock Edition released on October 28, 2025, which redesigns the pause menu and fixes bugs.<ref>Template:Cite</ref><ref>Template:Cite</ref>

Additions

General

Minecraft:Settings

  • Added a toggle to the accessibility settings to enable/disable the dithering effect on blocks like glass panes and sugar cane.
  • Added a toggle to the accessibility settings to enable/disable the dithering effect on mobs.

Splashes

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

Changes

Blocks

Minecraft:Copper Chest

  • Double copper chest textures' diagonal glint direction now match its single chest counterpart.
  • Bolts on single and double copper chests are now shaded in the same way.
  • Double and single copper chests now have consistent shading.
  • Weathered double copper chest bottom textures are now consistent with other double copper chests.

Minecraft:Copper Lantern and Minecraft:Copper Torch

Minecraft:Glass and Minecraft:Glass Pane

  • Glass blocks and panes will now become slightly transparent if the camera is very close to them.

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.

Minecraft:Water

  • Water now reduces the light level by one instead of two units per block.

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 rain and 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.
  • 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:Marketplace

  • Starting a world with a missing Marketplace template will now correctly redownload the template and start the world.
  • Marketplace content can now be searched for using graphics filters for RTX and Minecraft:Vibrant Visuals.

Pause menu

File:Pause menu with screenshot button (Bedrock).png
The redesigned pause menu.
  • The pause menu has been updated with a new layout and design.

Minecraft:Realms

File:Manage Realms Screen Menu "Saves" Tab Settings (Bedrock Preview 1.21.120.25).png
The new Realms saves settings screen.
  • The backups system has been replaced with a general "Saves" system. There are two types of Realms saves:
    • Automatic saves are functionally the same as the previous backups system:
      • They are taken at the end of every Realms play session when the server shuts down, or every 30 minutes during a play session.
      • They are only retained for a limited time, according to the retention policy (which has not changed with this update).
      • They do not count towards the bank of cloud storage.
      • They are on by default and can't be turned off.
      • All previous Realms backups will be converted to automatic saves.
    • Manual saves are created by the Realm owner and count towards a bank of storage that comes with the Realms subscription.
      • Manual saves are retained as long as the Realm exists. They are not automatically deleted by the retention policy, but Realm owners can delete manual saves if they want to free up storage space.
      • Realms Plus subscriptions come with 10GB of manual save storage and Realms Core subscriptions come with 5GB.
      • Automatic saves can be turned into manual saves by the Realm owner.
    • Realms saves can be found in the Realms settings menu accessed via the "Edit Realm" button rather than the Realms world settings menu that backups used to show up in. While playing on the Realm, saves can also be found in the in-game settings menu for the Realm owner.
    • Realms saves will also now list the world name and the packs that were applied at the time of the save.

Storage

  • Shifted download storage on PlayStation 4 to new location. Players may need to redownload Marketplace content.

GDK

  • Minecraft for Windows now runs on the latest GDK (Game Development Kit).
    • This update brings the game in line with the standard distribution model on Windows platforms.
  • File paths have been updated, and on first installation of this version of Minecraft, existing worlds and content will be changed to:
  1. REDIRECT Template:Code

Template:Redr - is the new place to store packs.

  1. REDIRECT Template:Code

Template:Redr - is the new place to store worlds and settings.

  1. REDIRECT Template:Code

Template:Redr - is the new place for the internal files.

Note: when not logged in into the Microsoft account, the packs will instead be stored at

  1. REDIRECT Template:Code

Template:Redr

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

Script error: No such module "animate". Copper Golem

  • Copper golem step and spin sounds now use a natural attenuation curve.
  • Copper golems with a Minecraft:poppy on their head now drop it when becoming a statue.
  • 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 Minecraft:Chicken Jockey

  • Zombie chicken jockeys now drop the lava chicken music disc when killed by a tamed Minecraft:wolf.

width=43x43 Drowned

  • Can now spawn with enchanted tridents.
    • This change was not mentioned in the changelog.

width=43x43 Parrot

  • Parrots imitating hostile mob sounds are now affected by the "Friendly Creatures" volume slider in settings.

width=50x50 Wither Skeleton

  • Wither skeletons can now pick up copper swords.

World generation

Minecraft:Structures

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

Technical

AI Goals

  • Made the schemas for the
  1. REDIRECT Template:Code

Template:Redr,

  1. REDIRECT Template:Code

Template:Redr,

  1. REDIRECT Template:Code

Template:Redr, and

  1. REDIRECT Template:Code

Template:Redr stricter when parsing and will fail to load an entity JSON that has invalid data in versions 1.21.120 and newer.

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.

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

  • Released
  1. REDIRECT Template:Code

Template:Redr method on

  1. REDIRECT Template:Code

Template:Redr,

  1. REDIRECT Template:Code

Template:Redr,

  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr to 2.3.0.

  • Dimension
    • Moved
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to v2.3.0.

  1. REDIRECT Template:Code

Template:Redr

    • Moved property
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Moved enum
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Moved interface
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  1. REDIRECT Template:Code

Template:Redr

    • Moved property
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

    • Moved property
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

    • Moved property
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Moved class
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

Biome Components

  • Added
  1. REDIRECT Template:Code

Template:Redr,

  1. REDIRECT Template:Code

Template:Redr, and

  1. REDIRECT Template:Code

Template:Redr fields to

  1. REDIRECT Template:Code

Template:Redr. They will be played when the audio listener position is inside of water.

  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr now take both an asset and chance, the chance determines the chance for the sound to be played.

    • Format versions before
  1. REDIRECT Template:Code

Template:Redr will automatically set the underwater versions to the same as the normal ones, and the chance to the previously hardcoded chance of

  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.

  • Custom blocks with textures in the
  1. REDIRECT Template:Code

Template:Redr array no longer require the Upcoming Creator Features experimental toggle to work properly.{{

 #vardefine: verifyedition | 

}}<verify for {{#var:verifyedition}}></verify for {{#var:verifyedition}}>{{

 #vardefine: verifyedition | 

}}

  • Custom blocks with textures in the
  1. REDIRECT Template:Code

Template:Redr array no longer require the Upcoming Creator Features experiment toggle to work properly.

  • The parameter
  1. REDIRECT Template:Code

Template:Redr was removed from the Minecraft:water configuration JSON file, and consequently the file has a new format and was upgraded to version 1.21.120.

  • Removed Upcoming Creator Features toggle requirement from the
  1. REDIRECT Template:Code

Template:Redr component.

  • Component
  1. REDIRECT Template:Code

Template:Redr no longer requires the "Upcoming Creator Features" toggle.

  • Component
  1. REDIRECT Template:Code

Template:Redr no longer requires the "Upcoming Creator Features" toggle.

Block Components

  • Added
  1. REDIRECT Template:Code

Template:Redr field to

  1. REDIRECT Template:Code

Template:Redr block component with these requirements.

    • World must enable Upcoming Creator Features experiment for emissive face materials to work.
    • Block
  1. REDIRECT Template:Code

Template:Redr must be greater than or equal to

  1. REDIRECT Template:Code

Template:Redr.

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.

Entity Components

  • Added
  1. REDIRECT Template:Code

Template:Redr property to

  1. REDIRECT Template:Code

Template:Redr in

  1. REDIRECT Template:Code

Template:Redr.

General

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

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.

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

  • Added the
  1. REDIRECT Template:Code

Template:Redr field to the

  1. REDIRECT Template:Code

Template:Redr item component, which controls whether an item emits vibrations when it starts or stops being used.

Minecraft:Mobs

  • The dolphin's bubble particle emissions have been updated and are now emitted through its animation controller.

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.

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

Minecraft:Structures

  • Data driven jigsaw structures can now be used outside of experiments.

Experimental

These additions and changes are accessible by enabling the "Beta APIs", "Upcoming Creator Features", and "Experimental Creator Cameras Features" 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.

  • Added the
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

    • Added
  1. REDIRECT Template:Code

Template:Redr read-only property.

    • Added
  1. REDIRECT Template:Code

Template:Redr method.

    • Added
  1. REDIRECT Template:Code

Template:Redr method.

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

  • Added
  1. REDIRECT Template:Code

Template:Redr method to

  1. REDIRECT Template:Code

Template:Redr.

  • Added
  1. REDIRECT Template:Code

Template:Redr methods to

  1. REDIRECT Template:Code

Template:Redr.

  • Added
  1. REDIRECT Template:Code

Template:Redr interface.

  • Added
  1. REDIRECT Template:Code

Template:Redr interface which defines an axis-aligned bounding box to

  1. REDIRECT Template:Code

Template:Redr.

    • Added parameter
  1. REDIRECT Template:Code

Template:Redr which defines the centerpoint of the box.

    • Added parameter
  1. REDIRECT Template:Code

Template:Redr which defines the distance from the centerpoint to the edges of the box.

    • Added method
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Added
  1. REDIRECT Template:Code

Template:Redr property to

  1. REDIRECT Template:Code

Template:Redr in

  1. REDIRECT Template:Code

Template:Redr.

  • (Beta) Player method
  1. REDIRECT Template:Code

Template:Redr can now take an Entity or Entity ID as valid arguments.

  • Added the
  1. REDIRECT Template:Code

Template:Redr Custom Component Event to

  1. REDIRECT Template:Code

Template:Redr. This event is called when a specific block is broken by either the player or other entity, a block (such as fire or water), or from a script or command that removes or destroys the block.

    • Added
  1. REDIRECT Template:Code

Template:Redr read-only property. This contains the entity that caused the block's destruction.

    • Added
  1. REDIRECT Template:Code

Template:Redr read-only property. This contains the block that caused the block's destruction.

    • Added
  1. REDIRECT Template:Code

Template:Redr read-only property. This contains the block permutation this custom component exists on.

  • Added the ability for the custom creator camera to move on a spline.
    • Added method
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr to play an animation curve. Only works when used on the

  1. REDIRECT Template:Code

Template:Redr camera preset.

    • Added class
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr to create catmullrom splines for

  1. REDIRECT Template:Code

Template:Redr camera preset.

    • Added class
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr to create linearly interpolated splines for

  1. REDIRECT Template:Code

Template:Redr camera preset.

    • Added interface
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr for creating and playing a spline on the

  1. REDIRECT Template:Code

Template:Redr camera preset.

    • Added interface
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr for setting progress key frames on a spline.

    • Added interface
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr for setting rotation key frames on a spline.

    • Added interface
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr for storing spline key frames.

Minecraft: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.

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

Template:Redr to materials in

  1. REDIRECT Template:Code

Template:Redr component.

    • Defaults to
  1. REDIRECT Template:Code

Template:Redr.

    • When true, the alpha channel of the texture will be used to multiply the tint to the albedo of the texture.
    • Requires
  1. REDIRECT Template:Code

Template:Redr >= 1.21.120

    • Requires "Upcoming Creator Features" toggle.
    • Requires
  1. REDIRECT Template:Code

Template:Redr other than

  1. REDIRECT Template:Code

Template:Redr.

    • Requires
  1. REDIRECT Template:Code

Template:Redr to be

  1. REDIRECT Template:Code

Template:Redr.

Minecraft:Commands

  • Added
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr camera commands for

  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr presets.

    • Accessible under the Experimental Creator Cameras experimental toggle.

Editor

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

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.

Changes

Technical

API

  • Dimension
    • Removed
  1. REDIRECT Template:Code

Template:Redr parameter from

  1. REDIRECT Template:Code

Template:Redr in

  1. REDIRECT Template:Code

Template:Redr.

  • Loot table discovery API now includes information about Loot Item Conditions.

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.

  • Weathered copper bars no longer have pixels that look out of place.
  • Tilling coarse dirt no longer sometimes tills the block twice converting it directly to farmland.
  • Copper golem statues now glow when placed in glow item frames.
  • Improved stability around hopper block destruction.
  • Fixed a bug with the biome blending system in Minecraft:Vibrant Visuals that caused non-surface biomes to be ignored.
  • Fixed a bug where a sound played on certain screens after an invalid navigation with gamepad or keyboard even when Text To Speech was disabled.
  • Fixed a crash occurring on mobs running the
  1. REDIRECT Template:Code

Template:Redr AI goal.

  • Fixed some scenarios where the additional context information for error messages was inaccurate after previously catching an exception.
  • Fixed use of a default surface builder by some recent preview builds, biomes no longer require a surface builder. Surfaces in distant chunks now appear correctly when playing on Realms.
  • Fixed an issue when inserting items into storage items through the UI. Previously the items inserted could result in gaps in the container stack when it was previously modified through the ItemInventoryComponent API. The storage container now sorts items to remove gaps prior to an item being inserted via the UI.
  • Fixed missing pixels on copper, iron, gold, and diamond horse armor textures.
  • Fixed an issue that could cause excess critical hit particles to spawn.
  • Fixed structure block preview GUI misplacing custom blocks.
  • Fixed an issue where the replacement Minecraft:biomes were not read for client side chunk generation.
  • Fixed a crash that occurs when selecting Vibrant Visuals panel settings.
  • Fixed ambient occlusion for custom blocks displayed in HUD.
  • Fixed a crash when using
  1. REDIRECT Template:Code

Template:Redr specifier with a length longer than the multiplied string.

  • Fixed a crash where it prompts a user to install
  1. REDIRECT Template:Code

Template:Redr if they are missing it during boot of the game on Windows. Script error: No such module "fixes".

Videos

Creators Update:
  1. REDIRECT Template:YouTube

Template:Redr

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 1.21.120 es:Bedrock Edition 1.21.120 fr:Édition Bedrock 1.21.120 ja:Bedrock Edition 1.21.120 pt:Edição Bedrock 1.21.120 ru:1.21.120 (Bedrock Edition) uk:1.21.120 (Bedrock Edition) zh:基岩版1.21.120