alwaysVisible()
setTitle("Teleporter to the 2^3 dimension")
setDescription("Level up a villager and trade overworld coins for a teleporter block to the compound dimension")
setPos(567,12)
setIcon(<torgo:teleporter_block_compound>)

addParent("triumph:10_overworld/coin")

criteria = addCriteria("block_teleporter_compound", "minecraft:inventory_changed")
criteria.addItem(<torgo:teleporter_block_compound>)

// list of unsorted items
setRequiresParents()
