Bedrock Edition Preview 1.21.110.23

Preview 1.21.110.23
Bedrock 1.21.110.23 PatchNotes.jpg: Infobox image for Preview 1.21.110.23 the version in Minecraft
Bedrock 1.21.110.23.png: Infobox image for Preview 1.21.110.23 the version in Minecraft
Edition

Bedrock Edition

Release date

August 6, 2025

Server version

1.21.110.23

Editor version

1.0.7

Build version

35762889

Internal version

Windows, Xbox: 1.21.11023.0
Android: 1.21.110.23

Version code

Android:
952111023 (armeabi-v7a, 34)
962111023 (x86, 34)
972111023 (arm64-v8a, 34)
982111023 (x86_64, 34)

Type

Preview

Preview for

1.21.111

Downloads

Server

Protocol version

838

Beta 1.21.110.23 (ChromeOS, Android) or Preview 1.21.110.23 (Windows, iOS, iPadOS, Xbox, PlayStation) is the third beta/Preview version for Bedrock Edition 1.21.111[note 1], released on August 6, 2025,[1] which adds new copper variant blocks, and fixes bugs.

Additions

Blocks

Copper Bars

Ingredients Crafting recipe
Copper Ingot

Copper Chain

Ingredients Crafting recipe
Copper Nugget +
Copper Ingot
Invicon Copper Nugget.png: Inventory sprite for Copper Nugget in Minecraft as shown in-game linking to Copper Nugget with description: Copper NuggetInvicon Copper Ingot.png: Inventory sprite for Copper Ingot in Minecraft as shown in-game linking to Copper Ingot with description: Copper IngotInvicon Copper Nugget.png: Inventory sprite for Copper Nugget in Minecraft as shown in-game linking to Copper Nugget with description: Copper Nugget
Invicon Copper Chain.png: Inventory sprite for Copper Chain in Minecraft as shown in-game linking to Copper Chain with description: Copper Chain

Copper Lantern

Ingredients Crafting recipe
Copper Nugget +
Copper Torch
Invicon Copper Nugget.png: Inventory sprite for Copper Nugget in Minecraft as shown in-game linking to Copper Nugget with description: Copper NuggetInvicon Copper Nugget.png: Inventory sprite for Copper Nugget in Minecraft as shown in-game linking to Copper Nugget with description: Copper NuggetInvicon Copper Nugget.png: Inventory sprite for Copper Nugget in Minecraft as shown in-game linking to Copper Nugget with description: Copper NuggetInvicon Copper Nugget.png: Inventory sprite for Copper Nugget in Minecraft as shown in-game linking to Copper Nugget with description: Copper NuggetInvicon Copper Torch.png: Inventory sprite for Copper Torch in Minecraft as shown in-game linking to Copper Torch with description: Copper TorchInvicon Copper Nugget.png: Inventory sprite for Copper Nugget in Minecraft as shown in-game linking to Copper Nugget with description: Copper NuggetInvicon Copper Nugget.png: Inventory sprite for Copper Nugget in Minecraft as shown in-game linking to Copper Nugget with description: Copper NuggetInvicon Copper Nugget.png: Inventory sprite for Copper Nugget in Minecraft as shown in-game linking to Copper Nugget with description: Copper NuggetInvicon Copper Nugget.png: Inventory sprite for Copper Nugget in Minecraft as shown in-game linking to Copper Nugget with description: Copper Nugget
Invicon Copper Lantern.png: Inventory sprite for Copper Lantern in Minecraft as shown in-game linking to Copper Lantern with description: Copper Lantern

Copper Torch

Ingredients Crafting recipe
Copper Nugget +
Coal or 
Charcoal +
Stick
Invicon Copper Nugget.png: Inventory sprite for Copper Nugget in Minecraft as shown in-game linking to Copper Nugget with description: Copper NuggetInvicon Coal.png: Inventory sprite for Coal in Minecraft as shown in-game linking to Coal with description: CoalInvicon Charcoal.png: Inventory sprite for Charcoal in Minecraft as shown in-game linking to Charcoal with description: CharcoalInvicon Stick.png: Inventory sprite for Stick in Minecraft as shown in-game linking to Stick with description: Stick
Invicon Copper Torch.png: Inventory sprite for Copper Torch in Minecraft as shown in-game linking to Copper Torch with description: Copper Torch

Changes

Blocks

Copper Trapdoor

  • The crafting recipe now uses 4 copper ingots, instead of 6.
  • The old recipe is now used by copper bars.
    • The above change has not been mentioned in the changelog.
  • Crafting still produces 2 trapdoors even though it should produce 1.
Ingredients Crafting recipe
Copper Ingot

Copper Golem Statue

  • The statue is now popped when pushed by a piston like other non-full cube decorative blocks.

Iron Chain

  • Renamed from "Chain" due to the addition of the copper chain.

Lightning Rod

  • All lightning rods now flash white when hit by lightning like in Java Edition.

Shelf

  • Interacting with an unpowered shelf while in creative mode now replaces the shelf item with the player's selected item instead of swapping them.
  • Items on the shelf have been repositioned to sit on the shelf.

Mobs

Fox

  • Foxes now consider honey bottles to be a food item and will prioritize picking them up the same way it does other food items.

Copper Golem

  • When leashed the copper golem will no longer try and transport items.
  • Reduced the collision box so the copper golem can fit through doors properly like other mobs.

General

Accessibility

  • Text to Speech support has been added to all dressing room pages.

Technical

