
setIcon("pyrotech:sawmill_blade_bone")

setTitle("It seems to cut!")

setDescription("Craft a sawmill blade, with 1 block of diorite and diorite rocks, flint shards or bone shards.")

visibleIf("triumph:moresurvival3/root")

addParent("triumph:moresurvival3/diorite")

setShowToast(true)

setAnnounceToChat(true)

setRequirements("any")

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

criteria1 = addCriteria("sawmill_blade_stone", "minecraft:inventory_changed")
criteria1.setItem("pyrotech:sawmill_blade_stone")

criteria2 = addCriteria("sawmill_blade_flint", "minecraft:inventory_changed")
criteria2.setItem("pyrotech:sawmill_blade_flint")
setPos(90,95)