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

From SAS Gaming Wiki

Template:DistinguishTemplate:Infobox version 1.21.100 is a minor update for Minecraft:Bedrock Edition released on August 5, 2025,<ref>Template:Cite</ref><ref>Template:Cite</ref> which adds "The Void" Minecraft:flat world preset, experimental features for Minecraft:The Copper Age, and fixes bugs.

Additions

Command format

Minecraft:Target selectors

  • Added the Template:Cd target selector, which returns the single closest entity.

Minecraft:Spawn event

  • Added two new spawn events: Template:Cd and Template:Cd.
    • Both of them are only executable on spiders and cave spiders.
    • Template:Cd lets spiders and cave spiders spawn as a spider jockey with a skeleton rider, if it's nighttime or underground.
    • Template:Cd lets spiders and cave spiders spawn with a skeleton variant rider depending on the biome they spawn in, if it's nighttime and not underground.

General

Minecraft:Accessibility

  • Added screen narrator enumeration to UI buttons when adding a new server.

Minecraft:Flat world presets

  • Added "The Void" as a flat world preset.

Changes

Command format

Minecraft:World spawn

Template:Cmd

  • Template:Cmd command now requires that the biome's namespace is specified (ex: Template:Cd instead of just Template:Cd). Auto-complete suggestions for this command will now include namespaces.

Items

Minecraft:Lead

  • Leashes now emit their breaking sound from the location of the leash holder, rather than the entity being leashed.

Entities

Mobs

Minecraft:Animals

  • The ambient sound interval for all animals has been adjusted to 6 seconds, matching Template:JE.

Minecraft:Cave Spider

  • When spawning as a spider jockey in swamp or mangrove swamp biomes, it now has an 80% chance to have a bogged rider.

Minecraft:Enderman

  • Endermen can now pick up all block types they can in Template:JE.

Minecraft:Ghasts

  • The ambient sound interval for all ghasts has been adjusted to 4 seconds, matching Template:JE.

Minecraft:Happy Ghast

  • It now drops 1-3 experience orbs when killed by a player.
  • Increased volume of happy ghast ride sound.

Minecraft:Piglin Brute

Minecraft:Spider

  • When spawning as a spider jockey in swamp or mangrove swamp biomes, it now has an 80% chance to have a bogged rider.

Minecraft:Spider Jockey

  • Now can be summoned with the command during nighttime or underground: Template:Cmd.

Minecraft:Projectiles

Minecraft:Snowballs, Minecraft:Ender Pearls, Minecraft:Ender Eyes, Minecraft:Experience Bottles, Minecraft:Splash Potions, Minecraft:Lingering Potions, and Minecraft:Ice Bombs

  • Their sprites, when rendered in the world, now have the correct scaling and positional offset.
  • They now match Template:JE, and also match better with their collider.

Gameplay

Minecraft:Death

  • Enabled engine changes to mob death behavior. This refactor shouldn’t affect gameplay.

Minecraft:Hotbar

  • Hotbar can always be hit on any touch device. The detection area matches the texture even if you have customized controls enabled.

Minecraft:Leashed mobs

  • Updated the way leashed mobs interact with vehicles.
    • Leashed mobs can now be pulled into Minecraft:boats, Minecraft:minecarts, and other rideable entities if the leash is slackened when close to those entities.
    • Leashed mobs will now automatically dismount their vehicle if the leash is stretched far enough.

General

Template:Missing information Graphical

  • Added a new camera effect when facing and climbing blocks such as Minecraft:ladders and Minecraft:vines, to reduce eye strain and improve accessibility.
  • Minecraft:Sugar cane blocks will now become slightly transparent when the camera passes through them.
  • Items dropped in first-person view appear slightly higher, without affecting the actual item position.

Minecraft:Settings

  • Moved the graphics mode and render distance options to the top of the video settings for convenience.
  • Added preview sounds for the new audio tab.

