
setIcon("pyrotech:worktable")

setFrameType("challenge")

setTitle("A first worktable")

setDescription("Use your axe on a log on the chopping block to obtain a plank. Do the same with this plank and obtain a slab. Combine the slab with a log to craft your first wortable.")

alwaysVisible

setShowToast(true)

setAnnounceToChat(true)

addParent("triumph:start/chopping")

criteria = addCriteria("crafted", "triumph:player_crafted_item")

criteria.setItem("pyrotech:worktable")
setPos(199,121)