
setIcon("minecraft:iron_ingot")

setFrameType("challenge")

setTitle("The iron ingot")

setDescription("Put iron ore into your bloomery, then take the bloom with tongs and smash it with a hammer on your anvil to obtain your precious ingot")

visibleIf("triumph:pyrotech/root")

addParent("triumph:pyrotech/bloomery")

setShowToast(true)

setAnnounceToChat(true)

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

criteria.addItem("minecraft:iron_ingot")
setPos(62,13)