alwaysVisible()
setTitle("I have the key")
setDescription("Use the compass\n Find the dungeon\nKill the boss\nGet the key\nOpen the chest")
setPos(204,0)
setIcon(<galacticraftcore:key>)

addParent("triumph:80_moon/compass")

criteria = addCriteria("get key", "minecraft:inventory_changed")
criteria.addItem(<galacticraftcore:key>)

// list of unsorted items
setRequiresParents()
