
//Set icon item
setIcon(<aether_legacy:aether_grass>)

//Set title String
setTitle("Up In The Sky")

//Set description String
setDescription("Enter the Aether dimension. You create a portal to the Aether, by making the frame just like the nether portal. But instead use glowstone for the blocks, and a water bucket to ignite the portal.")

//Add a parent advancement. The syntax is "modid:folder/path/to/the/advancement/then/filename"
addParent("challenges:challenges/root")

//Set the position
setPos(-1006,-355)

//Hide the connection lines, so I can have a pretty shape
hideLines()

criteria = addCriteria("Entered Aether Dimension", "minecraft:location")
criteria.setDimID(4)