#Wildcard Issue

2 messages · Page 1 of 1 (latest)

wide urchin
#

Am I doing something wrong here to wildcard anything that is in the middle of these? I followed previous searches here and it is erroring out. Trying to make the growing crystals that drop nothing unbreakable.

    e.modify('buddingcrystals:small_.*_bud', block => {
        block.setDestroySpeed(-1);
        block.setExplosionResistance(-1);
    });
    e.modify('buddingcrystals:medium_.*_bud', block => {
        block.setDestroySpeed(-1);
        block.setExplosionResistance(-1);
    });
    e.modify('buddingcrystals:large_.*_bud', block => {
        block.setDestroySpeed(-1);
        block.setExplosionResistance(-1);
    });
});```
meager solarBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!