setTitle("Crafting Station")

setIcon(<tconstruct:tooltables>)

setDescription("Take your planks and make a Crafting Station to start craft 3x3 recipes. The Crafting is an upgrade from the Crafting Table. It allows items to stay in the table when you leave the window")

addParent("tutorial:tutorial/oakPlanks")

drawDirectLines(true)

//Criteria
criteria = addCriteria("Obtain a Crafting Station", "minecraft:inventory_changed")
criteria.addItem(<tconstruct:tooltables>)

//Rewards
setRewardExperience(4)

setPos(11,-28)