From c63bc43d120d98d534db816d01e0fa173b0000af Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 31 Jan 2020 22:21:16 +0100 Subject: [PATCH] add patchouli for crimson meal --- .../en_us/entries/items/crimson_meal.json | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/main/resources/data/naturesaura/patchouli_books/book/en_us/entries/items/crimson_meal.json diff --git a/src/main/resources/data/naturesaura/patchouli_books/book/en_us/entries/items/crimson_meal.json b/src/main/resources/data/naturesaura/patchouli_books/book/en_us/entries/items/crimson_meal.json new file mode 100644 index 00000000..33f932bb --- /dev/null +++ b/src/main/resources/data/naturesaura/patchouli_books/book/en_us/entries/items/crimson_meal.json @@ -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" + } + ] +} \ No newline at end of file