setIcon(<contenttweaker:slayers_tattered_journal>)
setTitle("杀戮者的破旧日志")
setDescription("找到杀戮者的破旧日志。")


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

addRewardFunction("triumph:slayersjournal")



//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("Slayer's Tattered Journal", "minecraft:inventory_changed")
criteria.addItem("contenttweaker:slayers_tattered_journal")

hideLines()

alwaysVisible()
setPos(-55, 0)