patchouli turnin for a bit of guidance

This commit is contained in:
Ellpeck 2018-12-21 13:13:01 +01:00
parent 91a52460f9
commit 9023e1f87f
9 changed files with 21 additions and 3 deletions

View file

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

View file

@ -2,7 +2,6 @@
"name": "Aura, conceptually",
"icon": "naturesaura:gold_leaf",
"category": "intro",
"priority": true,
"pages": [
{
"type": "text",

View file

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

View file

@ -2,7 +2,6 @@
"name": "Magical Botany",
"icon": "minecraft:sapling",
"category": "intro",
"priority": true,
"pages": [
{
"type": "text",

View file

@ -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",

View file

@ -3,6 +3,7 @@
"icon": "naturesaura:gold_leaf",
"category": "practices",
"priority": true,
"turnin": "naturesaura:gold_leaf",
"pages": [
{
"type": "text",

View file

@ -4,6 +4,7 @@
"category": "practices",
"advancement": "naturesaura:gold_leaf",
"priority": true,
"turnin": "naturesaura:wood_stand",
"pages": [
{
"type": "text",

View file

@ -4,6 +4,7 @@
"category": "using",
"advancement": "naturesaura:aura_bottle_overworld",
"priority": true,
"turnin": "naturesaura:infused_materials",
"pages": [
{
"type": "text",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB