setIcon(<biomesoplenty:sapling_2:3>)
setTitle("法术之根")
setDescription("于地壳深处盘桓，这些树根映射了头顶星空的魔法之线。种下一棵树苗，收获它所拥有的宝贝。")

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

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

alwaysVisible()
setShowToast(false)
setAnnounceToChat(false)
// (horizontal, vertical)
setPos(-365,-35)