Code:
on block break:
if player's tool is diamond shovel with lore "&cExplosive":
loop blocks in radius 1.9 of event-block:
if loop-block is sand or red sand block or soul sand or dirt or grass block:
give loop-block to player
set {_drops::*} to drops of block with player's tool
set loop-block to air
give player {_drops}
The skripts loads in just fine but when I mine the problem occurs. It doesn't loop the red sand in my mine.
What is the right id for it? I've tried: minecraft:red_sand, 12:1 and red_sand. The skript only allows red sand but doesn't loop red sand. Just the normal sand..