
setIcon(<contenttweaker:amethyst_ingot>)

setFrameType("challenge")

setTitle("Amethyst Ingot!")

setDescription("Craft an amethyst ingot with 8 iron ingots and 1 amethyst in a stoked crucible.")

visibleIf("triumph:ironage/root")

addParent("triumph:ironage/bellowcrucible")

setShowToast(true)

setAnnounceToChat(true)

criteria = addCriteria("amethystingot", "minecraft:inventory_changed")

criteria.addItem(<contenttweaker:amethyst_ingot>)
setPos(31,13)