Popular
-
Minecraft PE 26.30.26 (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
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