
setIcon("pyrotech:bone_pickaxe")

setTitle("Time to better mine")

setDescription("Craft a better pickaxe 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("betterpick0", "minecraft:inventory_changed")
criteria0.setItem("pyrotech:flint_pickaxe")

criteria1 = addCriteria("betterpick1", "minecraft:inventory_changed")
criteria1.setItem("pyrotech:bone_pickaxe")
setPos(-41,18)