setIcon(<minecraft:crafting_table>)
setTitle("How to view recipes")
setDescription("Hover over any block or item and press R or U to view recipes and uses.")

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

addRewardFunction("triumph:noStage")


//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")

hideLines()
setHidden(true)
setPos(-500,-75)