
setIcon("pyrotech:bone_shovel")

setTitle("A better shovel")

setDescription("Craft a better shovel with the worktable, with flint shards or bone shards.")

visibleIf("triumph:moresurvival/root")

addParent("triumph:moresurvival/crudehammer")

setShowToast(true)

setAnnounceToChat(true)

setRequirements("any")

criteria0 = addCriteria("bettershovel0", "minecraft:inventory_changed")
criteria0.setItem("pyrotech:flint_shovel")

criteria1 = addCriteria("bettershovel1", "minecraft:inventory_changed")
criteria1.setItem("pyrotech:bone_shovel")
setPos(-41,170)