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

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

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

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

//Set the toast notification in the top right corner of the screen to not show up when this advancement is achieved.
setShowToast(false)

hideLines()

//Set the advancement to not send a chat message when it is achieved.
setAnnounceToChat(false)


addCriteria("location", "minecraft:location")

setPos(46,59)