From c6edd86fa9c82e7a553acb072ae866746d778350 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 7 Nov 2018 02:18:43 +0100 Subject: [PATCH] made nice category icons for the book --- .../book/en_us/categories/collecting.json | 2 +- .../book/en_us/categories/creating.json | 2 +- .../book/en_us/categories/effects.json | 2 +- .../book/en_us/categories/intro.json | 8 ++++---- .../book/en_us/categories/items.json | 2 +- .../book/en_us/categories/practices.json | 2 +- .../book/en_us/categories/using.json | 2 +- .../gui/patchouli/categories/collecting.png | Bin 0 -> 606 bytes .../gui/patchouli/categories/creating.png | Bin 0 -> 394 bytes .../textures/gui/patchouli/categories/effects.png | Bin 0 -> 357 bytes .../textures/gui/patchouli/categories/intro.png | Bin 0 -> 704 bytes .../textures/gui/patchouli/categories/items.png | Bin 0 -> 393 bytes .../gui/patchouli/categories/practices.png | Bin 0 -> 386 bytes .../textures/gui/patchouli/categories/using.png | Bin 0 -> 364 bytes 14 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 src/main/resources/assets/naturesaura/textures/gui/patchouli/categories/collecting.png create mode 100644 src/main/resources/assets/naturesaura/textures/gui/patchouli/categories/creating.png create mode 100644 src/main/resources/assets/naturesaura/textures/gui/patchouli/categories/effects.png create mode 100644 src/main/resources/assets/naturesaura/textures/gui/patchouli/categories/intro.png create mode 100644 src/main/resources/assets/naturesaura/textures/gui/patchouli/categories/items.png create mode 100644 src/main/resources/assets/naturesaura/textures/gui/patchouli/categories/practices.png create mode 100644 src/main/resources/assets/naturesaura/textures/gui/patchouli/categories/using.png diff --git a/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/categories/collecting.json b/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/categories/collecting.json index 16ff6eec..1f3fad81 100644 --- a/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/categories/collecting.json +++ b/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/categories/collecting.json @@ -1,6 +1,6 @@ { "name": "Collecting Aura", "description": "To be able to make use of the $(aura) in the world, one must first find a way to handle it reasonably. Converting it into a storable form $(italics)(no, not liquids)$() might prove somewhat difficult, but this category will provide guidance.", - "icon": "naturesaura:eye", + "icon": "naturesaura:textures/gui/patchouli/categories/collecting.png", "sortnum": 10 } \ No newline at end of file diff --git a/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/categories/creating.json b/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/categories/creating.json index 1ed81278..73f5e20f 100644 --- a/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/categories/creating.json +++ b/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/categories/creating.json @@ -1,6 +1,6 @@ { "name": "Creating Aura", "description": "The finity of $(aura) in the world can be troubling to think about, because once it is drained, it seems like it is not restorable. That, however, is not the case: This category houses explanations for how to create $(aura) using different techniques.", - "icon": "naturesaura:ancient_sapling", + "icon": "naturesaura:textures/gui/patchouli/categories/creating.png", "sortnum": 18 } \ No newline at end of file diff --git a/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/categories/effects.json b/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/categories/effects.json index ed2ede4a..2130a389 100644 --- a/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/categories/effects.json +++ b/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/categories/effects.json @@ -1,6 +1,6 @@ { "name": "Aura Imbalance", "description": "Draining $(aura) from the world or adding more of it is what is called $(thing)Aura Imbalance$() - and it can have both positive and negative effects. Those are listed in this category.", - "icon": "naturesaura:decayed_leaves", + "icon": "naturesaura:textures/gui/patchouli/categories/effects.png", "sortnum": 20 } \ No newline at end of file diff --git a/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/categories/intro.json b/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/categories/intro.json index 27919073..c07cda2d 100644 --- a/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/categories/intro.json +++ b/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/categories/intro.json @@ -1,6 +1,6 @@ { - "name": "Introduction", - "description": "For one who has never made use of the power of $(aura) before, it might be a daunting task to get a hold of.$(br2)These introductory entries will give a brief overview of how, why and where it works.", - "icon": "minecraft:writable_book", - "sortnum": 0 + "name": "Introduction", + "description": "For one who has never made use of the power of $(aura) before, it might be a daunting task to get a hold of.$(br2)These introductory entries will give a brief overview of how, why and where it works.", + "icon": "naturesaura:textures/gui/patchouli/categories/intro.png", + "sortnum": 0 } \ No newline at end of file diff --git a/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/categories/items.json b/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/categories/items.json index dad04eb3..ce7de2fe 100644 --- a/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/categories/items.json +++ b/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/categories/items.json @@ -1,6 +1,6 @@ { "name": "Natural Items", "description": "The thought of nature might lead you to the beach, the forest, or a plain, but sometimes, it might lead you to items and accessories that are strongly intertwined with nature itself. In this category, such items can be found.", - "icon": "naturesaura:infused_iron_pickaxe", + "icon": "naturesaura:textures/gui/patchouli/categories/items.png", "sortnum": 25 } \ No newline at end of file diff --git a/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/categories/practices.json b/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/categories/practices.json index 3b75a026..35338c18 100644 --- a/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/categories/practices.json +++ b/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/categories/practices.json @@ -1,6 +1,6 @@ { "name": "Natural Practices", "description": "Related to $(aura), but not necessarily to its collection and storage, can be other practices that might prove beneficial in the long run. This category provides information on what practices exist and how to execute them.", - "icon": "naturesaura:gold_powder", + "icon": "naturesaura:textures/gui/patchouli/categories/practices.png", "sortnum": 5 } \ No newline at end of file diff --git a/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/categories/using.json b/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/categories/using.json index 0b69348b..817c0a2f 100644 --- a/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/categories/using.json +++ b/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/categories/using.json @@ -1,6 +1,6 @@ { "name": "Harnessing Aura", "description": "When collecting $(aura) from the world, an instinctive question for any human to ask would be $(italic)\"How can one make use of this?\"$() This category houses entries that will explain just that.", - "icon": "naturesaura:aura_cache", + "icon": "naturesaura:textures/gui/patchouli/categories/using.png", "sortnum": 15 } \ No newline at end of file diff --git a/src/main/resources/assets/naturesaura/textures/gui/patchouli/categories/collecting.png b/src/main/resources/assets/naturesaura/textures/gui/patchouli/categories/collecting.png new file mode 100644 index 0000000000000000000000000000000000000000..874526071c178c4f1624cfe315b35a9674ec9568 GIT binary patch literal 606 zcmV-k0-^nhP)N2bZe?^J zG%hhNF=Hy6O8@`?+(|@1R5(v%Q%zdiFckEbuUV1yIH|#oLu?23K)Wc=^N>IH9^h~l zNLWF_Er>jwk!&G87W2t^Z{Fy=ksJX{)Bs#RqcK`t&Z0q7JzZnIq&N z3Kd_j|G1C)ms|X!NI1&sb%r@lRX2tL)rJDQ8M`)iJRMqZ=Z@@J|0oV20kv!QEEZSY zJy_BSnzi7}J{IJyutZq5;H`WSP)9ZAm+SV_ zFc&~$+>>Wpsy0{tDh0V-)3C+*h8k{+X75JPTcERE$dO;CbaZN6w+YSK5(N8bxK=#m zj_*eE%OA!42xc!++5!`NH+z?VcdN^{2S}g`3VLN(lAtJZ^nUe;@916jad6(pD9bP$ zrKElE?JelTu%+%Tq-lb2IYt~Gq4)a-dKZU?kB+VAFddS@LT`M~K{w|xOOTVC=VKhO z_}k^7{XQ#8Boyzi(C|@-9|*X>$tXiP8C#J!9^mI-K!Fh^Wq~wnJ7}T*qAg}X9ms<; swE~mV0%e(_5DM)}WSR58n+Qbz0b0SyFv9B~@Bjb+07*qoM6N<$f_^v)Hvj+t literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/naturesaura/textures/gui/patchouli/categories/creating.png b/src/main/resources/assets/naturesaura/textures/gui/patchouli/categories/creating.png new file mode 100644 index 0000000000000000000000000000000000000000..331c7563f913818d3633ff4aa705ed9feec7cb29 GIT binary patch literal 394 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Ea{HEjtmSN`?>!lvI6;>1s;*b z3=DkxL735kHCP2GC{f}XQ4*Y=R#Ki=l*&+$n3-3imzP?iV4`QJXPB%t$D4tHk;Bu) zF~q{Zbb{e3Cr2LF*bar7fG^@=W=a|A9j!pnrNr^gtn2Uk|9o4@6!n}63>T{xInVj7 z^UhoCr0rz$sZ%Dsu8H4!$ojwZ+ROh_(w|4z-;J8LxJfWp+}(Kb>74wDQhRHz*-g|k zK32H<8N;Hq2{v&TdZpM@I$qsk+H6+H;LGbiIpMbB>2qg}-Tx60&(>!CcbW4E<&e)O zGMX|PqzyHLE~^9F+s3?P2P;ESR^i|E z{TeUT7(dlbxh&Vd`KSg%ht2!fkNBCpnm^~=W!%ZtAECzJ@qCl6?aA2^%je27yLhZ~ kO8gORntY|)W0ei#_VDSJ*S~yY0)`udr>mdKI;Vst0CU-w2LJ#7 literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/naturesaura/textures/gui/patchouli/categories/effects.png b/src/main/resources/assets/naturesaura/textures/gui/patchouli/categories/effects.png new file mode 100644 index 0000000000000000000000000000000000000000..365629bef703f009c9831b3a28e8f83268074326 GIT binary patch literal 357 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Ea{HEjtmSN`?>!lvI6;>1s;*b z3=DkxL735kHCP2GC{f}XQ4*Y=R#Ki=l*&+$n3-3imzP?iV4`QJXPB%t#~Y~Tv8Rh; zh=u>s35HyU0t8%&*)J-s=;%svxNuHwZbEM6Th5#Pui+3}e6DGP}zbhbQuv%l*bGeRr zix0^CJoDY^lQCDtflua*cDK1alrC(U`M&hX%~ih?;#t3GuW>kTcU{bcPgY=lHur{n zUb0_34LP!yDG8@u7+L4Oyju-evG~^>bP0l+XkK{9K47 literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/naturesaura/textures/gui/patchouli/categories/intro.png b/src/main/resources/assets/naturesaura/textures/gui/patchouli/categories/intro.png new file mode 100644 index 0000000000000000000000000000000000000000..b89b52b2f1940d52d1a1e9512bbe2f18ce0e58b0 GIT binary patch literal 704 zcmV;x0zdtUP)<{97<5HgbW?9;ba!ELWdLwtX>N2bZe?^J zG%hhNF=Hy6O8@`@K1oDDR5(v{Q_F7CP!PR#!Z$Q;=V=?-ByNP*vm%rQw5i03G%agF zf@p*ID3pLinl(ELC8VNjK7{yiW^UZBI@b7lJdZPT?!5+xsW5A<>lkJ=@6d#aX~+Mp z?`pBjFzC1FYJO|0IF4hC%ayN-PZ9Vbe@)6s$zrb0JFveT^J`Yb-*1nZ=@68QYZ#;% zTwT{JXJshD2JJ4DoYnjhjO!3}+OeqjEJ`AD8Sf-S<#m8U-$(gXfXZ=$`L^|BHPX`6 zX7)tO{Q#vwh;S02{%!~Uq>bED58jb2Aft%d?wzz25r+&^>4#{Hwvl~aLu1l{{~i#TgY}x2-ra|YN2qL6p#_tHjzZg zhZgXTL)71FBiE}Uc+cd$JbV@jhC67CTgdn7TEO8Gucd&dS`kNaa3B6@2jMtErt9e_ zwNVq97iAW$DQglZS-OoPKV~i1mSCy_AO5h3t!G8}~Vp&~G5it;!QM_p*xIVHHJc zj&n=UO#xE4T0}g~u{Fd|IjSP_#3RcV=`I!0Wviv@pVM7iQ5;z&=MPAd-if3qiMN)# zg{Rf|LnfuQZ5=(ijfqO2J`A{=)^NSxF{h+xOQGe|5}BqUxw;i{H8q2J@g;)Z&W-$L m!jjine9}Y8wx|-X*XBQeL5~SGLA=TU0000!lvI6;>1s;*b z3=DkxL735kHCP2GC{f}XQ4*Y=R#Ki=l*&+$n3-3imzP?iV4`QJXPB%t$D4tHk=@h9 zF~q`u>BPNRPL3ii+dUSaRTXeFSm7#St(>LYAs}6^C-#atqEnz{kDC=Yw={RR$jh1u zCYeFcef!GA(kyq!xo-Gjk^b$>8CMgfqKQ$8$_rvU@9@~pyI|n3<(i%TlEeqkH*EY< zm#bTG9ms1GWSkuFufN(nU+=*6z=jEGUn-S&TmJ1UpZ0<6&ZK_%)(>whH%)o<>T*z@ z{hKGf6^XSP=dJ}w=*Ij|l=jU0pr>)wPWs$lSE1|2-!&NY=)5qCTN0^#Ywr6mx0tx5 zJTQM@cGLwp#|SRytm=bzQk3bJdb1N?gjR5yq9113^SZ@ kVUM7HhQu}2=c-A5DSO*$RyK9%1A~ph)78&qol`;+03~^vDF6Tf literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/naturesaura/textures/gui/patchouli/categories/practices.png b/src/main/resources/assets/naturesaura/textures/gui/patchouli/categories/practices.png new file mode 100644 index 0000000000000000000000000000000000000000..628f99aa131cda8b6afafb466fec88afa1e4f99f GIT binary patch literal 386 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Ea{HEjtmSN`?>!lvI6;>1s;*b z3=Dh+K$tP>S|=w^P@=>&q9iy!t)x7$D3zfgF*C13FE6!3!9>qc&oEhQjyD4XBZH@l zV~B3eOk#V2+LLP;B crbl}jnQwI-O_pqb3k)v?Pgg&ebxsLQ0Epy^-2eap literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/naturesaura/textures/gui/patchouli/categories/using.png b/src/main/resources/assets/naturesaura/textures/gui/patchouli/categories/using.png new file mode 100644 index 0000000000000000000000000000000000000000..a2589ad5bf265c30b041257b5bef6041548d1206 GIT binary patch literal 364 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Ea{HEjtmSN`?>!lvI6;>1s;*b z3=Dh+K$tP>S|=w^P@=>&q9iy!t)x7$D3zfgF*C13FE6!3!9>qc&oEhQjyF)vD^C~4 z5DWjM6AifzIS9BG^KBG7dgxGCz=n@}aR<0NdM7w9@!4tap}WL;rgX*Zi}oL;@3(5o z_*j18+@AA)d{fivPxhZKsF=2?ard*jPrq0A|NLkbaeZsxk2L!rj^4)^wfCcMZ@c+q z@|{@6Lz=4L*Gq4zbUk8E3^~xi5%f!K)ggurP8|yj)sC+W{LxmU%af57;uermeEVkE zjoYgt(gi)X@zKf6lKp5uQ1Q|jXU29Cu{Y%UXum~#a88t^h`w{Y}KY?o|x zTOo1b%!)gUIu+ekYX(nOKbLh* G2~7ZMg^_;% literal 0 HcmV?d00001