
setIcon("pyrotech:crude_axe")

setTitle("A crude axe")

setDescription("Create your first axe with 2 rocks, 1 plant fiber and 1 stick. Gather some logs !")

alwaysVisible

addParent("triumph:start/fiber")
addParent("triumph:start/sticks")
addParent("triumph:start/rock")

setShowToast(true)

setAnnounceToChat(true)

criteria = addCriteria("crafted", "triumph:player_crafted_item")
criteria.setItem("pyrotech:crude_axe")

setPos(101,121)