mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 19:58:34 +01:00
patchouli turnin for a bit of guidance
This commit is contained in:
parent
91a52460f9
commit
9023e1f87f
9 changed files with 21 additions and 3 deletions
|
@ -38,7 +38,7 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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 "mezz.jei:jei_1.12.2:4.13.1.220"
|
||||||
deobfCompile "com.azanor.baubles:Baubles:1.12-1.5.2"
|
deobfCompile "com.azanor.baubles:Baubles:1.12-1.5.2"
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "Aura, conceptually",
|
"name": "Aura, conceptually",
|
||||||
"icon": "naturesaura:gold_leaf",
|
"icon": "naturesaura:gold_leaf",
|
||||||
"category": "intro",
|
"category": "intro",
|
||||||
"priority": true,
|
|
||||||
"pages": [
|
"pages": [
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
|
|
|
@ -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."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "Magical Botany",
|
"name": "Magical Botany",
|
||||||
"icon": "minecraft:sapling",
|
"icon": "minecraft:sapling",
|
||||||
"category": "intro",
|
"category": "intro",
|
||||||
"priority": true,
|
|
||||||
"pages": [
|
"pages": [
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
"icon": "naturesaura:aura_bottle{stored_type:'naturesaura:overworld'}",
|
"icon": "naturesaura:aura_bottle{stored_type:'naturesaura:overworld'}",
|
||||||
"category": "practices",
|
"category": "practices",
|
||||||
"advancement": "naturesaura:wood_stand",
|
"advancement": "naturesaura:wood_stand",
|
||||||
|
"turnin": "naturesaura:aura_bottle_overworld",
|
||||||
"pages": [
|
"pages": [
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
"icon": "naturesaura:gold_leaf",
|
"icon": "naturesaura:gold_leaf",
|
||||||
"category": "practices",
|
"category": "practices",
|
||||||
"priority": true,
|
"priority": true,
|
||||||
|
"turnin": "naturesaura:gold_leaf",
|
||||||
"pages": [
|
"pages": [
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
"category": "practices",
|
"category": "practices",
|
||||||
"advancement": "naturesaura:gold_leaf",
|
"advancement": "naturesaura:gold_leaf",
|
||||||
"priority": true,
|
"priority": true,
|
||||||
|
"turnin": "naturesaura:wood_stand",
|
||||||
"pages": [
|
"pages": [
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
"category": "using",
|
"category": "using",
|
||||||
"advancement": "naturesaura:aura_bottle_overworld",
|
"advancement": "naturesaura:aura_bottle_overworld",
|
||||||
"priority": true,
|
"priority": true,
|
||||||
|
"turnin": "naturesaura:infused_materials",
|
||||||
"pages": [
|
"pages": [
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
Loading…
Reference in a new issue