
//Set icon item
setIcon(<mod_lavacow:sharptooth>)

//Set title String
setTitle("Ripjaws")

//Set description String
setDescription("Transform into a Piscciss Volann")

//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(-147,-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")