setIcon(<dungeontactics:dungeonpedia_volume_1>)
setTitle("World")
setDescription("Volume 8 of the Dungeonpedia")

addParent("triumph:advancements/guides/dungeonpedia/dungeonpedia7")

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

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

criteria = addCriteria("Inventory changed", "minecraft:inventory_changed")
criteria.addItem("dungeontactics:dungeonpedia_volume_8")

visibileIf("triumph:advancements/guides/dungeonpedia/dungeonpedia")
setPos(210,50)