Popular
-
Minecraft PE 26.30.21 (1.21.132/26.13)
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.12+
Dynamic Lights has long been created for almost -
X-Ray for Minecraft Bedrock Edition 1.19/1.20/1.21.132/26.20.24+
X-Ray is a cult cheat in the past, available as -
Elemental Swords Addon v20 for Minecraft PE 1.16/1.21 (26.20+)
Elemental Swords is an add-on of the same name -
Pokémon Addon v7.0 for Minecraft Bedrock 1.18/1.19/1.20/1.21/26.20
Pokémon Addon by Zacek the Serpentine is a very -
Vein Miner & TreeCapitator Addon for Minecraft PE 1.17/1.20/1.21/26.13+
Start your first day working as a miner or -
Ark Addon (MCArk) for Minecraft PE 1.19/1.20/1.21/26.12+
Combine the two survival games together by -
Item Physics Addon v2.7 for Minecraft PE 1.16/1.19/1.21 (26.X)
Like the long-standing ItemPhysic Mod, this -
Health Indicator Addon for Minecraft PE 1.17/1.18/1.21.132/26.12
So far, this is the only add-on for Minecraft -
Apollon Client 5.51 for Minecraft PE 1.21.114/26.13
Apollon is a standalone client wrapped in
| « May 2026 » | ||||||
|---|---|---|---|---|---|---|
| Mon | Tue | Wed | Thu | Fri | Sat | Sun |
| 1 | 2 | 3 | ||||
| 4 | 5 | 6 | 7 | 8 | 9 | 10 |
| 11 | 12 | 13 | 14 | 15 | 16 | 17 |
| 18 | 19 | 20 | 21 | 22 | 23 | 24 |
| 25 | 26 | 27 | 28 | 29 | 30 | 31 |
Minecraft PE 1.20.60.22 Changelog
Copper Door
- Updated Copper Door textures, including oxidized variations
- Copper Doors and Trapdoors have now correct breaking time and blast resistance
Breeze
- Breeze ground particles now stop playing when they're riding other entities
- Separated the Breeze diffuse and emissive textures
Features and Bug Fixes
Blocks
- Containers being cloned over no longer keep their container screens open and no longer cause crashes
General
- Fixed a rare crash that could occur with the “Seven Seas” achievement
Character Creator
- Fixed a bug that kept the previewed item on the paper doll even after navigating back using the sidebar
- All unowned and owned emotes should now be discoverable within the emotes section of Dressing Room
User Interface
- Last highlighted button will not get pressed when the window regains focus anymore
- The Friends drawer on the Play screen now makes sounds when opened and closed
Technical Updates
API
- Made the display name parameter optional in Scoreboard addObjective
Blocks
- Changing the brightness_gamma value for blocks now darkens the block correctly
Components
- Added a "drop_item_slot" field to the "interact" component, which allows to specify an inventory slot to remove and drop items from
Editor
- Tool Test World was moved from toolrail and is now under menu World Options
Graphical
- Fixed a crash that could occur when players placed or destroyed any block and then Save & Quit with Ray Tracing enabled
Stability and Performance
- Send "material" for vanilla data-driven blocks in the StartGamePacket blockProperties. "block_id" is also moved to the "vanilla_block_data" object
Experimental Technical Updates
API
- Added method eatItem(itemStack: ItemStack): void;.
- BlockSignComponent
- Changed signature of function setWaxed to setWaxed(waxed: boolean)
- Removed event/property pistonActivate
- Added enum BlockPistonState export enum BlockPistonState { Expanded = "Expanded", Expanding = "Expanding", Retracted = "Retracted", Retracting = "Retracting" }
- Class BlockPistonComponent
- Removed property isExpanded
- Removed property isExpanding
- Removed property isRetracted
- Removed property isRetracting
- Added property readonly state: BlockPistonState
- Changed function getAttachedBlocks to return type Block[]
- Added function getAttachedBlocksLocations(): Vector3[]
- Removed class PistonActivateBeforeEvent
- Removed class PistonActivateBeforeEventSignal
- Types
- Moved BlockType from beta to 1.8.0
- Moved FluidType from beta to 1.8.0
- Moved NavigationResult from @minecraft/server to @minecraft/server-gametest
Graphical
- Adjusted the falloff of point light sources (e.g., torches, lanterns, etc...) to use a square, Manhattan-based distance metric in the Deferred Technical Preview.
- Tinted ambient light color with point light color for better multi-colored lighting over large distances in the Deferred Technical Preview
Scripting
- Fixed issue where ActionFormData buttons could not be clicked if there were more than 255 buttons in the form