Minecraft:UI

  • "Owned" or "Download" is now displayed on items the player owns outside of the "My Library" page.
  • The Marketplace Pass chevron will now show on items that the user owns while on normal Marketplace pages. Not on the inventory. Owned/Download text moved to the right.
  • Updated Marketplace Pass chevron to show on items in the inventory.
  • Moved the "Owned"/"Download" text to the right side.
  • Made some adjustments to the spacing of items in the settings menu.

Graphical

Minecraft:Vibrant Visuals

  • Weather events now affect the scene illumination and the color of clouds and sky in Vibrant Visuals.
  • Updated Reflections configurations for "Favor Performance" presets on Xbox platforms with Vibrant Visuals.

World generation

Minecraft:Trees

Minecraft:Frozen Ocean

  • Its surface is no longer entirely covered by ice, and now features patches of open water.
  • Icebergs in frozen ocean biomes now generate with a shape and frequency that more closely matches Template:JE.

Minecraft:Deep Frozen Ocean

  • Its surface is no longer covered by ice and now consists entirely of open water.

Minecraft:Old Growth Spruce Taiga and Minecraft:Old Growth Pine Taiga

  • Increased the size of the Minecraft:podzol patches generated beneath mega pines and mega Minecraft:spruces.
    • This change affects both world generation and trees grown by players.

Minecraft:Mushrooms

  • Mushrooms now properly generate under trees in Minecraft:swamps and other biomes where they naturally generate.

Minecraft:Seagrass

Technical

Minecraft:Add-Ons and Script Engine

  • Custom biome names are no longer implied by their filenames. Biome names are explicitly specified via the Template:Cd property under the Template:Cd sub-object of their JSON definition.
  • Biome identifiers must now be namespaced (ex: Template:Cd). Client biomes with a format version lower than 1.21.90 will have their identifier automatically prefixed Template:Cd when loaded if no namespace is already specified.
  • Updated biome documentation to match updated biome JSON formatting and requirements.
  • Biomes client settings now look up settings based on the biome's full name, including its namespace. Vanilla biomes will fall back on their name without a namespace if an exact match is not found before falling back on default settings (for example, Template:Cd will match itself, then Template:Cd if no setting was found)

AI Goals

  • Added the Template:Cd AI goal, allows an entity to take blocks from the world with the following options:
    • Template:Cd: Array of block descriptors that the entity can take, if empty can take any block.
    • Template:Cd: Entity filters for when the entity can use the goal.
    • Template:Cd: Trigger ran if the entity does take a block.
    • Template:Cd: XZ range from which the entity will try and take blocks from.
    • Template:Cd: Y range from which the entity will try and take blocks from.
    • Template:Cd: Chance each tick to try and take a block.
    • Template:Cd: If the goal is affected by the mob griefing game rule.
    • Template:Cd: If the entity requires line of sight on the block it tries to take.
  • Removed the Template:Cd AI goal, it upgrades to the above goal.
  • Added the Template:Cd AI goal, allows an entity to place blocks in the world with the following options:
    • Template:Cd: Array of block descriptors that the entity can place if its carried item, if empty can place any block from its carried item.
    • Template:Cd: Array of weighted block descriptors that the entity can randomly place, if empty the entity will try to place the block in its carried item instead.
    • Template:Cd: Entity filters for when the entity can use the goal.
    • Template:Cd: Trigger ran if the entity does place a block.
    • Template:Cd: X range from which the entity will try and place blocks in.
    • Template:Cd: Y range from which the entity will try and place blocks in.
    • Template:Cd: Chance each tick to try and place a block.
    • Template:Cd: If the goal is affected by the mob griefing game rule.
  • Removed the Template:Cd AI goal, it upgrades to the above goal.

Minecraft:API

Minecraft:Biomes

