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.0.26 (27) Changelog
Features and Bug Fixes
Sounds
- Added new music for The Wild Update
- Frogs now use all hurt sounds
- Froglights now have the correct breaking sound
Ancient Cities
- Soul Lanterns no longer generate on air blocks in Ancient Cities
- The City Center structure now forms a complete rectangle of Reinforced Deepslate
- Added Echo Shards to the Ancient City loot chests
- Updated Ancient City structures to match Java
Warden
- Warden now has a Sonic Boom attack that deals ranged damage and knockback to the target it strikes
- Warden no longer “sniffs” while it has a target
- Prevent the Warden from digging down if it sniffs a target
- Warden can now be pushed by other mobs
- Warden now gets angry at all mobs that bump into it
- Fixed a crash when swapping between game modes when attacking the Warden
- Warden now gives correct amount of XP
Allay
- Allay interact tooltip now says "Give item to Allay"
Blocks
- Wither can't destroy Reinforced Deepslate anymore
- Ender Dragon can't destroy Reinforced Deepslate anymore
- Reinforced Deepslate has been moved to the Nature tab in Creative Inventory
Mud Brick Block
- Mud Brick Stairs/Slabs/Walls are now grouped properly
Gameplay
- Fixed game crash when using the Material Reducer (Education Edition feature)
- Fixed Light Blocks being destroyable from within while underwater
- Fixed issue with experience gained when taking item from incorrect slot while using Furnace
- Allow Mangrove Roots and Propagules to be compostable
- Allow most plants and saplings to be placeable on Mud and Muddy Mangrove Roots. This includes all Flowers, Saplings, Bamboo, Sugar Canes, Big Dripleaf, and Sweet Berry Bushes
- Allow Mangrove Roots to generate through Snow Layers
- Tadpoles can now be tempted with Slimeballs
Touch Control Settings
- Static Joystick toggle no longer gets disabled upon Move Joystick toggles getting disabled
Graphical
- Updated Boat and Chest Boat item icon textures to make them consistent with Java Edition
Villages
Raids
- Illagers are now allowed to migrate to other villages and progress raids
Technical Updates
JSON
- Fixed an issue that caused weights to not be used for Music
GameTest Framework (Experimental)
- Updated the GameTest Framework interface to add read-only scoreboard support
- World
- scoreboard : Scoreboard - Access world's scoreboard
- Entity
- scoreboard : ScoreboardIdentity - Access the entities scoreboard identity
- Scoreboard - Object representing the scoreboard data
- getObjective(objectiveId : String) : ScoreboardObjective - Method to get a specific objective (by id)
- getObjectives : ScoreboardObjective[] - Method to get all objectives
- getParticipants : ScoreboardIdentity[] - Method to get all scoreboard identities
- ScoreboardObjective - Object representing a scoreboard objective
- id : String - (read-only) scoreboard identifier
- displayName : String - (read-only) scoreboard display name
- getParticipants : ScoreboardIdentity[] - Method to get all objective participant identities
- getScores : ScoreboardScoreInfo[] - Method to get the score info for all participants
- getScore(participant : ScoreboardIdentity) : Int - Method to get the score value of a participant
- ScoreboardIdentity - Object representing a scoreboard participant
- type : ScoreboardIdentityType - (read-only) enum representing the type of identity
- id : Int - (read-only) Unique identifier for the identity
- displayName : String - (read-only) display name for the identity
- getEntity : ScriptActor - get the ScriptActor handle associated with the identity
- ScoreboardIdentityType - Enum representing identity types : .Entity - An entity .FakePlayer - A fake identity .Player - A player
- ScoreboardScoreInfo - Score-Identity pair for an objective
- participant : ScoreboardIdentity - (read-only) The participant
- score : Int - (read-only) The score