//Set the icon item
setIcon(<thaumcraft:salis_mundus>)

//Set the title String
setTitle("Magical Dust")

//Set the description String
setDescription("Using a BOWL, REDSTONE DUST, FLINT and THREE DIFFERENT VIS CRYSTALS craft SALIS MUNDUS.")
setFrameType("goal")
//Set the parent advancement. The syntax is "modid:folder/path/to/the/advancement/then/filename"
setParent("triumph:onom/sleeponit")

//Set the position
setPos(16,12)

//Set this to use direct lines, so I can have a pretty shape
drawDirectLines(true)

//Adds criteria named "crafted" with the trigger type "triumph:player_crafted_item". This function returns the criteria as an object
criteria = addCriteria("crafted", "triumph:player_crafted_item")

//Sets the item for the criteria. This is the item that needs to be crafted.
criteria.setItem(<thaumcraft:salis_mundus>)

//By not setting anything about requirements here, all criteria are automatically required