Minecraft:Block

  • Template:Cd, Template:Cd, and Template:Cd will now shift to Template:Cd in the distance again when used as render method in Template:Cd.
  • Removed Upcoming Creator Features toggle requirement from Movable Component.
  • Released the component Template:Cd from experimental for block format versions 1.21.100 or higher.
  • Blocks with improperly configured textures will now show additional content errors.
  • Released the particle count field for the block destruction particles component out of experimental.

Block Components

Components

  • Content warnings will log missing entity references in Template:Cd JSON.
  • Content warnings will log missing references in Template:Cd JSON.
  • The Template:Cd component has been renamed to Template:Cd.
  • Content warnings will log missing references in Jigsaw Structure, Processor List, Template Pool, and Structure Sets JSON.

Entity Components

Graphical

  • Changed cloud quality to player visible option and not a dev only option.
  • Fishing Line: Increased thickness in Vibrant Visuals mode, so that the fishing line does not disappear from TAA.
  • Reduced the alpha value from 60% to 25% for hurt color overlay on entities to aid in accessibility.
  • Caustics textures with incorrect dimensions will no longer be loaded; a content error will be issued and the default caustics texture will be used instead.

Minecraft:Jigsaw

  • Added Template:Cd and Template:Cd rules to jigsaw processors.
  • Added heightmap projection type Template:Cd and made it the default setting, which instead of performing heightmap calculations uses the starting placement position.

Minecraft:Molang

  • Template:Cd is now usable by all entities, not just enderman.
  • Template:Cd returns 1.0 if the entity is carrying any block, including air.

Minecraft:Textures

Experimental

These additions and changes are accessible by enabling the "Beta APIs", "Experimental Creator Camera", "Custom Biomes", "Data-Driven Jigsaw Structures", and "Minecraft:Drop 3 2025" Minecraft:experimental toggles.

Additions

Template:Additions table

Blocks

Minecraft:Copper Chest

  • Copper chest is a new type of chest that has waxed and oxidized variants.
  • Copper chests oxidize over time and can be waxed like other copper blocks.
  • Copper chests can be crafted using a chest and copper ingots.

Template:Crafting

Items

Minecraft:Copper Armor

Template:Crafting

Minecraft:Copper Nugget

  • Added copper nuggets.
    • Copper equipment turns into copper nuggets when smelted.
  • Copper nuggets can be crafted by using a copper ingot.

Template:Crafting

Minecraft:Copper Tools

Template:Crafting

width=32x32 Minecraft:Copper Golem Spawn Egg

Mobs

Minecraft:Copper Golem

  • Drops 1 to 3 Minecraft:copper ingots when killed.
  • It can help with sorting items into chests.
  • If it is not holding an item, it will look for a nearby Minecraft:copper chests and pick up items from that chest.
  • It can pick up max 16 items in a stack at the time.
  • Any item in a copper chest can be picked up.
  • If it is holding an item, it will look for nearby wooden Minecraft:chests to try to place the item into.
  • It can only place an item in a chest if the chest is empty or contains the same type of item the golem is holding in its hand.
  • It will visit a max of 10 copper chests when looking for items to pick up, and a max of 10 chests when looking for somewhere to put the items.
  • If no matching chest is found the copper golem will idle for 7 seconds before trying again.
  • The search area for chests from the copper golem's position is horizontally 32 blocks and vertically 8 blocks.

Technical

