setIcon("simpleores:onyx_gem")
setTitle("Unimaginable Strength")
setDescription("Mine onyx ore, known at some point by humans as the hardest element, inside of sulfur pockets near the top of the nether or embedded in geodes deep in its lava oceans")

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

criteria = addCriteria("Onyx Gem", "minecraft:inventory_changed")
criteria.addItem("simpleores:onyx_gem")

setShowToast(false)
setAnnounceToChat(false)

alwaysVisible()
setPos(28,-52)