NaturesAura/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/items/crimson_meal.json
2021-12-28 11:53:10 +01:00

21 lines
1.1 KiB
JSON

{
"name": "Crimson Meal",
"icon": "naturesaura:crimson_meal",
"category": "naturesaura: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"
}
]
}