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

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.110.25 (ChromeOS, Android) or Preview 1.21.110.25 (Windows, iOS, iPadOS, Xbox, PlayStation) is the fifth beta/Preview version for Minecraft:Bedrock Edition 1.21.111Template:Note, released on August 19, 2025,<ref>Template:Cite</ref> which fixes some bugs.

Changes

Blocks

Minecraft:Copper Door

Minecraft:Chest

  • Double chests now visually open when a copper golem opens the second half.

Minecraft:Lightning Rod

  • Removed a white line of pixels on the edge of exposed and weathered copper lightning rods.

Minecraft:Shelf

  • Shelves now produce the same particles as their stripped log counterparts when they break.
  • Items in the shelf will render in the middle of the shelf.
  • Updated the sizes of many items in the shelf to better fit the shelf.

General

File:New UI - Pause Menu "Social" Tab - People Screen Menu (Bedrock Preview 1.21.110.25).png
The redesigned social drawer.

Panorama

  • Updated the panorama to show a scene with copper golems in a village.Template:Note

Pause menu

  • Removed the player list, permissions, and "Invite to Game" button and renamed the "Friends" button to "Social", which opens an updated player list with new buttons to open the player permissions screen, view each player's permissions, invite players, and manage some options for a player.Template:Note

Mobs

Copper Golem

  • Copper golems can now pathfind through 1 block high passages.
  • The copper golem will no longer interact with chests and copper chests that it cannot see.
  • Chests now close immediately when a copper golem starts panicking while looking inside.

Technical

AI Goals

  • The
  1. REDIRECT Template:Code

Template:Redr AI goal now checks that the entity can see the container it tries to interact with:

    • It checks once before starting to queue at the container and once before starting to interact.
    • If it does not see the container, it fails to open it.

API

  • Moved
  1. REDIRECT Template:Code

Template:Redr API from beta into 2.2.0.

  • Changed the following methods on
  1. REDIRECT Template:Code

Template:Redr to have the read-only privilege so they can be called in "before" events:

  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.

  • Moved
  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 from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Moved
  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 from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Moved
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

  • Camera
    • Moved
  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 from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

      • Moved
  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
  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 from

  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr.

Minecraft:Biomes

  • Custom biomes are now out of experimental.
  • Added
  1. REDIRECT Template:Code

Template:Redr parameter to

  1. REDIRECT Template:Code

Template:Redr client biome component that enables the underwater music for the biome.

Experimental

  • Camera custom FOV command no longer requires the "Experimental Creator Cameras" experimental toggle.
  • The experimental "Custom Biomes" option has been removed.
    • This change has not been mentioned in the changelog.

Experimental

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

Additions

Technical

API

  • Added new method
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr which returns true if a chunk at an area is loaded and ticking.

  • Added enum
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr for

  1. REDIRECT Template:Code

Template:Redr. This specifies options related to the item currently being held at the time of a player swing: <syntaxhighlight lang="c++"> export enum HeldItemOption {

   AnyItem = 'AnyItem',       
   NoItem = 'NoItem'  

} </syntaxhighlight>

  • Added interface
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr. Event options/filters for

  1. REDIRECT Template:Code

Template:Redr. - Field

  1. REDIRECT Template:Code

Template:Redr

    • Added class
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr. This contains information regarding a player starting to swing their arm:

      • Field
  1. REDIRECT Template:Code

Template:Redr.

      • Field
  1. REDIRECT Template:Code

Template:Redr.

    • Added class
  1. REDIRECT Template:Code

Template:Redr to

  1. REDIRECT Template:Code

Template:Redr. This event is fired at the start of a player's swing (e.g. attacking, using an item, interacting). It can be subscribed/unsubscribed via

  1. REDIRECT Template:Code

Template:Redr and optionally filtered by passing in

  1. REDIRECT Template:Code

Template:Redr.

Minecraft:Blocks

  • Added component
  1. REDIRECT Template:Code

Template:Redr behind the Upcoming Creator Features toggle.

Components

  • Added new block component
  1. REDIRECT Template:Code

Template:Redr:

    • It is an empty component defined as such: Template:Cd.
    • When the component is present on the block, > a player can interact with an empty flowerpot when holding the block in order to embed it.
    • Similar to other Vanilla pottable blocks, a player can remove the potted block by interacting with the pot with an empty hand.
    • The component requires the Upcoming Creator Features toggle.
    • Pottable not potable.
  • Added new block component
  1. REDIRECT Template:Code

Template:Redr:

    • The component has two required fields,
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr, similarly to

  1. REDIRECT Template:Code

Template:Redr.

    • When the component is present on the block, it defines which
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr to use when the block is embedded into another block, eg. into a flowerpot.

      • If the component is not present, embedded blocks fallback to their innate
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr.

      • The component cannot be defined in the
  1. REDIRECT Template:Code

Template:Redr section; only one embedded visual can be achieved per block type.

    • The component requires the Upcoming Creator Features toggle.
  • Added new field
  1. REDIRECT Template:Code

Template:Redr to the

  1. REDIRECT Template:Code

Template:Redr object:

    • The field defines the overall transformation this geometry should be subject to when embedded into a block, eg. a flowerpot.
    • If the field is not defined, the default transformation is a 0.75x scale, similar to the one applied to most Vanilla flowers.

Changes

Technical

API

  • Expanded
  1. REDIRECT Template:Code

Template:Redr

  1. REDIRECT Template:Code

Template:Redr functionality, which now allows for loot table discovery via the new

  1. REDIRECT Template:Code

Template:Redr method.

Components

  • Modified
  1. REDIRECT Template:Code

Template:Redr to support weighted variations textures with these requirements:

  1. REDIRECT Template:Code

Template:Redr must be greater than or equal to

  1. REDIRECT Template:Code

Template:Redr.

    • World must have "Upcoming Creator Features" experiment enabled.

Fixes

Template:Fixes Other

  • Fixed an issue where a default surface builder was not chosen leading to bare surfaces in some biomes.
  • Fixed a bug where setting the precipitation of a biome to 0 in
  1. REDIRECT Template:Code

Template:Redr files would not stop rain from occurring in the biome.

  • Fixed a bug where putting items in a bundle as it is being transferred from one Hopper to another would delete the item.
  • Fixed a crash that occurred when treatment packs were removed while loading game or loading into a world.

Notes

Template:Notelist

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