![]() |
VOOZH | about |
| Edition | Bedrock Edition | ||||||
|---|---|---|---|---|---|---|---|
| Release date | August 19, 2025 | ||||||
| Server version | 1.21.110.25 | ||||||
| Editor version | 1.1.0 | ||||||
| Build version | 36173493 | ||||||
| Internal version | Windows, Xbox: 1.21.11025.0 Android: 1.21.110.25 | ||||||
| Version code | Android: 952111025 (armeabi-v7a, 34) | ||||||
| Type | Preview | ||||||
| Preview for | 1.21.111 | ||||||
| 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": "'''Android''':<br />\n952111025 (armeabi-v7a, 34)<br />\n962111025 (x86, 34)<br />\n972111025 (arm64-v8a, 34)<br />\n982111025 (x86_64, 34)",
"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.
AI Goals
minecraft:behavior.transport_items AI goal now checks that the entity can see the container it tries to interact with:
LootTableManager API from beta into 2.2.0.Dimension to have the read-only privilege so they can be called in "before" events:
getWeather, findClosestBiome, getBlockAbove, getBlockBelow, getTopmostBlock,getLightLevel, getSkyLightLevel.ItemBookComponent from beta to V2.2.0.BookError from beta to V2.2.0.BookPageContentError from beta to V2.2.0.BookErrorReason from beta to V2.2.0.InvalidItemStackError from beta to V2.2.0.setFov(fovCameraOptions?: CameraFovOptions): void from beta to V2.2.0.
setLore(loreList?: (RawMessage string)[]): void from beta to V2.2.0.getRawLore(): RawMessage[] from beta to V2.2.0.ContainerSlot
setLore(loreList?: (RawMessage string)[]): void from beta to V2.2.0.getRawLore(): RawMessage[] from beta to V2.2.0.underwater_music parameter to minecraft:biome_music client biome component that enables the underwater music for the biome.Experimental
These additions and changes are accessible by enabling the Beta APIs, and Upcoming Creator Features experimental toggles.
isChunkLoaded to Dimension which returns true if a chunk at an area is loaded and ticking.HeldItemOption to beta for PlayerSwingEventOptions. This specifies options related to the item currently being held at the time of a player swing:exportenumHeldItemOption{ AnyItem='AnyItem', NoItem='NoItem' }
PlayerSwingEventOptions to beta. Event options/filters for PlayerSwingStartAfterEvent. - Field heldItemOption?: HeldItemOption
PlayerSwingStartAfterEvent to beta. This contains information regarding a player starting to swing their arm:
heldItemStack?: ItemStack.player: Player.PlayerSwingStartAfter.EventSignal to beta. 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 world.afterEvents.playerSwingStart and optionally filtered by passing in PlayerSwingEventOptions.minecraft:redstone_producer behind the Upcoming Creator Features toggle.Components
minecraft:flower_pottable:
minecraft:flower_pottable: {}.minecraft:embedded_visual:
geometry and material_instances, similarly to minecraft:item_visual.geometry and material_instances to use when the block is embedded into another block, eg. into a flowerpot.
geometry and material_instances.permutations section; only one embedded visual can be achieved per block type.embedded to the item_display_transforms object:
LootTableManager beta functionality, which now allows for loot table discovery via the new getLootTable method.Components
minecraft:material_instances to support weighted variations textures with these requirements:
format_version must be greater than or equal to 1.21.110.From released versions before 1.21.111
/getlocalplayername and /geteduclientinfo commands are available outside of Education Editionc=-1 target selector is brokenFrom the 1.21.111 development versions
Other
biome.json files would not stop rain from occurring in the biome.