
//Set icon item
setIcon(<minecraft:ghast_tear>)

//Set title String
setTitle("Ghostfreak")

//Set description String
setDescription("Transform into an Ectonurite")

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

//Set the position
setPos(-93,-41)

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

//Adds criteria named "bob" with the trigger type "minecraft:impossible". This function returns the criteria as an object
//This trigger type is impossible to complete. It is useful as the trigger for a root when you want to have a page of permanently hidden advancements. Vanilla uses this for the root of its recipes page.
criteria = addCriteria("bob", "minecraft:impossible")