setIcon(<iceandfire:bestiary>)
setTitle("Bestiary")
setDescription("Get a Bestiary to learn more about the mystical creatures. But some manuscripts appear to be missing...")

addParent("triumph:advancements/guides/root")

//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("iceandfire:bestiary")

hideLines()
alwaysVisible()
setPos(20,-25)