Explosive shovel: Loop-blocks with wrong id for red sand

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Komiiker

Member
Jan 11, 2024
1
0
1
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..