
setIcon("pyrotech:chopping_block")

setTitle("Chop chop !")

setDescription("Create a chopping block with an axe and a log in your crafting grid.")

visibleIf("triumph:start/root")

addParent("triumph:start/crudeaxe")

setShowToast(true)

setAnnounceToChat(true)

criteria = addCriteria("crafted", "triumph:player_crafted_item")
criteria.setItem("pyrotech:chopping_block")
setPos(136,121)