setIcon(<rustic:book>)
setTitle("农夫的破旧年鉴")
setDescription("找到农夫的破旧的年历通书。")


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

addRewardFunction("triumph:rusticAlmanac")



//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(true)

criteria = addCriteria("Farmer's Tattered Almanac", "minecraft:inventory_changed")
criteria.addItem("rustic:book")

hideLines()

alwaysVisible()
setPos(-55, 0)