setTitle("I'm Stumped!")

setIcon("primal_tech:work_stump")

setDescription("No crafting tables yet! Use a Work Stump instead. To craft the items, place them on the table in the correct pattern and use a Crafting Rock to right-click the recipe into existence. When you're finished place the rock in its home at the front of the table")

setParent("triumph:stage0/collectplank")
setRequiresParent(true)

setFrameType("challenge")

//Criteria
criteria = addCriteria("crafted", "triumph:player_crafted_item")
criteria.setItem("primal_tech:work_stump")

//Rewards
setRewardFunction("triumph:stage-0_trigger")
setRewardItem("primal_tech:rock", 0, 1)
setRewardExperience(4)