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

//Set title String
setTitle("Recipe Module")

//Set description String
setDescription("Everything you need to know about Inspirations' Recipe Module")

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

hideLines()

addCriteria("location", "minecraft:location")
setShowToast(false)
setAnnounceToChat(false)
setPos(-163,50)