
//Set the icon item
setIcon(<pyrotech:flint_and_tinder>)

//Set the title String
setTitle("Caveman like fire")

//Set the description String
setDescription("It's time to burn shit, brother. Craft a Flint and Tinder")

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

//Set the position
setPos(-190,-15)

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

//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(<pyrotech:flint_and_tinder>)

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