Minecraft:Bedrock Edition Preview 1.21.110.24: Difference between revisions
From SAS Gaming Wiki
More actions
Fix template calls: add MC/ prefix |
Sync: updated from Minecraft |
||
| Line 46: | Line 46: | ||
=== Mobs === | === Mobs === | ||
'''Copper Golem''' | '''[[Minecraft: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 queue next to the chest or copper chest when it is opened by a player. | ||
*The copper golem will now look | *The copper golem will now look toward the container it is walking toward. | ||
*Decorative flowers can now be planted on them by iron | *Decorative flowers can now be planted on them by [[Minecraft:iron golem]]s. | ||
** These flowers can be removed with [[Minecraft:shears]]. | ** These flowers can be removed with [[Minecraft:shears]]. | ||
** Drop upon turning into a [[Minecraft:Copper Golem Statue|statue]]. | ** Drop upon turning into a [[Minecraft:Copper Golem Statue|statue]]. | ||
'''Iron Golem''' | '''[[Minecraft:Iron Golem]]''' | ||
*They will sometimes plant a decorative flower onto a nearby copper golem. | *They will sometimes plant a decorative flower onto a nearby copper golem. | ||
| Line 69: | Line 69: | ||
'''AI Goals''' | '''AI Goals''' | ||
*Transport Items Goal | *Transport Items Goal | ||
**Mobs with the goal will now queue when players are interacting with their target container if {{ | **Mobs with the goal will now queue when players are interacting with their target container if {{cd|allow_simultaneous_interaction}} is {{cd|true}}. | ||
== Experimental == | == Experimental == | ||
These additions and changes are accessible by enabling the Beta APIs experimental toggle. | These additions and changes are accessible by enabling the Beta APIs [[Minecraft:experimental]] toggle. | ||
=== Additions === | === Additions === | ||
==== Technical ==== | ==== Technical ==== | ||
'''API''' | '''[[Minecraft:API]]''' | ||
:{{ | :{{cd|@minecraft/server}} | ||
*Added {{ | *Added {{cd|Dimension.getBiome(location: Vector3)}} which can be used to locate the biome of a given location. | ||
*Added {{ | *Added {{cd|Entity.getBlockStandingOn(options?: GetBlocksStandingOnOptions): Block | undefined}} method to {{cd|beta}}. | ||
*Added {{ | *Added {{cd|Entity.getAllBlocksStandingOn(options?: GetBlocksStandingOnOptions): Block[];}} methods to {{cd|beta}}. | ||
*Added {{ | *Added {{cd|GetBlocksStandingOnOptions}} interface: | ||
**Optional parameter {{ | **Optional parameter {{cd|blockFilter?: BlockFilter}} filters the block being returned. | ||
**Optional parameter {{ | **Optional parameter {{cd|ignoreThinBlocks?: boolean}} determines if blocks of height 0.2 or lower are ignored. | ||
*Added method {{ | *Added method {{cd|Camera.setCameraWithEase(cameraPreset: string, easeOptions: EaseOptions): void}} to {{cd|beta}}. | ||
'''General''' | '''General''' | ||
| Line 90: | Line 90: | ||
== Fixes == | == Fixes == | ||
{{ | {{fixes|project=MCPE|fixedin=1.21.110.24 Preview | ||
|;old | |;old | ||
|63099|Arrow icon in furnace still appears filled after smelting an item | |63099|Arrow icon in furnace still appears filled after smelting an item | ||
| Line 107: | Line 107: | ||
'''Other''' | '''Other''' | ||
*Fixed the copper torch recipe only giving one torch instead of four. | *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 {{ | *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 {{cmd|controlscheme clear}}, beginning since base game version 1.21.110. | ||
*Fixed block breaking texture being double the size for shelf blocks. | *Fixed block breaking texture being double the size for shelf blocks. | ||
*Fixed an issue preventing {{ | *Fixed an issue preventing {{cmd|place}} from working correctly in flat worlds. | ||
*Fixed an issue where using {{ | *Fixed an issue where using {{cmd|reload}} in the command console throws a {{cd|Gametest}} error if using the {{cd|GameTest.setAfterBatchCallback}} method. | ||
*Fix for biome music component being removed from some biomes.</onlyinclude> | *Fix for biome music component being removed from some biomes.</onlyinclude> | ||
| Line 117: | Line 117: | ||
== References == | == References == | ||
{{ | {{reflist}} | ||
== Navigation == | == Navigation == | ||
{{ | {{Navbox Bedrock Edition versions|1.2x}} | ||
[[Category:Bedrock Edition 1.21.111 betas]] | [[Category:Bedrock Edition 1.21.111 betas]] | ||
de:Bedrock Edition beta 1.21.110.24 | [[Minecraft:de:Bedrock Edition beta 1.21.110.24]] | ||
es:Bedrock Edition Preview 1.21.110.24 | [[Minecraft:es:Bedrock Edition Preview 1.21.110.24]] | ||
pt:Edição Bedrock Preview 1.21.110.24 | [[Minecraft:pt:Edição Bedrock Preview 1.21.110.24]] | ||
ru:Preview 1.21.110.24 (Bedrock Edition) | [[Minecraft:ru:Preview 1.21.110.24 (Bedrock Edition)]] | ||
uk:Preview 1.21.110.24 (Bedrock Edition) | [[Minecraft:uk:Preview 1.21.110.24 (Bedrock Edition)]] | ||
zh:基岩版1.21.110.24 | [[Minecraft:zh:基岩版1.21.110.24]] | ||
Revision as of 11:03, 25 April 2026
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 Minecraft:Bedrock Edition 1.21.111,Template:Note released on August 12, 2025,<ref>Template:Cite</ref> which fixes some bugs.
Changes
Blocks
- The crafting recipe now produces 4 copper torches instead of 1.
- Updated shelf block model to remove overlapping texture UVs.
- Prevented wall blocks from connecting to crimson fungus, warped fungus and bamboo.
Mobs
- 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 Minecraft:iron golems.
- These flowers can be removed with Minecraft:shears.
- Drop upon turning into a statue.
- They will sometimes plant a decorative flower onto a nearby copper golem.
General
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
AI Goals
- Transport Items Goal
- Mobs with the goal will now queue when players are interacting with their target container if Template:Cd is Template:Cd.
Experimental
These additions and changes are accessible by enabling the Beta APIs Minecraft:experimental toggle.
Additions
Technical
- Added Template:Cd which can be used to locate the biome of a given location.
- Added Template:Cd method to Template:Cd.
- Added Template:Cd methods to Template:Cd.
- Added Template:Cd interface:
- Optional parameter Template:Cd filters the block being returned.
- Optional parameter Template:Cd determines if blocks of height 0.2 or lower are ignored.
- Added method Template:Cd to Template:Cd.
General
- Adding custom biomes to a world that already has custom biomes is more stable now.
Fixes
Template:Fixes 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 Template:Cmd, beginning since base game version 1.21.110.
- Fixed block breaking texture being double the size for shelf blocks.
- Fixed an issue preventing Template:Cmd from working correctly in flat worlds.
- Fixed an issue where using Template:Cmd in the command console throws a Template:Cd error if using the Template:Cd method.
- Fix for biome music component being removed from some biomes.
Notes
References
Template:Navbox Bedrock Edition versions
Minecraft:de:Bedrock Edition beta 1.21.110.24 Minecraft:es:Bedrock Edition Preview 1.21.110.24 Minecraft:pt:Edição Bedrock Preview 1.21.110.24 Minecraft:ru:Preview 1.21.110.24 (Bedrock Edition) Minecraft:uk:Preview 1.21.110.24 (Bedrock Edition) Minecraft:zh:基岩版1.21.110.24