Popular
-
Minecraft PE 1.21.130.28 / 26.0.24 (1.21.124)
More epic battles in the new structure, wind -
IndustrialCraft PE Mod 2.4.3 for Minecraft PE 1.16
The IndustrialCraft PE history continues and now -
Inner Core for Minecraft PE 1.16 - 3.1.1b127-128 (ARM64 Update)
Inner Core was created on the basis of the -
X-Ray for Minecraft Bedrock Edition 1.17/1.18/1.19/1.20/1.21.130+
X-Ray is a cult cheat in the past, available as -
TreeCapitator Addon for Minecraft PE 1.17/1.18/1.19/1.20/1.21.130 (26.0)+
No modifications, now the old TreeCapitator is -
ActualGuns Addon (CSO Lite/DLCs/Plus) for Minecraft Bedrock 1.19/1.20/1.21/26.0
ActualGuns is the largest weapon addon for -
Vein Miner & TreeCapitator Addon for Minecraft PE 1.16/1.17/1.20/1.21.130+
Start your first day working as a miner or -
RedPower PE Mod Pre-Release 5.5.1 for Minecraft PE
RedPower PE is a complex and multi-level -
Health Indicator Addon for Minecraft PE 1.15/1.16/1.17/1.18/1.21.130+
So far, this is the only add-on for Minecraft -
AziFy Shader (EnDefault/TrulyDefault/UltraMerged/Reimagined/Revive) for 1.21.130+
AziFy got its first version on Render Dragon
0
Canopy is a technical mod for Minecraft Bedrock Edition that expands control over internal processes with custom commands, monitoring, tools for creative building, farm optimization, and useful survival features.
By: ForestOfLight


When enabled, displays the following in the upper right corner:
• coordinates
• view direction
• TPS and MSPT
• number of entities
• light level
• biome name
• day, time, moon phase
• data of blocks under the crosshairs (type, contents of chests/barrels)
Also works in spectator mode - convenient for viewing mechanisms.
Additionally, there is a display of hopper counters and event trackers (disabled by default).
Functions:
• slow down the game (speed up is not possible due to BP limitations)
• frame-by-frame execution (ideal for analyzing farms and Redstone)
• return to normal tick cycle
Spawn system functions:
• spawn_mocking true - the game processes spawns, but mobs do not appear (useful for testing farms without a mobcap limit)
• spawn tracking start - enable statistics collection
• spawn tracking - show spawn statistics by category and measurement
• spawn recent - last spawns in 30 seconds
• spawn entities - all entities and their coordinates
• spawn test - reset counters + hopper counters
You can also:
• track only one type of mob
• track spawns in a specified area
Any hopper pointing at a wool block becomes a counter.
16 channels - one for each color.
They show:
• number of items
• speed per hour/minute/second
• test time
Only work if placed manually.
For example:
Shows the number of entities in each dimension, TPS, and MSPT.
Checks for mob "clusters" on a grid (the grid size is set manually).
Displays complete data about a block or entity: ID, components, states, tags, positions.
Calculates the distance between coordinates (straight, flat, Manhattan).
Shows coordinates:
• start of movement
• each tick
• TNT explosion
There is a precision setting.
Shows the contents of chests and highlights the desired items.
You can track:
• block breaking
• button presses
• piston activation
• chat messages
• any Script API events
Use:
Teleports you to the block you are looking at.
Can be enabled in survival mode.
Teleports you to the same location in another dimension - as in Java.
Use:
Commands:
Can be enabled in survival mode.
• maximum momentum
Only works when destroyed by a player.
Enable:
Allows you to save 9 different hotbars and switch between them while crouching.
Commands:
You can place custom cameras and view from their perspective.
Use:
The player becomes the owner of the nearest projectiles - mobs begin to drop experience and items.
With an arrow, you can:
• rotate blocks
• change the direction of doors and hatches
If the arrow is in the off-hand, the blocks are placed rotated.
Only works when the piston is moving and the signal is near the note block.
When hit by a projectile, the stand drops items and respawns.
A guard struck by lightning turns into an ancient guard and drops a sponge.


