diff --git a/build.gradle b/build.gradle index c087668b..ce5777e4 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ repositories { } dependencies { - compile "vazkii.patchouli:Patchouli:1.0-12.63" + compile "vazkii.patchouli:Patchouli:1.0-14.68" deobfCompile "mezz.jei:jei_1.12.2:4.13.1.220" deobfCompile "com.azanor.baubles:Baubles:1.12-1.5.2" diff --git a/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/intro/aura.json b/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/intro/aura.json index c4e7b699..fa1b3d70 100644 --- a/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/intro/aura.json +++ b/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/intro/aura.json @@ -2,7 +2,6 @@ "name": "Aura, conceptually", "icon": "naturesaura:gold_leaf", "category": "intro", - "priority": true, "pages": [ { "type": "text", diff --git a/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/intro/book.json b/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/intro/book.json new file mode 100644 index 00000000..7ca9cab7 --- /dev/null +++ b/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/intro/book.json @@ -0,0 +1,16 @@ +{ + "name": "This Book", + "icon": "minecraft:book", + "category": "intro", + "priority": true, + "pages": [ + { + "type": "text", + "text": "The $(item)Book of Natural Aura$() is the guide to all information related to $(aura), but it can do a lot more than just show informational texts: In it, one can find descriptions of how to $(thing)craft things$(), $(thing)build things$() and a lot more than that.$(br)Additionally, by completing $(item)Advancements$(), more chapters will unlock over time - each new chapter greeting the reader with a $(thing)red icon$()." + }, + { + "type": "text", + "text": "Additionally, to guide the user through the development of their research, some chapters will display $(thing)orange icons$(). These notify the reader of the next step they will have to take to advance their research further. Additionally, there is a direct link to the $(item)Advancement menu$() on the front page, which allows a greater overview of the overall progress." + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/intro/botany.json b/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/intro/botany.json index c4d4fcc4..3692c149 100644 --- a/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/intro/botany.json +++ b/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/intro/botany.json @@ -2,7 +2,6 @@ "name": "Magical Botany", "icon": "minecraft:sapling", "category": "intro", - "priority": true, "pages": [ { "type": "text", diff --git a/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/practices/aura_bottle.json b/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/practices/aura_bottle.json index 15767d21..c1aac6be 100644 --- a/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/practices/aura_bottle.json +++ b/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/practices/aura_bottle.json @@ -3,6 +3,7 @@ "icon": "naturesaura:aura_bottle{stored_type:'naturesaura:overworld'}", "category": "practices", "advancement": "naturesaura:wood_stand", + "turnin": "naturesaura:aura_bottle_overworld", "pages": [ { "type": "text", diff --git a/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/practices/gold_trees.json b/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/practices/gold_trees.json index 5a93f953..740c4f05 100644 --- a/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/practices/gold_trees.json +++ b/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/practices/gold_trees.json @@ -3,6 +3,7 @@ "icon": "naturesaura:gold_leaf", "category": "practices", "priority": true, + "turnin": "naturesaura:gold_leaf", "pages": [ { "type": "text", diff --git a/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/practices/tree_ritual.json b/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/practices/tree_ritual.json index eea3d91d..312c213e 100644 --- a/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/practices/tree_ritual.json +++ b/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/practices/tree_ritual.json @@ -4,6 +4,7 @@ "category": "practices", "advancement": "naturesaura:gold_leaf", "priority": true, + "turnin": "naturesaura:wood_stand", "pages": [ { "type": "text", diff --git a/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/using/altar.json b/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/using/altar.json index f2f81b1c..5d4e6a1f 100644 --- a/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/using/altar.json +++ b/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/using/altar.json @@ -4,6 +4,7 @@ "category": "using", "advancement": "naturesaura:aura_bottle_overworld", "priority": true, + "turnin": "naturesaura:infused_materials", "pages": [ { "type": "text", diff --git a/src/main/resources/assets/naturesaura/textures/gui/book.png b/src/main/resources/assets/naturesaura/textures/gui/book.png index a5b7f591..f637e0ad 100644 Binary files a/src/main/resources/assets/naturesaura/textures/gui/book.png and b/src/main/resources/assets/naturesaura/textures/gui/book.png differ