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

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

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

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

//Set the position
//setPos(80,65)

hideLines()

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

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


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

setPos(-40,59)