Popular
-
ESBE Shader 3G v2.2 for Minecraft PE 1.16 & 1.17 (1.21/26+)
ESBE is offered initially in two versions for -
Minecraft PE 26.20.21 (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.5 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 -
AziFy Shader (EnDefault/TrulyDefault/UltraMerged/Reimagined/Revive) for 26.10.27+
AziFy got its first version on Render Dragon
Minecraft PE 1.19.30.23 Changelog
Vanilla Parity
Spectator Mode (Experimental)
- Capes are no longer rendered while in Spectator Mode
- Spectator players in Lava Cauldrons no longer display the burning animation
Blocks
- Banners now spawn correctly in newly generated structures
Gameplay
- Player textures and UI elements should no longer turn pink after playing for an extended period time on highly populated servers
- Fixed issue where player would see inside of Top Snow when diving into it while wearing Elytra
Graphical
- Fixed a bug where the name tag background was slightly offset
Performance and Stability
- Fixed a crash that could occur when resuming the game on Xbox
Items
- It is no longer possible to get an aged Sapling in the inventory by block-picking
- Item stacks now are merged together after assigned tick threshold
Mobile Controls
- Resolves issue in new Touch Controls where the sprint button could not be toggled when standing still
- Added logic to automatically toggle off sprint button when player releases the on-screen joystick
Mobs
- Reduced the Enderman's teleport range to 32x32x32 to ensure that it cannot despawn itself by teleporting
- Reverted a change to Drowned spawning, and they again spawn in Warm Ocean biomes to match the Java Edition
User Interface
- Added a missing settings button on packs in the updated Create New World screen
- Added a new disconnection error message - "Unable to connect, please restart your client"
- Added a paste button to the Command Block screen
- Updated splash texts
- Fix issue causing messages with non-unicode characters to have incorrect spacing
General
- Fixed a bug where deleting cloud synced worlds would not delete the cloud version of the world when the player deletes the world locally
- EDU Toggle: NPC names default to only being displayed while looking at them
Audio
- Fixed PS4 audio stuttering issues while framerate is low
Technical Updates
General
- Fixed a crashing issue related to undyed Shulkers
Commands
- The '/execute at' and '/execute as' commands will now execute at the correct relative rotation
- '/execute at @e run kill @e' no longer crashes the game when there are items on the ground
- Added chat output when entities are skipped by "/ride summon_ride no_ride_change"
Experimental Technical Features
Actor Properties
- Add a content error when default or set_property expressions include side-effects, such as Molang variable assignment
GameTest Framework
- Memory Watchdog
script-watchdog-memory-warning-Produces a content log warning when the combined memory usage exceeds the given threshold (in megabytes). Setting this value to 0 disables the warning. (default = 100)script-watchdog-memory-limit-Saves and shuts down the world when the combined memory usage exceeds the given threshold (in megabytes). Setting this value to 0 disables the limit. (default = 250)
- Player
- setVelocity will now throw an exception when called on player types
- Watchdog
- Increased slow code warning threshold from 2 ms to 6 ms
- Items
- Renamed
ItemstoItemTypes
- Renamed
- ItemTypes
- Added
function getAll(): ItemTypeIterator-Returns an iterator of all available item types
- Added