//This is a root advancement. It is the base advancement for a page. As such, it has no parent and has to set a background.

setIcon(<botania_tweaks:compressed_tiny_potato_7>)
setTranslatedTitle("advancements.floramancer.root.title")
setTranslatedDescription("advancements.floramancer.root.description")
setBackground("botania:textures/blocks/chiseledmanaquartz0.png")

setShowToast(false)
setAnnounceToChat(false)
setHidden(true)

setPos(10, 11)

//Adds a single location criteria. Since this has nothing specific set, it will be completed the instant the player is added to the world, thus unlocking the page instantly.
addCriteria("location", "minecraft:location")

