setIcon(<simple_paraglider:paraglider>)
setTitle("Around the World in 80 Days")
setDescription("Craft a paraglider.")

addParent("triumph:advancements/progression/aether/enterAether")

criteria = addCriteria("Around the World in 80 Days", "minecraft:inventory_changed")
criteria.addItem(<simple_paraglider:paraglider>)

setShowToast(true)
setAnnounceToChat(true)
setFrameType("CHALLENGE")
setUncompletedIconColor(255,71,71)

hiddenUnless("triumph:advancements/progression/aether/enterAether")
drawDirectLines()
setPos(185,-30)