setIcon("minecraft:redstone")
setTitle("Useful When Powered")
setDescription("Mine redstone ore, the dozed and uneasy backbone of modern and ancient civilizations alike")

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

criteria = addCriteria("Redstone", "triumph:player_harvest_block")
criteria.setBlock(<ore:oreRedstone>)

alwaysVisible()
setPos(-170,44)
hideLines()