Minecraft:Bedrock Edition Preview 1.21.110.23
More actions
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 Minecraft:Bedrock Edition 1.21.111Template:Note, released on August 6, 2025,<ref>Template:Cite</ref> which adds new copper variant blocks, and fixes bugs.
Additions
Blocks
- Functions like the existing iron bars, but can be waxed.
- Crafted from copper ingots, and oxidizes over time.
- Sixteen copper bars can be crafted using six copper ingots.
- Functions like the existing iron chain, but can be waxed.
- Crafted from copper ingots and copper nuggets, and oxidizes over time.
- Copper chains can be crafted using a copper ingot and two copper nuggets.
- Crafted using copper nuggets and one copper torch.
- The lantern itself oxidizes, changing its look as it ages.
- Can be waxed.
- Functionally identical to the Minecraft:lantern.
- A green variant of the torch crafted from a copper nugget, Minecraft:coal, and Minecraft:stick.
- Functionally identical to the Minecraft:torch.
Changes
Blocks
- 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.
- The statue is now popped when pushed by a Minecraft:piston like other non-full cube decorative blocks.
- Renamed from "Chain" due to the addition of the copper chain.
- All lightning rods now flash white when hit by lightning like in Java Edition.
- 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
- Pre Caves and Cliffs components
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
Template:Redr do nothing with biome generation and will return a content error when used in custom biomes.
- Added
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr, and
- REDIRECT Template:Code
Template:Redr definitions to
- REDIRECT Template:Code
- All items that can be eaten now have the tag
- REDIRECT Template:Code
Template:Redr, except
- REDIRECT Template:Code
- Merged the inventory item for the iron chain (
- REDIRECT Template:Code
Template:Redr) with the direct item form of the iron chain block (
- REDIRECT Template:Code
Template:Redr). The merged item now has the ID
- REDIRECT Template:Code
Template:Redr (due to the renaming of the chain to iron chain) and has the numeric ID of the former
- REDIRECT Template:Code
- The
- REDIRECT Template:Code
Template:Redr 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
- REDIRECT Template:Code
Template:Redr tag instead of listing all foods manually, except
- REDIRECT Template:Code
Template:Redr which is still listed manually.
Molang
- Renamed
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr, 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
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr, 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
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
Template:Redr errors to
- REDIRECT Template:Code
- Potions
- Added Template:Cd method to
- REDIRECT Template:Code
- This replaces the
- REDIRECT Template:Code
Template:Redr that was removed from
- REDIRECT Template:Code
- Added
- REDIRECT Template:Code
Template:Redr method to
- REDIRECT Template:Code
- This returns all the potion delivery types.
- Added
- REDIRECT Template:Code
Template:Redr method to
- REDIRECT Template:Code
- This returns all the potion effect types.
- REDIRECT Template:Code
- Added
- REDIRECT Template:Code
Template:Redr property to
- REDIRECT Template:Code
- This is the number of ticks the effect will last for. Undefined means the effect does not expire.
Changes
Technical
API
- Removed
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- Removed
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- Renamed
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- Potions
- Removed Template:Cd from
- REDIRECT Template:Code
- Renamed
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- Renamed
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- Removed
- REDIRECT Template:Code
Template:Redr property in
- REDIRECT Template:Code
- Renamed
- REDIRECT Template:Code
Template:Redr property to
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- Removed
- REDIRECT Template:Code
Template:Redr method from
- REDIRECT Template:Code
- This was replaced by
- REDIRECT Template:Code
Fixes
Template:Fixes 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 a bug where custom items'
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr value was not sent to client and the items would show up in commands' autocomplete when they shouldn't.
- Fixed a bug where the
- REDIRECT Template:Code
Template:Redr component would mix attributes of duplicated entries in its
- REDIRECT Template:Code
Template:Redr list. E.g. the
- REDIRECT Template:Code
Template:Redr would be taken from the first duplicated element and the
- REDIRECT Template:Code
Template:Redr from the last, now the first
- REDIRECT Template:Code
Template:Redr entry will fully shadow those coming after it. Consider this items list in a
- REDIRECT Template:Code
Template:Redr using the new
- REDIRECT Template:Code
Template:Redr functionality:<syntaxhighlight lang="json"> "items": [
{ "item": "minecraft:apple", "priority": 1, "max_amount": 2 },
{ "item": "minecraft:is_food", "priority": 0, "max_amount": 1 }]
</syntaxhighlight> Previously
- REDIRECT Template:Code
Template:Redr would have had
- REDIRECT Template:Code
Template:Redr 1 but
- REDIRECT Template:Code
Template:Redr 1 instead of 2, now it will correctly use all data from that first item apple entry.
Notes
References
<references group="">
</references>
de:Bedrock Edition beta 1.21.110.23 pt:Edição Bedrock Preview 1.21.110.23 ru: Preview 1.21.110.23 (Bedrock Edition) uk:Preview 1.21.110.23 (Bedrock Edition) zh:基岩版1.21.110.23