setIcon(<aether_legacy:golden_oak_sapling>)
setTitle("A Tree Is Known By Its Magick")
setDescription("It appears some trees are more apt to drawing upon magick than others. Discover one of these trees and plant it.")

addParent("triumph:advancements/magick/leyoftheland/leyoftheland")

// make this unlock with planting any arcane sapling
criteria = addCriteria("Arcane Sapling", "minecraft:placed_block")
criteria.setBlock(<ore:arcaneSapling>)

alwaysVisible()
// (horizontal, vertical)
setPos(-330,-35)