-
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 26.20.21 Changelog
Blocks
-
Tall Seagrass no longer breaks when generated using Bonemeal
-
Bone Meal no longer produces Seagrass's upper half above other plants
General
- Fall damage visual effects now trigger when the entity hits the ground
Graphical
-
The baby Bees' textures have been updated to match the adult Bees' textures
-
Fixed an issue where Static Colored Lighting wouldn't propagate in chunks that were completely empty in Vibrant Visuals mode.
-
Fixed broken or incorrect textures after loading a world
Input
- Fixed changing from handheld to docked Joy-Cons preventing input
Mobs
-
Updated the Snow Fox baby's sleeping texture; eyes are now dark blue to match adult's sleeping texture
-
Baby Zombies are no longer levitating when riding baby mobs
-
The rabbits' idle animation has been disabled while they are leashed
-
The baby Wolves' hind legs are now rotated correctly while sitting
-
Fixed a bug where Slime family mobs' bounce animations would snap abruptly
Sounds
-
Baby spawn sounds now play with the correct pitch for the following baby mobs:
- Baby Pig
- Baby Cat
- Baby Chicken
- Baby Horse
- Baby Wolf
Stability and Performance
-
Fixed a crash that could occur when loading the Token FAQ page on PlayStation
-
Fixed crash that could occur when logging Molang content
User Interface
-
Fixed caret movement acting twice and backspace deleting too many characters when using a physical keyboard on iOS
-
Improved how scrollable screen content is displayed in Ore UI menu screens on devices with notches, rounded corners or safe zones applied. Content now smoothly scrolls beneath the safe area instead of being cut off.
-
Furnace recipes will now unlock when you collect the corresponding material. The feature is available under "Experimental"
Technical Updates
Blocks
-
The pick-block action will now give the desired item in a flowerpot when the "minecraft:block_placer" component is defined with "replace_block_item" set to true
-
Fix validation of large geometries that are scaled down with a transformation component
AI Goals
-
Made the schema for
minecraft:behavior.jump_around_targetstricter when parsing, now will fail to load an entity json that has invalid data in versions 1.26.20 and newer. Float Range fieldsvalid_distance_to_targetandlanding_distance_from_targetnow only accepts an object withminandmaxvalues. Other formats will fail to parse -
Made the schema for
minecraft:behavior.jump_to_blockstricter when parsing, now will fail to load an entity json that has invalid data in versions 1.26.20 and newer. Float Range fieldcooldown_rangenow only accepts an object withminandmaxvalues. Other formats will fail to parse -
Made the schema for
minecraft:behavior.move_around_targetstricter when parsing, now will fail to load an entity json that has invalid data in versions 1.26.20 and newer. Float Range fielddestination_position_rangenow only accepts an object withminandmaxvalues. Other formats will fail to parse -
Made schemas for the following goals stricter when parsing and will fail to load an entity json that has invalid data in versions 1.26.20 and newer.
minecraft:behavior.find_coverminecraft:behavior.find_mountminecraft:behavior.find_underwater_treasureminecraft:behavior.flee_sun
-
Made schemas for the following goals stricter when parsing and will fail to load an entity json that has invalid data in versions 1.26.20 and newer.
minecraft:behavior.floatminecraft:behavior.follow_ownerminecraft:behavior.follow_parentminecraft:behavior.hold_ground
API
-
Added
maximumRenderDistanceproperty toDebugShape. -
Added
maximumRenderDistanceproperty toPrimitiveShape. -
The default render distance used by
DebugShapeandPrimitiveShapeis now your client's render distance, instead of infinity. If you'd like to match the old behavior, you can setmaximumRenderDistanceto a very large number (Infinity isn't valid in scripting due to platform differences unfortunately). -
Added
InvalidTypeandUnsupportedValuetoInvalidArgumentErrorTypeenum in@minecraft/commonv1.3.0
DDUI
- Made close buttons client authoritative so that forms close more quickly.
Editor
-
Toast notifications are grouped when multiple errors are triggered rapidly.
-
Disabled left mouse button paste in Paste Preview when Keyboard-only cursor mode is active
-
Added the Primitives tool to the Editor tool rail
-
Fixed Paste Preview appearing at an unpredictable position when entering Keys Only cursor mode from the dropdown, T key, or tool activation while Keys Only is already selected. The preview now appears at the block the player is looking at, or 32 blocks in front of the camera if no block is in view.
-
Implemented auto-save for structure detail setting and removed Save button and Save menu from structure detail pane
-
The Vibrant Visuals generate resource pack button now exports any edited configurations to a resource pack with a folder link provided
Entity Filters
-
Removed "has_equipment_block_tag" entity filter
- We should not be looking at block tags on items for item behavior, and because of this the filter is being removed
General
- Upgraded particles, trading, and cameras JSON resources to Cereal slice 1.26.10 and re-serialized to align with the updated schema.
- Updated new features in structure pools to include data driven features.
Items
- New 1.26.10 attachables now use a new 'controller.render.armor.v2' render_controller rather than using an updated 'controller.render.armor'. Fixes some creator content's custom armor not rendering properly
Network Protocol
- Modified the binary format of PlayerEnchantOptionsPacket
User Interface
- Fixed an issue causing the HUD to fail to load after disabling Screen Animations in-game, sometimes causing a soft-lock issue
Experimental Technical Updates
API
- Added
opPlayeranddeopPlayerfunctions to@minecraft/server-adminin beta - Added
allowCheatsboolean property to theWorldclass in@minecraft/serverin beta - Added WebSocket clients to
@minecraft/server-netin betaWebSocketclass added which is used to create and connect websocket clients. This is created as the globalwebsocketobject in@minecraft/server-netWebSocketClientclass added to interact with the websocket and receive data from the server through events
- Moving
BiomeTypes.getAllto2.7.0in@minecraft/server - Moving
BiomeTypes.getto2.7.0in@minecraft/server - Moving
BiomeType.hasTagsto2.7.0in@minecraft/server - Moving
BiomeType.getTagsto2.7.0in@minecraft/server