Bedrock Edition Preview 1.21.110.25
Preview 1.21.110.25


| Edition | |||||||
|---|---|---|---|---|---|---|---|
| Release date |
August 19, 2025 | ||||||
| Server version | |||||||
| Editor version | |||||||
| Build version |
36173493 | ||||||
| Internal version |
Windows, Xbox: 1.21.11025.0 | ||||||
| Version code |
Android: | ||||||
| Type |
Preview | ||||||
| Preview for | |||||||
| Downloads |
Server | ||||||
| Protocol version |
843 | ||||||
| |||||||
{
"title": "Preview 1.21.110.25",
"images": [
"Bedrock 1.21.110.25 PatchNotes.jpg",
"Bedrock 1.21.110.25.png"
],
"rows": [
{
"field": "''(link to Bedrock Edition article, displayed as Bedrock Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "August 19, 2025",
"label": "Release date"
},
{
"field": "(link to Bedrock Dedicated Server 1.21.110.25 article, displayed as 1.21.110.25)",
"label": "Server version"
},
{
"field": "(link to Bedrock Editor 1.1.0 article, displayed as 1.1.0)",
"label": "(link to Bedrock Editor article, displayed as Editor) version"
},
{
"field": "36173493",
"label": "Build version"
},
{
"field": "'''Windows, Xbox''': 1.21.11025.0<br>'''Android''': 1.21.110.25",
"label": "Internal version"
},
{
"field": "<small>'''Android''':<br />\n952111025 (armeabi-v7a, 34)<br />\n962111025 (x86, 34)<br />\n972111025 (arm64-v8a, 34)<br />\n982111025 (x86_64, 34)</small>",
"label": "Version code"
},
{
"field": "Preview",
"label": "(link to Version types article, displayed as Type)"
},
{
"field": "(link to Bedrock Edition 1.21.111 article, displayed as 1.21.111)",
"label": "Preview for"
},
{
"field": "'''Server'''\n*[https://www.minecraft.net/bedrockdedicatedserver/bin-win-preview/bedrock-server-1.21.110.25.zip Windows]\n*[https://www.minecraft.net/bedrockdedicatedserver/bin-linux-preview/bedrock-server-1.21.110.25.zip Linux]",
"label": "Downloads"
},
{
"field": "843",
"label": "(link to Protocol version article, displayed as Protocol version)"
}
],
"invimages": [],
"footer": "<table style=\"margin: auto; word-break: break-word;\">\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\" >[[Bedrock Edition 1.21.101|<span style=\"margin-right:-0.35em\">◄</span>◄ 1.21.101]]</td>\n<td style=\"padding: 0.4em\">'''[[Bedrock Edition 1.21.111|1.21.111]]'''</td>\n<td style=\"padding: 0.4em\" >[[Bedrock Edition 1.21.112| 1.21.112 <span style=\"margin-right:-0.35em\">►</span>►]]</td>\n</tr>\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\">\n[[Bedrock Edition Preview 1.21.110.24|◄ Preview 1.21.110.24]]\n</td>\n<td style=\"padding: 0.4em\">''' Preview 1.21.110.25'''</td>\n<td style=\"padding: 0.4em\">\n[[Bedrock Edition Preview 1.21.110.26| Preview 1.21.110.26 ►]]\n</td>\n</tr>\n</table>"
}
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 Bedrock Edition 1.21.111[note 1], released on August 19, 2025,[1] which fixes some bugs.
Changes
Blocks
- Copper doors can now be opened by villagers and copper golems.
- Double chests now visually open when a copper golem opens the second half.
- Removed a white line of pixels on the edge of exposed and weathered copper lightning rods.
- 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
.png)
- Updated the panorama to show a scene with copper golems in a village.[note 2]
- 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.[note 2]
Mobs
- 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
minecraft:behavior.transport_itemsAI 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.
- Moved
LootTableManagerAPI from beta into 2.2.0. - Changed the following methods on
Dimensionto have the read-only privilege so they can be called in "before" events:getWeather,findClosestBiome,getBlockAbove,getBlockBelow,getTopmostBlock,getLightLevel,getSkyLightLevel.
- Moved
ItemBookComponentfrombetatoV2.2.0. - Moved
BookErrorfrombetatoV2.2.0. - Moved
BookPageContentErrorfrombetatoV2.2.0. - Moved
BookErrorReasonfrombetatoV2.2.0. - Moved
InvalidItemStackErrorfrombetatoV2.2.0. - Camera
- Moved
setFov(fovCameraOptions?: CameraFovOptions): voidfrombetatoV2.2.0.- Moved
setLore(loreList?: (RawMessagestring)[]): voidfrombetatoV2.2.0. - Moved
getRawLore(): RawMessage[]frombetatoV2.2.0.
- Moved
ContainerSlot- Moved
setLore(loreList?: (RawMessagestring)[]): voidfrombetatoV2.2.0. - Moved
getRawLore(): RawMessage[]frombetatoV2.2.0.
- Moved
- Moved
- Custom biomes are now out of experimental.
- Added
underwater_musicparameter tominecraft:biome_musicclient 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
- Added new method
isChunkLoadedtoDimensionwhich returns true if a chunk at an area is loaded and ticking. - Added enum
HeldItemOptiontobetaforPlayerSwingEventOptions. This specifies options related to the item currently being held at the time of a player swing:
export enum HeldItemOption {
AnyItem = 'AnyItem',
NoItem = 'NoItem'
}
- Added interface
PlayerSwingEventOptionstobeta. Event options/filters forPlayerSwingStartAfterEvent. - FieldheldItemOption?: HeldItemOption- Added class
PlayerSwingStartAfterEventtobeta. This contains information regarding a player starting to swing their arm:- Field
heldItemStack?: ItemStack. - Field
player: Player.
- Field
- Added class
PlayerSwingStartAfter.EventSignaltobeta. This event is fired at the start of a player's swing (e.g. attacking, using an item, interacting). It can be subscribed/unsubscribed viaworld.afterEvents.playerSwingStartand optionally filtered by passing inPlayerSwingEventOptions.
- Added class
- Added component
minecraft:redstone_producerbehind the Upcoming Creator Features toggle.
Components
- Added new block component
minecraft:flower_pottable:- It is an empty component defined as such:
minecraft:flower_pottable: {}. - 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.
- It is an empty component defined as such:
- Added new block component
minecraft:embedded_visual:- The component has two required fields,
geometryandmaterial_instances, similarly tominecraft:item_visual. - When the component is present on the block, it defines which
geometryandmaterial_instancesto 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
geometryandmaterial_instances. - The component cannot be defined in the
permutationssection; only one embedded visual can be achieved per block type.
- If the component is not present, embedded blocks fallback to their innate
- The component requires the Upcoming Creator Features toggle.
- The component has two required fields,
- Added new field
embeddedto theitem_display_transformsobject:- 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
- Expanded
LootTableManagerbetafunctionality, which now allows for loot table discovery via the newgetLootTablemethod.
Components
- Modified
minecraft:material_instancesto support weighted variations textures with these requirements:format_versionmust be greater than or equal to1.21.110.- World must have "Upcoming Creator Features" experiment enabled.
Fixes
From released versions before 1.21.111
- MCPE-136930 –
/getlocalplayernameand/geteduclientinfocommands are available outside of Education Edition - MCPE-181306 – Paintings randomly breaking after reloading chunks
- MCPE-221572 – Husk appears with a white box around its head in the official Classic Texture Pack
- MCPE-222113 – Ambient Music only playing from one spot in the world
- MCPE-223559 – 3D export from structure blocks shows missing texture
- MCPE-224403 – After killing the ender dragon in the End, it freezes, preventing me from getting the egg and leaving the End
- MCPE-226102 –
c=-1target selector is broken
From the 1.21.111 development versions
- MCPE-225203 – Z-fighting when lightning rod is placed on top of the copper golem statues in their default pose
- MCPE-225325 – Copper golem can become stuck under shelf blocks
- MCPE-225443 – Entering a certain chunk crashes the whole game
- MCPE-225497 – Copper chest item models don't show the handle
- MCPE-226140 – Zombies and skeletons spawned in any way outside of ominous trials will never spawn with diamond armour
- MCPE-226223 – Placing torches on the back of shelves inconsistent
- MCPE-226262 – Copper golems don't drop poppy when killed or when sheared
- MCPE-226269 – Copper bars texture is incorrect
- MCPE-226623 – Shelves make stone stepping sounds
Other
- Fixed 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
biome.jsonfiles 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
References
- ↑ "Minecraft Beta & Preview - 1.21.110.25" – Minecraft Feedback, August 19, 2025.