Popular
-
Minecraft PE 26.10.27 (1.21.132/26.3)
More epic battles in the new structure, wind -
Dynamic Lights PE Addon for MCPE 1.16/1.17/1.18/1.19/1.20/1.21/26.2+
Dynamic Lights has long been created for almost -
IndustrialCraft PE Mod 2.4.4 for Minecraft PE 1.16
The IndustrialCraft PE history continues and now -
Simple Vehicles Addon v3.7.2 (NEW) for Minecraft PE 1.20/1.21/26.10+
This is the biggest car pack among other addons -
Lucky Block Addon for Minecraft Bedrock 1.17/1.18/1.19/1.20/1.21/26.3
Keep the latest lucky block addon for current -
TreeCapitator Addon for Minecraft PE 1.17/1.18/1.19/1.20/1.21.132 (26.3)+
No modifications, now the old TreeCapitator is -
Vein Miner & TreeCapitator Addon for Minecraft PE 1.17/1.20/1.21/26.10+
Start your first day working as a miner or -
Ark Addon (MCArk) for Minecraft PE 1.19/1.20/1.21/26.2+
Combine the two survival games together by -
Borion Hack Release for Minecraft Bedrock Edition 26.X (Win10/11)
It is not necessary to hack MCPE servers and -
Abandoned Structures Mod v1.13.1 for Minecraft PE 1.19/1.20/1.21/26.3+
Abandoned Structures Mod is responsible for
Minecraft PE 1.21.110.24 Changelog
Blocks
- Prevent wall blocks from connecting to crimson_fungus, warped_fungus and bamboo
Copper Golem Statue
- Using the pick block functionality on the Copper Golem statue now picks the same posed version
Copper Torch
- Fixed the Copper Torch recipe only giving one torch instead of four
Shelf
- Only the shelves which change items will now emit a block neighbor update e.g. for Observers to see
Developer's Note: In an upcoming Preview, items displayed in shelves will be centered again, mirroring the change in Java Snapshot 25w33a.
Mobs
- Iron Golems will sometimes plant a decorative flower onto a nearby Copper Golem
- Known issue: The flower disappears when the Copper Golem dies
- The Copper Golem will now wait next to the Chest or Copper Chest when it is opened by a player
- The Copper Golem will now look towards the container it is walking towards
Sounds
- When picking up an item to hand that is not hand equippable, mobs no longer play an equip sound
Copper Chest
- The closing sound of Copper Chests is now properly synced with their animation
- Copper Chest opening and closing sounds can now only be heard up to a range of 12 blocks
Copper Golem
- The sound of Copper Golems can now only be heard up to a range of 16 blocks
- The more frequent Copper Golem step and spin sounds have an even shorter range of 12 blocks
Items
- The sound of the "Tears" music disc is now controlled by the "Musical blocks" audio slider in the game settings
- The sound of the "Lava Chicken" music disc is now controlled by the "Musical blocks" audio slider in the game settings
Gameplay
- Fixed issue where equipping armor while aiming at a mob would create a "ghost" cloned item
- 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 version1.21.110 - Fix stuck progress arrow despite no process in Furnance/Blast Furnance/Smoker
Editor
- The Copy to Clipboard button in the Detailed Structure Panel now switches to PastePreview when clicked pressed
- The Pencil in editor now has an ability to place "objects" in the scene. Objects are non-trivial Minecraft elements, like beds, doors, plants, etc.
User Interface
- Fix incorrect order of Weathered Copper Block in creative inventory
- 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
- Addded 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
Graphical
- Fixed block breaking texture being double the size for Shelf Blocks
- Updated Shelf Block model to remove overlapping texture UVs
Technical Updates
Commands
- Fix issue preventing /place from working correctly in flat worlds
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 false
Editor
- Added toast notifications support
- Added support for toast notifications by introducing a new logChannel property and a subMessage field in the LogMessage class.
- Log messages with the Toast channel now appear as popup notifications in the viewport when an error occurs.
- The subMessage field allows for additional contextual information to be displayed in the toast.
- Added a new Setting – 'Show Toast Notifications'
- A new checkbox setting, 'Show Toast Notifications', has been added to the Settings panel.
- When enabled, Info and Warning messages will also be displayed as toast notifications, in addition to Errors.
- Updated Block Picker to give input focus to the search field when filter mode is Name
- Fixed a bug that caused selection brush indicator to remain after enabling Vibrant Visuals
- Updated summon tool to use Shift + Scroll to rotate the entity
- Updated messages to show up as notifications
Experimental Technical Updates
API
@minecraft/server
- Fixed an issue where using /reload in the command console throws a Gametest error if using the GameTest.setAfterBatchCallback method
- Added
Dimension.getBiome(location: Vector3)which can be used to locate the Biome of a given location. - Added
Entity.getBlockStandingOn(options?: GetBlocksStandingOnOptions): Block | undefinedmethod tobeta. - Added
Entity.getAllBlocksStandingOn(options?: GetBlocksStandingOnOptions): Block[];methods tobeta. - Added
GetBlocksStandingOnOptionsinterface- Optional Parameter
blockFilter?: BlockFilterfilters the block being returned. - Optional Parameter
ignoreThinBlocks?: booleandetermines if blocks of height 0.2 or lower are ignored.
- Optional Parameter
- Added method
Camera.setCameraWithEase(cameraPreset: string, easeOptions: EaseOptions): voidto beta
Biomes
- Fix for biome music component being removed from some biomes
General
- Adding custom biomes to a world that already has custom biomes is more stable now