mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 19:58:34 +01:00
add patchouli for crimson meal
This commit is contained in:
parent
8ff1bed7f5
commit
c63bc43d12
1 changed files with 21 additions and 0 deletions
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "Crimson Meal",
|
||||
"icon": "naturesaura:crimson_meal",
|
||||
"category": "items",
|
||||
"advancement": "naturesaura:aura_bottle_nether",
|
||||
"pages": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "Most of the time, $(item)Bone Meal$() serves the purpose it needs to serve: Fertilizing any plants to make them grow a lot faster. However, when it comes to the $(thing)Nether$() dimension, simple bone meal doesn't fare so well.$(br)This issue, however, can be easily avoided through the use of $(item)Crimson Meal$().$(br)Not only will this substance make any $(item)Nether Wart$() plants grow faster in a similar fashion to how bone meal"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "works, but it will also cause fully grown $(item)Nether Wart$() to turn into a huge $(thing)nether wart mushroom$() that can be harvested for a higher yield of produce."
|
||||
},
|
||||
{
|
||||
"type": "crafting",
|
||||
"text": "Creating the $(item)Crimson Meal$()",
|
||||
"recipe": "naturesaura:crimson_meal"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue