From 6d9a386b9c2c38e9e84d0315ce8b4c49b42ba182 Mon Sep 17 00:00:00 2001 From: KJEntytek303 Date: Tue, 23 Jun 2026 16:24:58 +0200 Subject: [PATCH 1/3] Added more textures --- .../textures/gui/nodes/friendly_transfur.png | Bin 0 -> 426 bytes .../assets/changed/textures/gui/nodes/slither.png | Bin 0 -> 282 bytes .../changed/textures/gui/nodes/summon_sharks1.png | Bin 0 -> 430 bytes .../changed/textures/gui/nodes/summon_sharks3.png | Bin 0 -> 317 bytes .../ability/nodes/lamnidae/summon_sharks1.json | 6 +++++- .../ability/nodes/lamnidae/summon_sharks2.json | 6 +++++- .../ability/nodes/lamnidae/summon_sharks3.json | 6 +++++- .../ability/nodes/latex/friendly_transfur.json | 6 +++++- .../ability/nodes/naga_mobility/slither1.json | 6 +++++- 9 files changed, 25 insertions(+), 5 deletions(-) create mode 100644 src/main/resources/assets/changed/textures/gui/nodes/friendly_transfur.png create mode 100644 src/main/resources/assets/changed/textures/gui/nodes/slither.png create mode 100644 src/main/resources/assets/changed/textures/gui/nodes/summon_sharks1.png create mode 100644 src/main/resources/assets/changed/textures/gui/nodes/summon_sharks3.png diff --git a/src/main/resources/assets/changed/textures/gui/nodes/friendly_transfur.png b/src/main/resources/assets/changed/textures/gui/nodes/friendly_transfur.png new file mode 100644 index 0000000000000000000000000000000000000000..01823f7ddd4dbe7f865a92c1bdbe7650882796e5 GIT binary patch literal 426 zcmV;b0agBqP)z@;j|==^1poj5AY({UO#lFTCIA3{ga82g0001h=l}q9FaQARU;qF* zm;eA5aGbhPJOBUzC`m*?R5;7+)2~lLVHC#k@4dXh#tm;Ly!|yQM*j~tkhxh6+T5fX z*q9oe&COtO2C8h54WbpS1j22E*X?=_9Fqp-@JBNE#B=sJ;hY`#550C>d+oaZ*2kt$ z0O0nh@#7)hdyVsKPDO=cImUah{Z3QA1D$g^olc4Rouz>%07*qoM6N<$f<6$e?EnA( literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/changed/textures/gui/nodes/slither.png b/src/main/resources/assets/changed/textures/gui/nodes/slither.png new file mode 100644 index 0000000000000000000000000000000000000000..50651b889c60ba66934cd0631d0f00e2fba2181d GIT binary patch literal 282 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jPK-BC>eK@{Ea{HEjtmSN z`?>!lvI6-E$sR$z3=CCj3=9n|3=F@3LJcn%7)lKo7+xhXFj&oCU=S~uvn$XBC^5s+ z#WBRz@;j|==^1poj5AY({UO#lFTCIA3{ga82g0001h=l}q9FaQARU;qF* zm;eA5aGbhPJOBUzEJ;K`R5;7Ek};0LKnz7+$PPqAp{5NTQcgrevs@tM93W*b5Slcc zh?=xCG(4hDZWIiV=Xr4Jy5SDobYHxCzP2q&DeAhmJ%Li{#X)pg-g&R2W z`CO$bT5G#VlD@V`l7SlUA2`r@y(SDp0A^9d<9^4f8SKD)oRc|=q8kdg*bP YKki$fWP=WVegFUf07*qoM6N<$f@;97Q2+n{ literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/changed/textures/gui/nodes/summon_sharks3.png b/src/main/resources/assets/changed/textures/gui/nodes/summon_sharks3.png new file mode 100644 index 0000000000000000000000000000000000000000..6bd8e577f39dfddcfcda1b956b839680f42fc329 GIT binary patch literal 317 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jPK-BC>eK@{Ea{HEjtmSN z`?>!lvI6-E$sR$z3=CCj3=9n|3=F@3LJcn%7)lKo7+xhXFj&oCU=S~uvn$XBD6!kq z#WBR<^wvom1rICmxT=P0PAET+Tsh6hsqF*Py@R@%Nvm`cR(LE7IhB~xJb8Bjr|kci z%A618r+?!x(HjoEsiUzl5f!QtJ}&W;@+2X9o^2r^!owTD|HRQ$KAc;(kE?4Jx;#Tk`e zwZGiVo~g&afMJW0gNx6}sEcX*R#_8g-el#M-MZsubIhFMmGkd8l_@x8t3Gi8dV|5! L)z4*}Q$iB}?BjFo literal 0 HcmV?d00001 diff --git a/src/main/resources/data/changed/ability/nodes/lamnidae/summon_sharks1.json b/src/main/resources/data/changed/ability/nodes/lamnidae/summon_sharks1.json index a5a79a2bb..1225a30ed 100644 --- a/src/main/resources/data/changed/ability/nodes/lamnidae/summon_sharks1.json +++ b/src/main/resources/data/changed/ability/nodes/lamnidae/summon_sharks1.json @@ -2,7 +2,11 @@ "parent": { "tree": "changed:lamnidae" }, "titleId": "changed.ability_tree.lamnidae.summon_sharks1", "flavorId": "changed.ability_tree.lamnidae.summon_sharks1.flavor", + "display": { + "icon": "changed:textures/gui/nodes/summon_sharks1.png", + "numeral": 1 + }, "price": 1, "comment": "Grants ability to summon sharks" -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/lamnidae/summon_sharks2.json b/src/main/resources/data/changed/ability/nodes/lamnidae/summon_sharks2.json index 5bb1a2105..43ce59074 100644 --- a/src/main/resources/data/changed/ability/nodes/lamnidae/summon_sharks2.json +++ b/src/main/resources/data/changed/ability/nodes/lamnidae/summon_sharks2.json @@ -2,6 +2,10 @@ "parent": "changed:lamnidae/summon_sharks1", "titleId": "changed.ability_tree.lamnidae.summon_sharks2", "flavorId": "changed.ability_tree.lamnidae.summon_sharks2.flavor", + "display": { + "icon": "changed:textures/abilities/summon_sharks.png", + "numeral": 2 + }, "price": 1, "missingEffects": [ @@ -11,4 +15,4 @@ "factor": -1.0 } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/lamnidae/summon_sharks3.json b/src/main/resources/data/changed/ability/nodes/lamnidae/summon_sharks3.json index 463dae91c..40bf7328b 100644 --- a/src/main/resources/data/changed/ability/nodes/lamnidae/summon_sharks3.json +++ b/src/main/resources/data/changed/ability/nodes/lamnidae/summon_sharks3.json @@ -2,6 +2,10 @@ "parent": "changed:lamnidae/summon_sharks2", "titleId": "changed.ability_tree.lamnidae.summon_sharks3", "flavorId": "changed.ability_tree.lamnidae.summon_sharks3.flavor", + "display": { + "icon": "changed:textures/gui/nodes/summon_sharks3.png", + "numeral": 3 + }, "price": 1, "acquiredEffects": [ @@ -11,4 +15,4 @@ "factor": 2.0 } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/latex/friendly_transfur.json b/src/main/resources/data/changed/ability/nodes/latex/friendly_transfur.json index acd9269b2..9e8747675 100644 --- a/src/main/resources/data/changed/ability/nodes/latex/friendly_transfur.json +++ b/src/main/resources/data/changed/ability/nodes/latex/friendly_transfur.json @@ -2,6 +2,10 @@ "parent": "changed:latex/absorption", "titleId": "changed.ability_tree.latex.friendly_transfur", "flavorId": "changed.ability_tree.latex.friendly_transfur.flavor", + "display": { + "icon": "changed:textures/gui/nodes/friendly_transfur.png", + "frame": "ultimate" + }, "price": { "levels": 1, "groupDiscountLevels": -1 @@ -15,4 +19,4 @@ "feature": "changed:grab/friendly_transfur" } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/naga_mobility/slither1.json b/src/main/resources/data/changed/ability/nodes/naga_mobility/slither1.json index e16b198d1..216c441e5 100644 --- a/src/main/resources/data/changed/ability/nodes/naga_mobility/slither1.json +++ b/src/main/resources/data/changed/ability/nodes/naga_mobility/slither1.json @@ -2,6 +2,10 @@ "parent": "changed:naga_mobility/practice2", "titleId": "changed.ability_tree.naga_mobility.slither1", "flavorId": "changed.ability_tree.naga_mobility.slither1.flavor", + "display": { + "icon": "changed:textures/gui/nodes/slither.png", + "frame": "strong" + }, "price": 1, "acquiredEffects": [ @@ -11,4 +15,4 @@ "level": 0 } ] -} \ No newline at end of file +} From e857699141df2369f932dd3cae95e4f81a91ec16 Mon Sep 17 00:00:00 2001 From: KJEntytek303 Date: Tue, 23 Jun 2026 22:38:53 +0200 Subject: [PATCH 2/3] Added most remaining missing textures --- .../assets/changed/textures/gui/nodes/allure1.png | Bin 0 -> 447 bytes .../assets/changed/textures/gui/nodes/allure2.png | Bin 0 -> 502 bytes .../changed/textures/gui/nodes/hypnosis.png | Bin 0 -> 267 bytes .../changed/textures/gui/nodes/photostasis.png | Bin 0 -> 210 bytes .../changed/textures/gui/nodes/photosynthesis.png | Bin 0 -> 528 bytes .../changed/textures/gui/nodes/potency2.png | Bin 0 -> 492 bytes .../changed/textures/gui/nodes/slither2.png | Bin 0 -> 369 bytes .../ability/nodes/chlorophyll/photostasis.json | 6 +++++- .../nodes/chlorophyll/photosynthesis1.json | 6 +++++- .../nodes/chlorophyll/photosynthesis2.json | 6 +++++- .../changed/ability/nodes/hypnosis/allure1.json | 6 +++++- .../changed/ability/nodes/hypnosis/allure2.json | 7 ++++++- .../changed/ability/nodes/hypnosis/hypnosis.json | 7 ++++++- .../changed/ability/nodes/hypnosis/potency1.json | 8 +++++++- .../changed/ability/nodes/hypnosis/potency2.json | 7 ++++++- .../ability/nodes/naga_mobility/slither2.json | 8 ++++++-- 16 files changed, 51 insertions(+), 10 deletions(-) create mode 100644 src/main/resources/assets/changed/textures/gui/nodes/allure1.png create mode 100644 src/main/resources/assets/changed/textures/gui/nodes/allure2.png create mode 100644 src/main/resources/assets/changed/textures/gui/nodes/hypnosis.png create mode 100644 src/main/resources/assets/changed/textures/gui/nodes/photostasis.png create mode 100644 src/main/resources/assets/changed/textures/gui/nodes/photosynthesis.png create mode 100644 src/main/resources/assets/changed/textures/gui/nodes/potency2.png create mode 100644 src/main/resources/assets/changed/textures/gui/nodes/slither2.png diff --git a/src/main/resources/assets/changed/textures/gui/nodes/allure1.png b/src/main/resources/assets/changed/textures/gui/nodes/allure1.png new file mode 100644 index 0000000000000000000000000000000000000000..190d4bae1981ffcb19fd94d36b21471f689dcde2 GIT binary patch literal 447 zcmV;w0YLtVP)z@;j|==^1poj5AY({UO#lFTCIA3{ga82g0001h=l}q9FaQARU;qF* zm;eA5aGbhPJOBUzJxN4CR5;7Ul1*v?K@f$%vYI(TcCKO|i)@t^vWiE@Mlfs1Av}PG z@Bk5V33tj!<^n>9+2;g9H%X_$y};@zqdhES>|_j{^SAgy~P+&RjL!9nOm>d zb)8G*jIjo>OW*w(SFe&kaB+qIhF^aX%hXw`nA`vW002ovPDHLkV1glRymkNp literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/changed/textures/gui/nodes/allure2.png b/src/main/resources/assets/changed/textures/gui/nodes/allure2.png new file mode 100644 index 0000000000000000000000000000000000000000..797cc6224c5d778c2cc13148dbdd21746e9717ab GIT binary patch literal 502 zcmVz@;j|==^1poj5AY({UO#lFTCIA3{ga82g0001h=l}q9FaQARU;qF* zm;eA5aGbhPJOBUzbV)=(R5;6(lQB+0K@f(&VP5P!fem11y98RjfQbbrSR1_q2jC8J z07$RlHTCm-V6JsRCi1!`4)qy?Zdk*ephsVa-rIm^{Os*0+zT-~!+omXwx*o-+U69H%?MGKip zatc?Kh`W-FIl>i*tdNqQAFGy%lO3RLzrQ|7{tC7EZcgB#an7f( s7W>x@9NUSb;GC(sIJG3dvi;Nd4fQum&Vhzry#N3J07*qoM6N<$f(C-lH2?qr literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/changed/textures/gui/nodes/hypnosis.png b/src/main/resources/assets/changed/textures/gui/nodes/hypnosis.png new file mode 100644 index 0000000000000000000000000000000000000000..3e560437203ba95c1cc96120c934ff0bedae8489 GIT binary patch literal 267 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jPK-BC>eK@{Ea{HEjtmSN z`?>!lvI6-E$sR$z3=CCj3=9n|3=F@3LJcn%7)lKo7+xhXFj&oCU=S~uvn$XBDADQZ z;uvCa`f8A+P=f+b2)EqH%YRt>7j9kjiS@z@v+Rc{YQljRy)GZvz@FlHy>?U3Ngq{V z2F45RCkmNn9|=DaE$n;2{PpKxVeNf~f={{&%PXyoDB7SF%B;w>!c*+>vgVv;r7O2R zb6!%sF5mC|x~(xw?%p;yp83Bsif?_|!pa#>W-@35|Md8?{uVeK@{Ea{HEjtmSN z`?>!lvI6-E$sR$z3=CCj3=9n|3=F@3LJcn%7)lKo7+xhXFj&oCU=S~uvn$XBC=uZ4 z;uvCaIyqs1fPs;Lfx(~u_kYaSIotEKM~6etyz|z6kf6ba1ze|uSN>F-bF@iwrN6^x zR}nekrHvL@2NDb#S_5n*XB=?$iuo`#(Sd=X{wU{po;wL*K(iSz@;j|==^1poj5AY({UO#lFTCIA3{ga82g0001h=l}q9FaQARU;qF* zm;eA5aGbhPJOBUzj!8s8R5;6}lf6zGK@>*M7@OI#2921NC9lOxP|;8zN+?p%L@Co! zxXDA%Q1A+Lbdg9Giz1DyyoI-jShVuUv%~IcQ+b8Sn*7~r?nrZV?)^0IpCyj2Pn&oY zlP*${Ny3*8cjB)ACpYJfuRQT6CKLg;bm%>ejN~7|#NpL(W0V2FS025m(MD5-l28Ny zzJC0?71Y}u>@wUR;wz8pD`X_w$8PCxOUK#mMYGia;PC3WvDP9ZNxDd}*5a0q@xl1F zCOrV74BBV_thLm>CLYDO+-;b=yL;bs0(|8+w1@jc(nX4lWNQ+SV#-j`37Ai3V)e9Y zFGCSXCJC#j70=}}E_Yi~=&cXF^3=X&d@x2vl28PE<=c@$5g5q9FAHq}^XW|FKHnH+ z4ck#WWLef}(tFu_|MX2f{&;Nr^~~C6thHoW)+VwMEl;6}itzCdu0dZ`H}od6WAbqYMw1_d@*37e2eaXwpTBQHGyTkkxcq Sq-e4L0000z@;j|==^1poj5AY({UO#lFTCIA3{ga82g0001h=l}q9FaQARU;qF* zm;eA5aGbhPJOBUzYDq*vR5;6(lTAtkK@f$%9x{Sih|&(21}`9phwuPi!<8G?9wD3D zB<|gMggHXbqDK<47)V;DT!d=7V_euUFjZ8&_v#P+@uGi_uka|j&m0S?>KWDL4FF@` zGRBVDEe(LRjr9Es#ypv$=pqX_t?S|wSxEE`0^ppJ)4EP}k(?)4+laMI0iyAReaLKW zQ`D%8Ijj1OlJ20c<&9s7(1%GVHZsUfXG6wZr{1S zdqrd+!)ASSDwEkgRqja0eao;}vkD<81NiLTQdt^T9oDPThTXhi8+P+F%0k5$JLvbu zb{hex-O@ylD9G5i#oV{s$grC;_AQfwC98GMw)|DMb52$vqy?*TiMnZjt+I1YRHc$s zwOg7oc8qz@;j|==^1poj5AY({UO#lFTCIA3{ga82g0001h=l}q9FaQARU;qF* zm;eA5aGbhPJOBUy?@2^KR5;6(l06cHAPj{cJ6n(rIx8<}sYkHm3SP_;XsX02Tgf2n z&u*#^=6wly04E_LCL)G^!>afTVrJI1Z5HqOIF7fFS9zG{`H(YnhCc$Fb52$B1v4Y1 zgk@R4%$JbE1VrRi70iqff+He$@1d$t)l)W>BrwP3GAR++3Fbq)DEH0P*z5);tx~|KDQrt96-jTcdRAr|t z@hQN}tQ_%9{PhG8vAXLnF0DKT?EcomX__D+@ZR48>J6uqvJ*sfu(FH~bCl2T0ve)6 P00000NkvXXu0mjfI3JF@ literal 0 HcmV?d00001 diff --git a/src/main/resources/data/changed/ability/nodes/chlorophyll/photostasis.json b/src/main/resources/data/changed/ability/nodes/chlorophyll/photostasis.json index 1b203e4e2..7fb3b7290 100644 --- a/src/main/resources/data/changed/ability/nodes/chlorophyll/photostasis.json +++ b/src/main/resources/data/changed/ability/nodes/chlorophyll/photostasis.json @@ -2,6 +2,10 @@ "parent": "changed:chlorophyll/photosynthesis2", "titleId": "changed.ability_tree.chlorophyll.photostasis", "flavorId": "changed.ability_tree.chlorophyll.photostasis.flavor", + "display": { + "icon": "changed:textures/gui/nodes/photostasis.png", + "frame": "strong" + }, "price": { "levels": 1, "groupDiscountLevels": -1 @@ -33,4 +37,4 @@ } } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/chlorophyll/photosynthesis1.json b/src/main/resources/data/changed/ability/nodes/chlorophyll/photosynthesis1.json index a3fcb5967..0a3264281 100644 --- a/src/main/resources/data/changed/ability/nodes/chlorophyll/photosynthesis1.json +++ b/src/main/resources/data/changed/ability/nodes/chlorophyll/photosynthesis1.json @@ -2,6 +2,10 @@ "parent": { "tree": "changed:chlorophyll" }, "titleId": "changed.ability_tree.chlorophyll.photosynthesis1", "flavorId": "changed.ability_tree.chlorophyll.photosynthesis1.flavor", + "display": { + "icon": "changed:textures/gui/nodes/photosynthesis.png", + "numeral": 1 + }, "price": { "levels": 1, "groupDiscountLevels": -1 @@ -41,4 +45,4 @@ } } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/chlorophyll/photosynthesis2.json b/src/main/resources/data/changed/ability/nodes/chlorophyll/photosynthesis2.json index ab3be6672..dec56fbe0 100644 --- a/src/main/resources/data/changed/ability/nodes/chlorophyll/photosynthesis2.json +++ b/src/main/resources/data/changed/ability/nodes/chlorophyll/photosynthesis2.json @@ -3,6 +3,10 @@ "occludes": "changed:chlorophyll/photosynthesis1", "titleId": "changed.ability_tree.chlorophyll.photosynthesis2", "flavorId": "changed.ability_tree.chlorophyll.photosynthesis2.flavor", + "display": { + "icon": "changed:textures/gui/nodes/photosynthesis.png", + "numeral": 2 + }, "price": { "levels": 1, "groupDiscountLevels": -1 @@ -42,4 +46,4 @@ } } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/hypnosis/allure1.json b/src/main/resources/data/changed/ability/nodes/hypnosis/allure1.json index 5f544e596..15db37754 100644 --- a/src/main/resources/data/changed/ability/nodes/hypnosis/allure1.json +++ b/src/main/resources/data/changed/ability/nodes/hypnosis/allure1.json @@ -2,6 +2,10 @@ "parent": "changed:hypnosis/hypnosis", "titleId": "changed.ability_tree.hypnosis.allure1", "flavorId": "changed.ability_tree.hypnosis.allure1.flavor", + "display": { + "icon": "changed:textures/gui/nodes/allure1.png", + "numeral": 1 + }, "price": 1, "comment": "Hypnosis is harder to break", @@ -12,4 +16,4 @@ "factor": 1.0 } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/hypnosis/allure2.json b/src/main/resources/data/changed/ability/nodes/hypnosis/allure2.json index c59db1984..a84b1b4e9 100644 --- a/src/main/resources/data/changed/ability/nodes/hypnosis/allure2.json +++ b/src/main/resources/data/changed/ability/nodes/hypnosis/allure2.json @@ -2,6 +2,11 @@ "parent": "changed:hypnosis/allure1", "titleId": "changed.ability_tree.hypnosis.allure2", "flavorId": "changed.ability_tree.hypnosis.allure2.flavor", + "display": { + "icon": "changed:textures/gui/nodes/allure2.png", + "frame": "strong", + "numeral": 2 + }, "price": 1, "comment": "Hypnosis is even harder to break", @@ -12,4 +17,4 @@ "factor": 2.0 } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/hypnosis/hypnosis.json b/src/main/resources/data/changed/ability/nodes/hypnosis/hypnosis.json index 8c3c3f134..67c0d5eff 100644 --- a/src/main/resources/data/changed/ability/nodes/hypnosis/hypnosis.json +++ b/src/main/resources/data/changed/ability/nodes/hypnosis/hypnosis.json @@ -2,6 +2,11 @@ "parent": { "tree": "changed:hypnosis" }, "titleId": "changed.ability_tree.hypnosis.hypnosis", "flavorId": "changed.ability_tree.hypnosis.hypnosis.flavor", + "display": { + "icon": "changed:textures/gui/nodes/hypnosis.png", + "image_height": 18, + "image_width": 18 + }, "price": 0, "acquiredEffects": [ @@ -10,4 +15,4 @@ "ability": "changed:hypnosis" } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/hypnosis/potency1.json b/src/main/resources/data/changed/ability/nodes/hypnosis/potency1.json index b0cf9a25c..9c191dbdc 100644 --- a/src/main/resources/data/changed/ability/nodes/hypnosis/potency1.json +++ b/src/main/resources/data/changed/ability/nodes/hypnosis/potency1.json @@ -2,6 +2,12 @@ "parent": "changed:hypnosis/hypnosis", "titleId": "changed.ability_tree.hypnosis.potency1", "flavorId": "changed.ability_tree.hypnosis.potency1.flavor", + "display": { + "icon": "minecraft:textures/mob_effect/darkness.png", + "image_height": 18, + "image_width": 18, + "numeral": 1 + }, "price": 1, "comment": "Hypnotized entity gets Slowness II, Mining Fatigue II", @@ -12,4 +18,4 @@ "factor": 1.0 } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/hypnosis/potency2.json b/src/main/resources/data/changed/ability/nodes/hypnosis/potency2.json index 848061a08..4307a69cc 100644 --- a/src/main/resources/data/changed/ability/nodes/hypnosis/potency2.json +++ b/src/main/resources/data/changed/ability/nodes/hypnosis/potency2.json @@ -2,6 +2,11 @@ "parent": "changed:hypnosis/potency1", "titleId": "changed.ability_tree.hypnosis.potency2", "flavorId": "changed.ability_tree.hypnosis.potency2.flavor", + "display": { + "icon": "changed:textures/gui/nodes/potency2.png", + "frame": "strong", + "numeral": 2 + }, "price": 2, "comment": "Hypnotized entity gets Slowness IV, Mining Fatigue III, Weakness I", @@ -12,4 +17,4 @@ "factor": 2.0 } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/naga_mobility/slither2.json b/src/main/resources/data/changed/ability/nodes/naga_mobility/slither2.json index 5f8975391..22aaf1bfe 100644 --- a/src/main/resources/data/changed/ability/nodes/naga_mobility/slither2.json +++ b/src/main/resources/data/changed/ability/nodes/naga_mobility/slither2.json @@ -1,7 +1,11 @@ { - "parent": "changed:naga_mobility/practice2", + "parent": "changed:naga_mobility/slither1", "titleId": "changed.ability_tree.naga_mobility.slither2", "flavorId": "changed.ability_tree.naga_mobility.slither2.flavor", + "display": { + "icon": "changed:textures/gui/nodes/slither2.png", + "frame": "strong" + }, "price": 1, "comment": "Upgrades slither to allow the player coil up/down narrow tunnels, and wrap around 1 block wide pillars to anchor their position and climb", @@ -12,4 +16,4 @@ "level": 1 } ] -} \ No newline at end of file +} From 99186a31e37b51b462c44443ce74e2a9ce075f8e Mon Sep 17 00:00:00 2001 From: KJEntytek303 Date: Wed, 24 Jun 2026 02:26:07 +0200 Subject: [PATCH 3/3] Finished texture work --- .../changed/textures/gui/nodes/call_to_arms.png | Bin 0 -> 462 bytes .../changed/textures/gui/nodes/follow_my_lead.png | Bin 0 -> 626 bytes .../changed/textures/gui/nodes/remote_control.png | Bin 0 -> 399 bytes .../ability/nodes/hypnosis/remote_control.json | 6 +++++- .../ability/nodes/lamnidae/call_to_arms.json | 5 ++++- .../ability/nodes/lamnidae/follow_my_lead.json | 5 ++++- 6 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 src/main/resources/assets/changed/textures/gui/nodes/call_to_arms.png create mode 100644 src/main/resources/assets/changed/textures/gui/nodes/follow_my_lead.png create mode 100644 src/main/resources/assets/changed/textures/gui/nodes/remote_control.png diff --git a/src/main/resources/assets/changed/textures/gui/nodes/call_to_arms.png b/src/main/resources/assets/changed/textures/gui/nodes/call_to_arms.png new file mode 100644 index 0000000000000000000000000000000000000000..d10c80335927bc69fc5e6569ef5dfeee181fda5b GIT binary patch literal 462 zcmV;<0WtoGP)z@;j|==^1poj5AY({UO#lFTCIA3{ga82g0001h=l}q9FaQARU;qF* zm;eA5aGbhPJOBUzOi4sRR5;7+k-bjBU=)U*{v)-*f|1a;IvNr;!)(H)gR6-b;03s{ zx^V|iUV*D54ldjPi3v*^4QK-CkA5v}9Y_(14#d@GJl{F*_n!B_KYvErr1`dUnPpK3 zz(way0+2Tm&`FT=GI5+NYQG9}yWOl<^MjBq3eipLdxi7srwqVu7yvk~pjGeV`#xb9 zGDzCw?}x897`jFr&**JmQ86{tT*+|-08OjMXcQuZ!1sNq&WE3e0nM^RghCXBc$1Xz zC_uFv#^Tq(d< zpJ6I8L6Ty>&wJFLEa$Z9eTEzZ;7w92YAB{g7Q{Fcu^M8|@=AG-!QSbLBY@9nMr~K0 zhq!zJ#}#Wqz9j;?VK5D1Dy9a&G?4Ko>AHg=#XO390p+l-5C=3c&j0`b07*qoM6N<$ Ef)z@;j|==^1poj5AY({UO#lFTCIA3{ga82g0001h=l}q9FaQARU;qF* zm;eA5aGbhPJOBUz@JU2LR5;7+k}+!(Q51#0oy@-7WM_5<%q)g1qF`qcgjfa(D;oMqMCr&XFX^6|Z+) zgDh86Rv|j!rIch@Mo|X6^j3jhY&Eq2b|(h^OI!to_|O|R2r zIx}p_1G?QVK@jjmJz}uk!rxi{MCwExo}A>|-)LZ2!&*fuOBVB-xG$L6XS6*Z6lm*6 zat}`kK^TT?$^#}RIc?$NHCrrgqh6scd{S8w_XT@f-vEgFf>f6HQ52D78A>VI!Y7P8 zKHqvuXU!wOC>i`|F`XH-b?mKwM@osd4&;izcXYN(5ClX~#BKM1RF+hyF>CXiRHrf1 znW^C_r6`Jmd(DqDDu=cXPg}>)*)F|ak01yDNM*@%W=Lg;wvI6Jc(`>;mStFLQA%+m zIixLo{JVELOipsXoZ|$FnIY~A7IRBm`1Q!C z{5QI`4y`rI<&t0F^ID7hV)cosENg&^xvj}xnvgy}-D3#35>92wUs8SccIW>H(*OVf M07*qoM6N<$f&l0VI{*Lx literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/changed/textures/gui/nodes/remote_control.png b/src/main/resources/assets/changed/textures/gui/nodes/remote_control.png new file mode 100644 index 0000000000000000000000000000000000000000..76741a150e803abad6667116b9b5972d1d2c6f6b GIT binary patch literal 399 zcmV;A0dW3_P)z@;j|==^1poj5AY({UO#lFTCIA3{ga82g0001h=l}q9FaQARU;qF* zm;eA5aGbhPJOBUz4M{{nR5;76l08lXF%U+dGgdA^mvpp7Tf-4T5h;B{$7$$tft4uW z2-|J6EA0i+aSh8OQ-D`lXB|LdB+I|^=9?MAA1%aPJl~trLyd>Y!$^ZQwMme){+07w z^jt|1r122v97{opDssm(F94i#7c?;0JYGYNEG(-gNJxNts&vhfU(d1H9bp)jSFbu_>k2Pq!HOFp`h#(>yyFG2U z9zj