alwaysVisible()
setTitle("Kill the wither!")
setDescription("Kill the wither!")
setPos(68,0)
setAnnounceToChat(false)
setIcon(<minecraft:nether_star>)
setShowToast(false)

addParent("triumph:60_nether/elytra")

criteria = addCriteria("Wither", "minecraft:player_killed_entity")
criteria.setEntityType("minecraft:wither")

// list of unsorted items
setRequiresParents()
