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

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

//Set description String
setDescription("Everything you need to know about Inspirations' Tweaks 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(-235,116)