Is it possible to make when you destroy 1 block, the blocks around it on a will break? My code right now removes the blocks that are under the block that I break.
My code:
Picture: (The green blocks need to be destroyed, the red blocks should not be destroyed)
My code:
Code:
loop blocks in radius 2 of event-block:
set loop-block to air
Picture: (The green blocks need to be destroyed, the red blocks should not be destroyed)