Download Canopy Bedrock Mod v1.5.0 for Minecraft PE 1.21
Canopy Bedrock Mod v1.5.0 for Minecraft PE 1.21
- Author: Bernard
- Date: 16-11-2025, 04:58
Canopy is a technical mod for Minecraft Bedrock Edition that expands control over internal processes with custom commands, monitoring, tools for creative building, farm optimization, and useful survival features.
By: ForestOfLight
Info Display:
Command
./help info displayWhen enabled, displays the following in the upper right corner:
• coordinates
• view direction
• TPS and MSPT
• number of entities
• light level
• biome name
• day, time, moon phase
• data of blocks under the crosshairs (type, contents of chests/barrels)
Also works in spectator mode - convenient for viewing mechanisms.
Additionally, there is a display of hopper counters and event trackers (disabled by default).
Tick control:
Commands
/tick <milliseconds>/tick step <n>/tick resetFunctions:
• slow down the game (speed up is not possible due to BP limitations)
• frame-by-frame execution (ideal for analyzing farms and Redstone)
• return to normal tick cycle
Mob spawn debugging (Spawn Tracking):
Requires enabling the feature:/feature allow spawn_mocking trueSpawn system functions:
• spawn_mocking true - the game processes spawns, but mobs do not appear (useful for testing farms without a mobcap limit)
• spawn tracking start - enable statistics collection
• spawn tracking - show spawn statistics by category and measurement
• spawn recent - last spawns in 30 seconds
• spawn entities - all entities and their coordinates
• spawn test - reset counters + hopper counters
You can also:
• track only one type of mob
• track spawns in a specified area
Hopper counters:
Enable via:/feature hopper_counters trueAny hopper pointing at a wool block becomes a counter.
16 channels - one for each color.
They show:
• number of items
• speed per hour/minute/second
• test time
Commands
/counter/counter <color>/counter reset/counter <color> reset/counter realtimeOnly work if placed manually.
Script Event Commands:
Allow you to run the Canopy command via the usual/scriptevent, including command blocks.For example:
scriptevent canopy:counterscriptevent canopy:counter_resetscriptevent canopy:spawn_testWorld monitoring:
Entities & performance
/healthShows the number of entities in each dimension, TPS, and MSPT.
Entity clusters
/entitydensityChecks for mob "clusters" on a grid (the grid size is set manually).
Block and entity data
/datDisplays complete data about a block or entity: ID, components, states, tags, positions.
Distance
/distanceCalculates the distance between coordinates (straight, flat, Manhattan).
Logging:
Commands:/log tnt/log projectiles/log falling_blocksShows coordinates:
• start of movement
• each tick
• TNT explosion
There is a precision setting.
Searching for items in containers:
Command
/peek/peek <item name>Shows the contents of chests and highlights the desired items.
Track Event (Script API events):
Command
/trackevent <eventName> after|beforeYou can track:
• block breaking
• button presses
• piston activation
• chat messages
• any Script API events
Simplified game mode switches:
/sls - survival/slc - creative/slsp - spectatorJump command:
Enable:/feature jump trueUse:
/sl jumpTeleports you to the block you are looking at.
Can be enabled in survival mode.
Dimension change:
/changedimension nether/changedimension overworld <x> <y> <z>Teleports you to the same location in another dimension - as in Java.
Summon TNT:
Enable:/feature summon_tnt trueUse:
/summon tnt <quantity>Warp system:
Enable:/feature warp trueCommands:
/warp add <name>/warp <name>/warp remove <name>Can be enabled in survival mode.
Disable block destruction by explosions:
/feature no_explosion_block_damage trueTNT momentum control:
• disable random deviation• maximum momentum
/feature no_tnt_prime_momentum true/feature hardcoded_tnt_prime_momentum trueDisable block drops (including inventory contents):
/feature no_tile_drops trueOnly works when destroyed by a player.
Quick hotbar switching:
Requires placing an arrow in the last slot.Enable:
/feature hotbar_switching trueAllows you to save 9 different hotbars and switch between them while crouching.
Camera and free view:
Enable:/feature camera trueCommands:
/camera spectate/camera place/camera viewYou can place custom cameras and view from their perspective.
Claim Projectiles:
Enable:/feature claim_projectiles trueUse:
/claimprojectilesThe player becomes the owner of the nearest projectiles - mobs begin to drop experience and items.
Flipping Arrows:
Enable:/feature flipping_arrows trueWith an arrow, you can:
• rotate blocks
• change the direction of doors and hatches
If the arrow is in the off-hand, the blocks are placed rotated.
Pick up items directly into your inventory:
/feature pickup_on_mine trueDup TNT:
/feature dup_tnt trueOnly works when the piston is moving and the signal is near the note block.
Armor stand respawn:
/feature armor_stand_respawning trueWhen hit by a projectile, the stand drops items and respawns.
Renewable sponge:
/feature renewable_sponge trueA guard struck by lightning turns into an ancient guard and drops a sponge.
Download Canopy Bedrock Mod v1.5.0 for Minecraft PE 1.21
- Category: Mods for Minecraft Pocket Edition
Recommend:
Phase Blocks Addon v1.0.0.5 for Bedrock Edition 1.21Hide anything from the eyes of others, any entrance, passage, tunnel, but without using anything..
Minecraft PE 1.21.130.28 / 26.0.25 (1.21.130)More epic battles in the new structure, wind shooting mob, auto crafting and more..
PlankzPlus (BlockzPlus) Addon for Minecraft PE 1.18/1.19PlankzPlus is a variant of Chisel in a way, published as an addon for Minecraft Bedrock Edition 1.18 and 1.19..
IndustrialCraft PE Mod 2.4.3 for Minecraft PE 1.16The IndustrialCraft PE history continues and now it goes to a new level..
IndustrialCraft PE mod v2.0 Pre-Release 7 for Minecraft PEIndustrialCraft PE is a global mod for MCPE which is a very accurate IndustrialCraft copy for Minecraft PC. It contains the basic mechanisms, generators, and energy..