mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 11:53:29 +01:00
aura plant patchouli
This commit is contained in:
parent
29b291eb15
commit
f459116238
1 changed files with 23 additions and 0 deletions
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"name": "Aura Plants",
|
||||||
|
"icon": "naturesaura:aura_bloom",
|
||||||
|
"category": "practices",
|
||||||
|
"pages": [
|
||||||
|
{
|
||||||
|
"type": "text",
|
||||||
|
"text": "A natural occurence that helped the discovery of $(aura) are certain kinds of vegetation that appear almost everywhere in the world. These two plants, specifically $(item)Aura Blooms$() and $(item)Aura Cacti$() are known to cause the area around them to naturally contain a higher concentration of $(aura) when they first grow."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "spotlight",
|
||||||
|
"item": "naturesaura:aura_bloom",
|
||||||
|
"link_recipe": true,
|
||||||
|
"text": "The $(item)Aura Bloom$() grows in any kind of area where there is $(thing)grass$() to be found, usually in small patches. Finding areas like these can be espeically useful when first starting out with $(aura), since it is much less destructive for the environment to collect $(aura) using the $(l:practices/aura_bottle)Bottle and Cork$() here."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "spotlight",
|
||||||
|
"item": "naturesaura:aura_cactus",
|
||||||
|
"link_recipe": true,
|
||||||
|
"text": "The $(item)Aura Cactus$() grows in deserted areas of any color, as well as $(thing)mesa$() regions. Since these areas are usually fairly barren with not many plants to be found, these can be a good starting point as well as a nice decoration, since they, along with their bloom counterpart, fit perfectly inside $(item)Flower Pots$()."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue