add patchouli for crimson meal

This commit is contained in:
Ellpeck 2020-01-31 22:21:16 +01:00
parent 8ff1bed7f5
commit c63bc43d12

View file

@ -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"
}
]
}