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

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.100.21 (ChromeOS, Android) or Preview 1.21.100.21 (Windows, iOS, iPadOS, Xbox, PlayStation) is the second beta/Preview version for Minecraft:Bedrock Edition 1.21.100, released on June 18, 2025.<ref>Template:Cite</ref>

Additions

Command format

Minecraft:Target selectors

  • Added the
  1. REDIRECT Template:Code

Template:Redr target selector, which returns the single closest entity. Minecraft:Spawn event

  • Added two new spawn events:
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr.

    • Both of them are only executable on spiders and cave spiders.
  1. REDIRECT Template:Code

Template:Redr lets spiders and cave spiders spawn as a spider jockey with a skeleton rider, if it's nighttime or underground.

  1. REDIRECT Template:Code

Template:Redr 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.

      • It adds a wither skeleton rider in The Nether.
      • It adds a stray rider in snowy biomes.
      • It adds a bogged rider in swamp or mangrove swamp biomes.
      • If executed anywhere else or underground, it adds a regular skeleton rider.

Changes

General

Minecraft:Settings

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

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.

Mobs

Minecraft:Enderman

  • Endermen can now pick up all block types they are able to in Java Edition.

Spider

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.

Technical

AI Goals

  • Added the
  1. REDIRECT Template:Code

Template:Redr AI goal, allows an entity to take blocks from the world with the following options:

  1. REDIRECT Template:Code

Template:Redr: Array of block descriptors that the entity can take, if empty can take any block.

  1. REDIRECT Template:Code

Template:Redr: Entity filters for when the entity can use the goal.

  1. REDIRECT Template:Code

Template:Redr: Trigger ran if the entity does take a block.

  1. REDIRECT Template:Code

Template:Redr: XZ range from which the entity will try and take blocks from.

  1. REDIRECT Template:Code

Template:Redr: Y range from which the entity will try and take blocks from.

  1. REDIRECT Template:Code

Template:Redr: Chance each tick to try and take a block.

  1. REDIRECT Template:Code

Template:Redr: If the goal is affected by the mob griefing game rule.

  1. REDIRECT Template:Code

Template:Redr: If the entity requires line of sight on the block it tries to take.

  • Removed the
  1. REDIRECT Template:Code

Template:Redr AI goal, it upgrades to the above goal.

  • Added the
  1. REDIRECT Template:Code

Template:Redr AI goal, allows an entity to place blocks in the world with the following options:

  1. REDIRECT Template:Code

Template:Redr: Array of block descriptors that the entity can place if its carried item, if empty can place any block from its carried item.

  1. REDIRECT Template:Code

Template:Redr: 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.

  1. REDIRECT Template:Code

Template:Redr: Entity filters for when the entity can use the goal.

  1. REDIRECT Template:Code

Template:Redr: Trigger ran if the entity does place a block.

  1. REDIRECT Template:Code

Template:Redr: X range from which the entity will try and place blocks in.

  1. REDIRECT Template:Code

Template:Redr: Y range from which the entity will try and place blocks in.

  1. REDIRECT Template:Code

Template:Redr: Chance each tick to try and place a block.

  1. REDIRECT Template:Code

Template:Redr: If the goal is affected by the mob griefing game rule.

  • Removed the
  1. REDIRECT Template:Code

Template:Redr AI goal, it upgrades to the above goal.

API

  • Removed
  1. REDIRECT Template:Code

Template:Redr's block API from

  1. REDIRECT Template:Code

Template:Redr, it was deemed too risky to expose to server scripting API since the component is only being used on client.

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

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Moved
  1. REDIRECT Template:Code

Template:Redr property 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 from

  1. REDIRECT Template:Code

Template:Redr into

  1. REDIRECT Template:Code

Template:Redr.

  • Moved
  1. REDIRECT Template:Code

Template:Redr methods

  1. REDIRECT Template:Code

Template:Redr,

  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 from

  1. REDIRECT Template:Code

Template:Redr into

  1. REDIRECT Template:Code

Template:Redr.

Minecraft:Block

  1. REDIRECT Template:Code

Template:Redr,

  1. REDIRECT Template:Code

Template:Redr, and

  1. REDIRECT Template:Code

Template:Redr will now shift to

  1. REDIRECT Template:Code

Template:Redr in the distance again when used as render method in

  1. REDIRECT Template:Code

Template:Redr.

  • Removed Upcoming Creator Features toggle requirement from Movable Component.

Block Components

  • Field
  1. REDIRECT Template:Code

Template:Redr no longer requires Upcoming Creator Features experiment to work. JSON

  1. REDIRECT Template:Code

Template:Redr still needs to be >=

  1. REDIRECT Template:Code

Template:Redr.

Components

  • Content warnings will log missing references in Jigsaw Structure, Processor List, Template Pool, and Structure Sets JSON.

Minecraft:Molang

  1. REDIRECT Template:Code

Template:Redr is now usable by all entities, not just enderman.

  1. REDIRECT Template:Code

Template:Redr returns 1.0 if the entity is carrying any block, including air.

Textures

  • Modified Json parsing of
  1. REDIRECT Template:Code

Template:Redr texture objects in

  1. REDIRECT Template:Code

Template:Redr files:

  1. REDIRECT Template:Code

Template:Redr field clamped to minimum value of 0.05.

  1. REDIRECT Template:Code

Template:Redr field clamped to maximum value of 1000000.

Experimental

These additions and changes are accessible by enabling the "Beta APIs", and "Custom Biomes" experimental toggles.

Additions

Technical

API

  • Added
  1. REDIRECT Template:Code

Template:Redr method to

  1. REDIRECT Template:Code

Template:Redr which runs after the test is completed, regardless if it passed, failed, or timed out.

Changes

Technical

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.

Fixes

Template:Fixes Other

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

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