alwaysVisible()
setTitle("My second tool")
setDescription("Craft a stone paxel")
setPos(170,0)
setIcon(<mekanismtools:stonepaxel>)

addParent("triumph:10_overworld/furnace")

criteria = addCriteria("stonepaxel", "minecraft:inventory_changed")
criteria.addItem(<mekanismtools:stonepaxel>)

// list of unsorted items
setRequiresParents()
