alwaysVisible()
setTitle("Obtain the End teleporter")
setDescription("Kill the Wither, craft the teleporter")
setPos(102,0)
setIcon(<torgo:teleporter_block_end>)

addParent("triumph:60_nether/wither")

criteria = addCriteria("Obtain End teleporter", "minecraft:inventory_changed")
criteria.addItem(<torgo:teleporter_block_end>)

// list of unsorted items
setRequiresParents()
