
setIcon("pyrotech:material", 10)

setTitle("Hidden in the gravel")

setDescription("Collect flint shards with the crude shovel by breaking blocks of gravel.")

visibleIf("triumph:start/root")

addParent("triumph:start/crudeshovel")

setShowToast(true)

setAnnounceToChat(true)

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

criteria.addItem("pyrotech:material", 10)
setPos(136,57)