VOOZH about

URL: https://minecraft.wiki/w/Bedrock_Edition_Preview_1.21.110.24

⇱ Bedrock Edition Preview 1.21.110.24 – Minecraft Wiki


Bedrock Edition Preview 1.21.110.24

From Minecraft Wiki
Jump to navigation Jump to search
Preview 1.21.110.24
Edition Bedrock Edition
Release date August 12, 2025
Server version 1.21.110.24
Editor version 1.0.8
Build version 35969134
Internal version Windows, Xbox: 1.21.11024.0
Android: 1.21.110.24
Version code Android:

952111024 (armeabi-v7a, 34)
962111024 (x86, 34)
972111024 (arm64-v8a, 34)
982111024 (x86_64, 34)

Type Preview
Preview for 1.21.111
Downloads Server
Protocol version 840
β—„β—„  1.21.101 1.21.111 1.21.112 β–Ίβ–Ί

β—„  Preview 1.21.110.23

Preview 1.21.110.24

Preview 1.21.110.25 β–Ί

{
 "title": "Preview 1.21.110.24",
 "images": [
 "Bedrock 1.21.110.24.png"
 ],
 "rows": [
 {
 "field": "''(link to Bedrock Edition article, displayed as Bedrock Edition)''",
 "label": "(link to Edition article, displayed as Edition)"
 },
 {
 "field": "August 12, 2025",
 "label": "Release date"
 },
 {
 "field": "(link to Bedrock Dedicated Server 1.21.110.24 article, displayed as 1.21.110.24)",
 "label": "Server version"
 },
 {
 "field": "(link to Bedrock Editor 1.0.8 article, displayed as 1.0.8)",
 "label": "''(link to Bedrock Editor article, displayed as Editor)'' version"
 },
 {
 "field": "35969134",
 "label": "Build version"
 },
 {
 "field": "'''Windows, Xbox''': 1.21.11024.0<br>'''Android''': 1.21.110.24",
 "label": "Internal version"
 },
 {
 "field": "'''Android''':<br />\n952111024 (armeabi-v7a, 34)<br />\n962111024 (x86, 34)<br />\n972111024 (arm64-v8a, 34)<br />\n982111024 (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.24.zip Windows]\n*[https://www.minecraft.net/bedrockdedicatedserver/bin-linux-preview/bedrock-server-1.21.110.24.zip Linux]",
 "label": "Downloads"
 },
 {
 "field": "840",
 "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.23|β—„  Preview 1.21.110.23]]\n</td>\n<td style=\"padding: 0.4em\">''' Preview 1.21.110.24'''</td>\n<td style=\"padding: 0.4em\">\n[[Bedrock Edition Preview 1.21.110.25| Preview 1.21.110.25 β–Ί]]\n</td>\n</tr>\n</table>"
}


Beta 1.21.110.24 (ChromeOS, Android) or Preview 1.21.110.24 (Windows, iOS, iPadOS, Xbox, PlayStation) is the fourth beta/Preview version for Bedrock Edition 1.21.111,[note 1] released on August 12, 2025,[1] which fixes some bugs.

Changes

[edit | edit source]

Blocks

[edit | edit source]

Copper Torch

  • The crafting recipe now produces 4 copper torches instead of 1.
Ingredients Crafting recipe
Copper Nugget +
Coal or 
Charcoal +
Stick

Shelf

  • Updated shelf block model to remove overlapping texture UVs.

Wall

  • Prevented wall blocks from connecting to crimson fungus, warped fungus and bamboo.

Copper Golem

  • The copper golem will now queue next to the chest or copper chest when it is opened by a player.
  • The copper golem will now look toward the container it is walking toward.
  • Decorative flowers can now be planted on them by iron golems.
    • These flowers can be removed with shears.
    • Drop upon turning into a statue.

Iron Golem

  • They will sometimes plant a decorative flower onto a nearby copper golem.

General

[edit | edit source]

UI

  • Updated the Marketplace Pass chevron on tiles and the purchase buttons to have the correct scaling.
  • Resized the icons on the marketplace sidebar to match the icon's proper size.
  • Resized the icons on the inventory category selection to match the icon's proper size.
  • Added a properly sized "My Library" button for the top bar to use.
  • Changed a couple locations where the information bulb appears to be the correct resolution.
  • Updated the Marketplace error animations to display at the correct resolution.
  • Added new icons for the Sale banners to fit the pixelated style of the UI.

Technical

[edit | edit source]

AI Goals

  • Transport Items Goal
    • Mobs with the goal will now queue when players are interacting with their target container if allow_simultaneous_interaction is true.

Experimental

[edit | edit source]

These additions and changes are accessible by enabling the Beta APIs experimental toggle.

Additions

[edit | edit source]

Technical

[edit | edit source]

API

@minecraft/server
  • Added Dimension.getBiome(location: Vector3) which can be used to locate the biome of a given location.
  • Added Entity.getBlockStandingOn(options?: GetBlocksStandingOnOptions): Block undefined method to beta.
  • Added Entity.getAllBlocksStandingOn(options?: GetBlocksStandingOnOptions): Block[]; methods to beta.
  • Added GetBlocksStandingOnOptions interface:
    • Optional parameter blockFilter?: BlockFilter filters the block being returned.
    • Optional parameter ignoreThinBlocks?: boolean determines if blocks of height 0.2 or lower are ignored.
  • Added method Camera.setCameraWithEase(cameraPreset: string, easeOptions: EaseOptions): void to beta.

General

  • Adding custom biomes to a world that already has custom biomes is more stable now.

Fixes

[edit | edit source]

17 issues fixed

From released versions before 1.21.111

  • MCPE-63099 – Arrow icon in furnace still appears filled after smelting an item
  • MCPE-189611 – Copper block group order in creative inventory is wrong
  • MCPE-220172 – Using right click to equip armor while aiming at an entity will create a ghost item in hand
  • MCPE-222162 – Music Disc "Tears" audio is not categorized as "Jukebox/Note Blocks" when played from a jukebox
  • MCPE-223747 – Copper golems make equipping sounds when picking up equippable items
  • MCPE-223867 – You can hear the sounds of the copper golems from too far
  • MCPE-223966 – The closing sound of copper chests isn't perfectly synced with their animations
  • MCPE-224011 – Copper chest opening and closing sounds are too loud
  • MCPE-224504 – Music Disc "Lava Chicken" audio is not categorized as "Jukebox/Note Blocks" when played from a jukebox

From the 1.21.111 development versions

  • MCPE-225265 – When pick blocking the copper golem statue will select incorrect data.
  • MCPE-225461 – Observers do not detect shelf contents changing

Other

  • Fixed the copper torch recipe only giving one torch instead of four.
  • Fixed an issue where the control scheme set via control scheme commands would not be retained if a later-activated camera did not support it. The scheme will now persist as intended until explicitly cleared via /controlscheme clear, beginning since base game version 1.21.110.
  • Fixed block breaking texture being double the size for shelf blocks.
  • Fixed an issue preventing /place from working correctly in flat worlds.
  • Fixed an issue where using /reload in the command console throws a Gametest error if using the GameTest.setAfterBatchCallback method.
  • Fix for biome music component being removed from some biomes.

Notes

[edit | edit source]
  1. ↑ 1.21.110 is not a version of the game and its betas are instead part of 1.21.111.

References

[edit | edit source]
  1. ↑ "Minecraft Beta & Preview - 1.21.110.24" – Minecraft Feedback, August 12, 2025.

Navigation

[edit | edit source]
Retrieved from "https://minecraft.wiki/w/Bedrock_Edition_Preview_1.21.110.24?oldid=3593104"

Navigation menu