AI Goals

  • Added the Template:Cd AI goal, allows a mob to transport items from and to containers.
    • Description:
      • If the mob is not carrying an item it will try to find a container matching Template:Cd and will attempt to take an item from the first non-empty slot. It will take the largest of Template:Cd and the size of the stack in that slot. If the container is empty or it does not find a match it will remember this container as visited and search for the next container from which to pick up an item. If it fails to find an unvisited container from which to pick up items it will disable the goal for Template:Cd seconds and reset what containers it has visited. Once it has picked up an item it resets what containers it has visited.
      • If the mob is carrying an item it will try to find a container matching Template:Cd and attempt to put its carried item in it. It will put as much of the carried item as possible into the container. If it is still carrying an item (the container is full) it will remember the container as visited and try to find the next container to put items in. If it fails to find an unvisited container in which to put items it will disable the goal for Template:Cd seconds and reset what containers it has visited. Once it has stored items and is empty handed again it resets what containers it has visited.
      • If at any point the target container becomes an invalid target (the block could be removed or a chest could have a cat sit on it for example), the mob will mark the position as visited and move to the next target.
    • Fields:
      • Template:Cd: A list of block descriptors that should be a container type to get items from. Default is any container.
      • Template:Cd: A list of block descriptors that should be a container type to put items in. Default is any container.
      • Template:Cd: The maximum stack size that the mob will try to take from a container. Default is 16.
      • Template:Cd: The amount of time spent interacting with the containers in seconds. Default is 3.0.
      • Template:Cd: Whether the entity is allowed to simultaneously interact with a container that another non-player entity is already interacting with. Default is Template:Cd.
      • Template:Cd: Whether to select the nearest valid container or a random valid container in range. valid values are Template:Cd or Template:Cd (default).
      • Template:Cd: The maximum horizontal and vertical distance at which to find containers for taking or placing items. Default Template:Cd.
      • Template:Cd: The maximum number of containers the mob will visit before resetting. 0 is unlimited and default is 16.
      • Template:Cd: Time, in seconds, the mob will wait after spawning or after its available goals have changed (e.g. due to a component group update). Default is 0.
      • Template:Cd: When the mob cannot find a valid container to interact with, the goal will be disabled for this amount of time in seconds. Default is 20.
      • Template:Cd: governs which container contents the goal is allowed to add to:
        • Template:Cd: Only allows placing item in a container already having stack(s) of item.
        • Template:Cd: Like the above, but additionally allows placement in empty containers.
        • Template:Cd: Puts no restriction, allows placement of item in container as long as there is space. This is the default behavior.
      • Template:Cd: A list of item descriptors that are the only items the mob is allowed to transport. If non-empty Template:Cd must be empty. Default is Template:Cd (all items allowed).
      • Template:Cd: A list of item descriptors that are the mob is not allowed to transport. If non-empty Template:Cd must be empty. Default is Template:Cd (no items disallowed).
    • Requirements and limitations:
      • Initially the component requires the 2025 Drop 3 experiment to be enabled but it will be generally available in a later update.
      • A navigation component is needed to enable the mob to navigate to the container. E.g. Template:Cd
      • At the moment chests, copper chests, barrels, and shulker boxes are the only supported containers.

API

Biomes

  • Added a new server side biome component Template:Cd that will combine the components Template:Cd, Template:Cd, Template:Cd, Template:Cd, Template:Cd, and Template:Cd into one component. Each biome can only use one builder type. The component can be used for world generation settings such as foundation material and sea floor depth.
  • Added Template:Cd component with Template:Cd this forces a biome to either always be humid or never humid. Humidity effects the spread chance, and spread rate of fire in the biome.
  • Added Template:Cd This component will impact the temperature in a frozen biome, causing some areas to not be frozen. Ex: patchy ice, patchy snow.

Minecraft:Commands

  • Added the Template:Cd keyword to the Template:Cmd command for changing the camera's field of view. Enabled with the Experimental Creator Camera toggle.

Scripting

  • Added support for text to speech for tooltips at Server-UI forms.

UI

  • Added support for navigation using keyboard and gamepad for tooltips at settings. Also, to be showed always inside the visible area. Mobile resolutions were having issues with this.

Changes

Technical

API

Minecraft:Experimental

  • Template:Cmd command (and similar structure-searching gameplay elements) will now quickly return no result if experimental Custom Biomes have replaced all of the biomes where that structure could appear.

Gameplay

  • When loading a chunk that used a removed custom biome, the removed biome is now replaced with the dimension's default biome, which is ocean in the Overworld.

