alwaysVisible()
setTitle("Find the Nether teleporter")
setDescription("Explore the dungeon, find a nether teleporter")
setPos(91,0)
setIcon(<torgo:teleporter_block_nether>)

addParent("triumph:50_hunting/enterdoor")

criteria = addCriteria("block_nether", "minecraft:inventory_changed")
criteria.addItem(<torgo:teleporter_block_nether>)

// list of unsorted items
setRequiresParents()
