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.50.21 Changelog
Experimental Features
Bamboo Wood Types
- Added new base blocks for Bamboo Wood types
- Added recipes for Bamboo Wood types
- Added Bamboo Flooring block variants
- Added Bamboo Raft and Raft with Chest
Camel
- Added Camel base mob functionality
- Added two-seat rider functionality to Camel
- Add Dashing ability to Camel
- Camels randomly sit down for a short amount of time
- Camels can spawn in desert villages
- Camel is a tall animal and the rider is high enough in the air that melee mobs can’t reach them
Chiseled Bookshelf
- A new, chiseled variation of the Bookshelf
- Crafted with 6 Planks and 3 Wooden Slabs
- Can store Books, Book and Quills, and Enchanted Books
- Holds up to 6 Books
- Keeps the stories and lore of your world safe
- Comparators can detect the last book placed/removed
- Perfect for hiding secrets in your spooky library
Hanging Sign
- Added Hanging Signs, which can be placed beneath and on the side of a block
- Added Hanging Sign of all wood types and recipes
- Hanging Signs can be placed under narrow blocks with center support
- Hanging Signs have their own specific UI when writing text on the sign
Non-Experimental Features and Bug Fixes
Dressing Room
- Added 7 new friends for Steve & Alex to the cast: Ari, Efe, Zuri, Sunny, Makena, Kai, and Noor
- Added a new first-time modal to the dressing room introducing the cast
- Updated the "create character" process in the dressing room to select a default cast member as your base character
- Added each cast members clothing pieces into the character creator
Vanilla Parity
Spectator Mode
- Allays no longer throw items to players in Spectator Mode
Blocks
- Wooden Doors, Iron Doors, Wooden Trapdoors, Iron Trapdoors, and Fence Gates now use the same opening and closing sound effects as Java Edition
- Updated Pressure Plates to have different pitches based on their behaviour to match Java Edition
- Added unique button click sound for Wooden Buttons to match Java Edition
- Crimson and Warped block sets now have a unique set of sounds
Villager
- While playing tag, baby Villagers will now run at a quicker speed that matches Java Edition
Touch Controls
- Removed the action delay from Attack and Interact buttons
- When the joystick is unlocked, the draggable range has been changed to be the same as the when the joystick is locked. In both modes, if auto-sprinting is enabled, it will start when the joystick is dragged slightly above the background. The auto-sprint will disengage if the joystick control is subsequently moved back into the joystick background area
- A tap gesture will now fire a charged Crossbow. Previously it was necessary to hold the gesture for 400ms before the bolt would fire
- Fixed an issue where players couldn't drag/drop in the Anvil screen
User Interface
- You can now bind the copy coordinate keys with full keyboard gameplay turned on
World and Dimensions
- Fixed a bug that could cause players to get stuck on the "Building Terrain" screen when changing dimensions
Gameplay
- Temporarily reverted the fix for effects being inherited by bred mobs, while a related issue is addressed first
Technical Updates
Actor Properties
- Actor Properties are no longer experimental (this includes Molang queries and property filters, but not Permutations)
Add-Ons and Script Engine
- Fixed an issue where changing the subpack of Resource Packs that have subpacks, would not apply changes until the game was restarted
AI Goals
- Exposed new data parameters for the "minecraft:offer_flower" AI behaviour to specify such things as the time that the mob offers the flower for, the chance that the goal will start, and the dimensions of the AABB used to search for a mob to offer a flower to
- The "minecraft:offer_flower" AI behavior can now be used by any mob, not just the Iron Golem
- The "minecraft:offer_flower" AI behavior will now search through all mobs in the specified range rather than just the closest one, meaning that this goal has the potential to be used more consistently than before
- Exposed new data parameters for the "minecraft:take_flower" AI behavior to specify such things as the conditions to be met to start the goal, the min and max wait times before taking the flower, and the dimensions of the AABB used to search for a mob to take a flower from
- The "minecraft:take_flower" AI behavior can now be used by any mob, not just baby Villagers
Stability and Performance
- Fixed a crash that would occur if Education Edition items were rendered without the Education Edition toggle turned on
Experimental Technical Features
Commands
- As a preview of upcoming potential changes to how commands run, new experimental functionality within the Upcoming Creator Features experiment causes all command execution to run at the end of the current tick
General
- Removed the functionality of the 'minecraft:breathability' component. Component will have no effect on the custom defined block
API
- Initial APIs are releasing out of beta and will be usable without an experimental flag.
- The first module to release is @minecraft/server as version 1.0.0. The APIs included with this are listed below.
- Non-beta APIs like those included in the @minecraft/server 1.0.0 module do not require the Beta APIs experiment to be turned on, and will be more stable over time
- This initial API set is narrow, but we intend to add more APIs into non-beta modules over the coming months
- @minecraft/server will continue to develop in Beta and those Beta APIs have been incremented in version to 1.1.0-beta; if you wish to continue to use Beta @minecraft/server APIs, manifest.json references will need to be updated to 1.1.0-beta.
- APIs included in the @minecraft/server version 1.0.0 release:
- System type (Exposed via systemglobal instance)
- run() - runs a function on the next tick (can be used to maintain a game loop tick over tick)
- World type (exposed via worldglobal instance)
- getDimension()
- getAllPlayers()
- MinecraftDimensionTypes type
- nether
- overworld
- theEnd
- Dimension type
- id
- runCommandAsync()
- CommandResult type
- commandResult
- Entity type
- id
- typeId
- dimension
- runCommandAsync()
- Player type
- name
- System type (Exposed via systemglobal instance)