setIcon("minecraft:gold_ingot")
setTitle("The Golden Age")
setDescription("Mine gold ore, it's shiny, useful for components and can be alloyed with silver and ambrosium to make aetherial electrum")

addParent("triumph:advancements/ores/bronze")

criteria = addCriteria("Gold ore", "triumph:player_harvest_block")
criteria.setBlock(<ore:oreGold>)

alwaysVisible()
setPos(-409,-104)
hideLines()