
setIcon("pyrotech:material", 11)

setFrameType("challenge")

setTitle("Bones in pieces")

setDescription("Collect bone shards with the crude pickaxe.")

visibleIf("triumph:start/root")

addParent("triumph:start/crudepickaxe")

setShowToast(true)

setAnnounceToChat(true)

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

criteria.addItem("pyrotech:material", 11)
setPos(132,13)