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.80.28 Changelog
Blocks
- Dried Ghast blocks no longer generate with the "Drop 2 2025" experiment turned off
Bundles
- Empty open Bundle icon now renders correctly when Bundles are tapped with Touch Controls
Stability and Performance
- Fixed bugs causing marketplace addon content to sometimes not load in a world
Realms
- Realms Server Hosting Region Preference Selection:
- Added a new "Advanced" tab to the Realms settings screen
- In the advanced tab, Realm owners can select which datacenter region they would like to host their Realm in
- Options include a list of regions, or allowing the Realms service to automatically select the best region for the Realm owner or the first player to join the Realm in a given session
- Note that this selection is a preference only and due to server capacity, your Realm may be hosted in a different region than selected
- In that case, the next closest region to your preference will be selected
- Added a message during joining a Realm to indicate which server region your Realm is assigned to for that session
- More information will be shared about Realms server hosting with the next full release
- Known issue: The "set region help" help article has not been published yet, so that button will link to the Minecraft help site home page
Technical Updates
Stability and Performance
- Fixed a crash caused by buffer overrun in the data driven renderer when multiple values wrote to overlay color
- Fixed null pointer de-referencing crash in chunk rendering
Structures
- Data-driven Jigsaw Structures have been put back behind the experimental toggle
Experimental Technical Features
Graphical
- Updated the format of "lighting/global.json" to include support for controlling the new End light flash in Vibrant Visuals. The "directional_lights" section now has two groups: "orbital", which contains the lighting information around the sun and moon, and "flash", which contains information about the End light flash. The "flash" section supports an "illuminance" field which controls the max illuminance of the End light flash, and a "color" field, which controls the color of the flash. Example JSON with this new format follows:
{ "format_version": "1.21.80", "minecraft:lighting_settings": { "description": { "identifier": "minecraft:default_lighting" }, "directional_lights": { "orbital": { "sun": { "illuminance": { "0.0": 1.0, }, "color": { "0.0": [ 255, 255, 0 ] } }, "moon": { "illuminance": { "0.0": 1.0, }, "color": { "0.0": [ 0, 0, 255 ] } }, "orbital_offset_degrees": 5.0 }, "flash": { "illuminance": 1.0, "color": [ 255, 0, 255 ] } }, "emissive": { "desaturation": 0.2 }, "ambient": { "color": "#FFFFFF", "illuminance": 0.4 }, "sky": { "intensity": 0.8 } } }