setIcon("atop:amethyst_sword")
setTitle("CalaMariGold")
setDescription("Craft Dev Relic 1 of 6 by combining the two items in her name.")

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


criteria = addCriteria("Dev Relic 1", "minecraft:inventory_changed")
criteria.addItem("atop:amethyst_sword")

alwaysVisible()
hideLines()

setPos(-402,138)