setIcon(<contenttweaker:info>)
setTitle("Learn more")
setDescription("When looking at recipes, click this icon on top of the interface to get more information on that item. Always remember that some items can be more useful in machines and stations other than the crafting table, so be sure to check different recipe tabs")

addParent("triumph:advancements/main/recipes")


//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.setCount(5)

setHidden(true)
setPos(-500,-20)