
//Set the icon item
setIcon(<artisanworktables:worktable:2>)

//Set the title String
setTitle("Advanced Assembly")

//Set the description String
setDescription("Craft a Mason's Worktable")

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

//Set the position
setPos(-127,1)

//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(<artisanworktables:worktable:2>)

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