
setIcon("pyrotech:material", 27)

setTitle("Break the brick !")

setDescription("Break a massonry brick on your granite anvil.")

visibleIf("triumph:moresurvival3/root")

addParent("triumph:moresurvival3/root")

setShowToast(true)

setAnnounceToChat(true)

criteria = addCriteria("stonerod", "minecraft:inventory_changed")

criteria.addItem("pyrotech:material", 27)
setPos(27,185)