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

addParent("triumph:95_venus/root")

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

// list of unsorted items
setRequiresParents()