Jigsaw

  • Template:Cd now parses horizontal and vertical values separately in an object while supporting horizontal only with parsing as a constant, the vertical value is now optional and defaults to having no limit.
  • Changed structure definitions folder from Template:Cd to Template:Cd.

World generation

  • Mixing Terrain matching and Rigid Structures will no longer sink rigid structure 1 block.
  • Chunks will no longer infinitely load when multiple structures are used within a structure set.
  • Can now use Template:Cd jigsaw template pools to represent empty elements.

Fixes

Template:Fixes Other

  • Emoting players will no longer get stuck in a boat.
  • Fixed a bug where caustics were not appearing for player hand and held items in first person view.
  • Fixed the spyglass and fire effects in first person not receiving gamma calibration in Vibrant Visuals.
  • Fixed a bug that caused bottle o' enchanting not to glow when thrown in Vibrant Visuals.
  • Fixed clusters of mangrove root blocks displaying a non-uniform color.
  • Fixed chain blocks not being rendered with PBR properties defined by the texture set.
  • Fixed an issue that caused chain blocks to change PBR properties of surrounding blocks.
  • Fixed a bug where glow squid would not act as leash anchor points.
  • Fixed a bug that caused happy ghast to not rotate properly if dismounted while moving vertically.
  • Fixed rare crashes during the app suspension on Xbox.
  • Player dots on the locator bar now move smoothly when strafing near other players.
  • Player dot on the Locator Bar now stops 1 pixel before the edge of the bar.
  • Fixed a bug which could cause the bed screen to not be removed properly when being disconnected from a server.
  • Fixed a bug where the Template:Cd property on Template:Cd would not correctly result in hits on liquids if it didn't also reach a solid block afterward.
  • Fixed a crash with the Template:Cd when used too early in the client joining a world (such as inside the Template:Cd event).
  • Fixed assert "can't add a new vertex field at this point: COLOR" when loading some worlds that contained clusters of mangrove roots blocks.
  • Fixed assert "can't add a new vertex field at this point: TEXCOORD_4" when loading some worlds that contained chain or end portal blocks.
  • Fixed an issue where projectiles were shot in the wrong direction when using touch controls and custom cameras.
  • Fixed a bug where the death screen could be shown while the player was alive when certain gamepad buttons where pressed at the same time.
  • Fixed an issue where endermen could take blocks without having line of sight to them.
  • Fixed a crash related to reading incorrect or corrupt json data for animated blocks. Instead we now trigger a content error and prevent the block from animating.
  • Fixed faces of non-full blocks (eg. cakes or trapdoors) having an unnatural ambient occlusion applied to them in some neighboring blocks configurations.
  • Glowing text on signs no longer gets overly bright when looked at directly in Vibrant Visuals.
  • Fixed Template:Cd not running with the correct context.
  • Fixed an issue where custom armor disabled knockback on some platforms.
  • Fixed a bug where the happy ghast riding sound would sometimes play in the loading screen.
  • Fixed a bug where both ghast and happy ghast ambient sounds would not be audible further than 16 blocks away from the player.
  • Fixed a bug where Template:Cd sounds played by a flying mob would have the volume set to 0.2 by default.
  • Fixed choppiness in Template:Cd and Template:Cd for Template:Cd.
  • Fixed an issue where custom animations would be incorrect in first person with Vibrant Visuals enabled.

Videos

Updates for Creators

Template:Yt

References

Template:Reflist

Navigation

Template:Navbox Bedrock Edition versions

Minecraft:de:Bedrock Edition 1.21.100 Minecraft:es:Bedrock Edition 1.21.100 Minecraft:ja:Bedrock Edition 1.21.100 Minecraft:pt:Edição Bedrock 1.21.100 Minecraft:ru:1.21.100 (Bedrock Edition) Minecraft:uk:1.21.100 (Bedrock Edition) Minecraft:zh:基岩版1.21.100