Biomes

  • Pre Caves and Cliffs components minecraft:overworld_generation_rules and minecraft:multinoise_generation_rules do nothing with biome generation and will return a content error when used in custom biomes.

Blocks

  • Added mossy_stone_brick_double_slab, smooth_quartz_double_slab, normal_stone_double_slab, cut_sandstone_double_slab, and cut_red_sandstone_double_slab definitions to blocks.json.

Items

  • All items that can be eaten now have the tag minecraft:is_food, except glow_berries.
  • Merged the inventory item for the iron chain (chain) with the direct item form of the iron chain block (item.chain). The merged item now has the ID iron_chain (due to the renaming of the chain to iron chain) and has the numeric ID of the former item.chain.

Mobs

  • The minecraft:shareables component now also accepts item entries specifying item tags to name all items tagged as that to become shareable with the given settings.
  • Foxes now use the minecraft:is_food tag instead of listing all foods manually, except glow_berries which is still listed manually.

Molang

  • Renamed query.is_cooldown_type to query.is_cooldown_category, to better reflect what it does.

Experimental

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

Additions

Technical

API

  • Added methods setAfterBatchMethod and setBeforeBatchMethod to GameTest, which can be used to add methods that will be run before and after test batches.
  • Added methods to Block scripting API that allows creators to get the total light level and the sky light level at a specific position.
  • Added InvalidPotionDeliveryTypeError and InvalidPotionEffectTypeError errors to beta.
  • Potions
    • Added resolve(potionEffectType: PotionEffectType | T, potionDeliveryType: PotionDeliveryType | U): ItemStack method to beta.
      • This replaces the createPotion(options: PotionOptions): ItemStack that was removed from ItemStack.
    • Added getAllDeliveryTypes(): PotionDeliveryType[] method to beta.
      • This returns all the potion delivery types.
    • Added getAllEffectTypes(): PotionEffectType[] method to beta.
      • This returns all the potion effect types.
  • PotionEffectType
    • Added readonly durationTicks?: number property to beta.
      • This is the number of ticks the effect will last for. Undefined means the effect does not expire.

Changes

Technical

API

  • Removed PotionModifierType from beta.
  • Removed PotionOptions from beta.
  • Renamed PotionLiquidType to PotionDeliveryType in beta.
  • Potions
    • Removed getPotionModifierType(potionModifierId: string): PotionModifierType | undefined from beta.
    • Renamed getPotionEffectType to getEffectType in beta.
    • Renamed getPotionLiquidType to getDeliveryType in beta.
  • ItemPotionComponent
    • Removed readonly potionLiquidType: PotionLiquidType property in beta.
    • Renamed readonly potionLiquidType: PotionLiquidType property to readonly potionDeliveryType: PotionDeliveryType in beta.
  • PotionEffectType
    • Removed static createPotion(options: PotionOptions): ItemStack method from beta.
      • This was replaced by Potions.resolve.

Fixes

22 issues fixed

From released versions before 1.21.111

  • MCPE-135298 – Pick block doesn't work on light blocks.
  • MCPE-177977 – Planks and Stone variants haven't been given separate definitions in blocks.json.
  • MCPE-184856 – Fly, swim and entity dismount buttons cannot be hidden using /hud.
  • MCPE-184858 – Horse jump/Camel dash bar cannot be hidden using /hud.
  • MCPE-186346 – Text shadows are missing on action bar background and text background.
  • MCPE-189996 – Updating the world causes some loaded unchanged chunks to regenerate incorrectly.
  • MCPE-190430 – Secondary material in non-opaque custom blocks may not render.
  • MCPE-223737 – Copper chests make stone stepping sounds.
  • MCPE-223837 – Copper Golems can include chests they can't pathfind to in their list of 10 chests.
  • MCPE-223857 – There's a _ in the file name of copper_golem/regular/step4_.fsb.

From the 1.21.111 development versions

  • MCPE-225226 – Shelves do not interact with comparators.
  • MCPE-225241 – Copper Golem Statue Block Cannot Be Waterlogged.
  • MCPE-225259 – One copper golem became 2 statues.
  • MCPE-225471 – Wolf Armor not appearing on wolves.

Other

  • Fixed the pose of the statue not always updating in multiplayer and split screen.
  • Fixed only unoxidized lightning rods emitting a redstone signal when struck by lightning.
  • Fixed not being able to leash copper golems to other entities.
  • Fixed position when sitting in boats.
  • Fixed the copper golem cloning its item when turning into a statue.
  • Fixed the copper golem attempting to pathfind to any block below a floating copper chest that is too far for it to open.
  • Fixed bug where custom items' menu_category is_hidden_in_commands value was not sent to client and the items would show up in commands' autocomplete when they shouldn't.
  • Fixed a bug where the minecraft:shareables component would mix attributes of duplicated entries in its items list. E.g. the priority would be taken from the first duplicated element and the max_amount from the last, now the first matching entry will fully shadow those coming after it. Consider this items list in a minecraft:shareables using the new tag functionality:
    "items": [  
      { "item": "minecraft:apple", "priority": 1, "max_amount": 2 },
      { "item": "minecraft:is_food", "priority": 0, "max_amount": 1 }]
    
    Previously minecraft:apple would have had priority 1 but max_amount 1 instead of 2, now it will correctly use all data from that first item apple entry.

Notes

  1. 1.21.110 is not a version of the game and its betas are instead part of 1.21.111.

References

  1. "Minecraft Beta & Preview - 1.21.110.23" – Minecraft Feedback, August 6, 2025.

Navigation