setIcon("minecraft:iron_ingot")
setTitle("The Most Versatile Ore")
setDescription("Mine iron ore, one of the keys to civilization and precursor to all steels")

addParent("triumph:advancements/ores/tin")
addParent("triumph:advancements/ores/copper")

criteria = addCriteria("Iron ore", "triumph:player_harvest_block")
criteria.setBlock(<ore:oreIron>)

alwaysVisible()
setPos(-362,23)
hideLines()