Hello i have a problem with this skript, so this is all going smoothly but I want to ask for help to change it a little, so this script can destroy the surrounding blocks with a 3x3 block radius but can also destroy the bedrock, so I want to ask how the surrounding blocks such as the bedrock are not also destroyed?
on break of stone or deepslate or netherrack:
if name of player's tool is "&eAstral Pickaxe":
loop blocks in radius 2 around the targeted block:
give loop-block to player
set loop-block to air
on break of stone or deepslate or netherrack:
if name of player's tool is "&eAstral Pickaxe":
loop blocks in radius 2 around the targeted block:
give loop-block to player
set loop-block to air