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.120.23 Changelog
Blocks
- The Copper Golem Statue now takes the custom name of the Copper Golem it came from
- Fixed Copper Trapdoor recipe giving an extra Trapdoor
General
- Added previously missing File Associations on Windows (e.g. .mcaddon)
- Fixed a bug where buttons can not be pressed while the game window is unfocused
- Fixed a bug that caused the mouse movement to freeze when pausing the game by pressing the Windows key
Graphical
- Fixed a bug that caused lighting to be too bright when the player was underwater in caves in Vibrant Visuals.
- Fixed a bug with the "biome blending" system in Vibrant Visuals that caused non-surface biomes to be ignored. Biomes will now blend vertically as well as horizontally, meaning that custom rendering configurations for biomes such as Deep Dark and Lush Caves will now function properly.
- Note that this issue is only fixed for Atmospherics, Color Grading, Lighting and Tone Mapping, while Water configurations still suffer from the issue.
- Fixed sky appearing black on certain Android devices
Inventory
- Items can now be transported to hotbar slots using their corresponding hotkeys
Mobs
- The Copper Golem now takes the custom name of the Copper Golem Statue it came from
- Drowned no longer drop tridents to pick up nautilus shells
- Parrot imitating hostile mob sounds are now affected by the "Friendly Creatures" volume slider in settings
User Interface
- Fixed a bug where a sound played on certain screens after an invalid navigation with gamepad or keyboard even when Text To Speech was disabled
- Paper doll in inventory should look at cursor.
- Added a toggle to the Accessibility menu to enable/disable the dithering effect on Mobs.
Technical Updates
AI Goals
- Fixed a crash occurring on mobs running the "minecraft:behavior.delayed_attack" AI goal
API
- Fixing some scenarios where the additional context information for error messages was inaccurate after previously catching an exception.
- Released
setDynamicPropertiesmethod onEntity,ContainerSlot,ItemStackandWorldto 2.3.0 - Dimension
- Moved
isChunkLoaded(location: Vector3): booleanfrombetatoV2.3.0
- Moved
Biomes
- Fix use of a default surface builder by some recent preview builds, biomes no longer require a surface builder. Surfaces in distant chunks now appear correctly when playing on Realms
Block Components
- Added "emissive" field to
minecraft:material_instancesblock component with these requirements- World must enable Upcoming Creator Features experiment for emissive face materials to work
- Block
format_versionmust be greater than or equal to1.21.120
Editor
- Added support for Double Left Click, so the Color Picker and Editable popup open with DLC on the Graph
- Added custom icon support for the checkbox variant of
IBoolPropertyItemwithcheckboxIconoptional property - Added a new Scale Tool to resize selection
- Enabled scaling along X, Y, Z axes individually or uniformly.
- Added Fractional scaling with fractional scale factors; maintained structure shapes during enlargement/shrink.
- Added preview visualization showing the scaled size before applying changes.
- Integrated the tool with undo and redo behaviors.
- Disabled scaling if current volume or resulting volume, whichever is larger, exceeds MAX_ALLOWED_BLOCKS (currently 200,000).
- Added 'orientation' settings which allows the use to decide what orientation the block should be placed.
- Added keyboard shortcuts and accompanying tooltips to all pencil 'modes' (mode, draw mode, orientation mode).
- Added error message (log & toast) for when an object cannot be placed to due gameplay rules.
- Updated the pencil tool, now when you erase, if you're in face selection mode it will switch to block selection (so you can actually erase things) and then will switch back when you go back to draw mode.
- Updated settings/usage to now persists between sessions.
- Updated Pencil functionality to have more polish.
- Fixed a bug that caused creating multiple hotbars to error when the hotbar management panel is open
- Fixed a bug that caused dismissing interactive tooltips to not work
- Block picker images' layout is consistent across different window sizes and after exiting a test world
- Fixed Confirm button in hotbar dialog to immediately turn green when typing begins, providing proper visual feedback
- Fixed undo behavior when using 'object' mode.
Item Components
- Added the "emit_vibrations" field to the "minecraft:use_modifiers" item component, which controls whether an item emits vibrations when it starts or stops being used
Structures
- Released Data Driven Jigsaw Structures. They can now be used beyond the experimental context
Experimental Technical Updates
API
- Added
getBlockStandingOn(options?: GetBlocksStandingOnOptions): Block | undefinedmethod tobeta. - Added
getAllBlocksStandingOn(options?: GetBlocksStandingOnOptions): Block[];methods tobeta. - Added
GetBlocksStandingOnOptionsinterface. - Added
AABBinterface which defines an axis-aligned bounding box tobeta.- Added parameter
center:Vector3which defines the centerpoint of the box. - Added parameter
extent:Vector3which defines the distance from the centerpoint to the edges of the box. - Added method
getAABB(): AABBtobeta.
- Added parameter
- Added
unbreakableproperty toItemDurabilityComponentinbeta. - Fixed an issue when inserting items into storage items through the UI. Previously the items inserted could result in gaps in the container stack when it was previously modified through the ItemInventoryComponent API. The storage container now sorts items to remove gaps prior to an item being inserted via the UI.
- (Beta) Player method
clearPropertyOverridesForEntitycan now take an Entity or Entity ID as valid arguments