setIcon("atop:amber_sword")
setTitle("你什么时候才会吸取教训呢？")
setDescription("你的行动是有代价的！！")

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

addRewardFunction("triumph:calamarigoldRightClick")

criteria = addCriteria("Dev Relic 1", "triumph:right_click_item")
criteria.setItem(<atop:amber_sword>)


alwaysHidden()
setHidden(true)
//Set the toast notification in the top right corner of the screen to not show up when this advancement is achieved.
setShowToast(false)

//Set the advancement to not send a chat message when it is achieved.
setAnnounceToChat(false)
hideLines()