From 2f54abf834b869d9445113e7cfdf8eab3aaba95f Mon Sep 17 00:00:00 2001 From: Aninus Partikler Date: Wed, 27 Mar 2024 11:06:09 +0100 Subject: [PATCH 1/3] Promenade Support I'm not really sure about the timings --- .../assets/promenade/models/item/banana.json | 33 ++++++++++++++++++ .../models/item/banana_eating_0.json | 6 ++++ .../models/item/banana_eating_1.json | 6 ++++ .../models/item/banana_eating_2.json | 6 ++++ .../promenade/models/item/blueberries.json | 33 ++++++++++++++++++ .../models/item/blueberries_eating_0.json | 6 ++++ .../models/item/blueberries_eating_1.json | 6 ++++ .../models/item/blueberries_eating_2.json | 6 ++++ .../promenade/models/item/cooked_duck.json | 33 ++++++++++++++++++ .../models/item/cooked_duck_eating_0.json | 6 ++++ .../models/item/cooked_duck_eating_1.json | 6 ++++ .../models/item/cooked_duck_eating_2.json | 6 ++++ .../assets/promenade/models/item/duck.json | 33 ++++++++++++++++++ .../promenade/models/item/duck_eating_0.json | 6 ++++ .../promenade/models/item/duck_eating_1.json | 6 ++++ .../promenade/models/item/duck_eating_2.json | 6 ++++ .../textures/item/banana_eating_0.png | Bin 0 -> 311 bytes .../textures/item/banana_eating_1.png | Bin 0 -> 270 bytes .../textures/item/banana_eating_2.png | Bin 0 -> 190 bytes .../textures/item/blueberries_eating_0.png | Bin 0 -> 326 bytes .../textures/item/blueberries_eating_1.png | Bin 0 -> 276 bytes .../textures/item/blueberries_eating_2.png | Bin 0 -> 229 bytes .../textures/item/cooked_duck_eating_0.png | Bin 0 -> 373 bytes .../textures/item/cooked_duck_eating_1.png | Bin 0 -> 273 bytes .../textures/item/cooked_duck_eating_2.png | Bin 0 -> 205 bytes .../promenade/textures/item/duck_eating_0.png | Bin 0 -> 374 bytes .../promenade/textures/item/duck_eating_1.png | Bin 0 -> 275 bytes .../promenade/textures/item/duck_eating_2.png | Bin 0 -> 211 bytes 28 files changed, 204 insertions(+) create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/banana.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/banana_eating_0.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/banana_eating_1.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/banana_eating_2.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/blueberries.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/blueberries_eating_0.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/blueberries_eating_1.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/blueberries_eating_2.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/cooked_duck.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/cooked_duck_eating_0.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/cooked_duck_eating_1.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/cooked_duck_eating_2.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/duck.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/duck_eating_0.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/duck_eating_1.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/duck_eating_2.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/banana_eating_0.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/banana_eating_1.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/banana_eating_2.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/blueberries_eating_0.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/blueberries_eating_1.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/blueberries_eating_2.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/cooked_duck_eating_0.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/cooked_duck_eating_1.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/cooked_duck_eating_2.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/duck_eating_0.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/duck_eating_1.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/duck_eating_2.png diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/banana.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/banana.json new file mode 100644 index 0000000..1c3bf8e --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/banana.json @@ -0,0 +1,33 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "promenade:item/banana" + }, + + "overrides": [ + + { + "predicate": { + "eating": 1, + "eat": 0.40 + }, + "model": "promenade:item/banana_eating_0" + }, + { + "predicate": { + "eating": 1, + "eat": 0.70 + }, + "model": "promenade:item/banana_eating_1" + }, + + { + "predicate": { + + "eating": 1, + "eat": 0.90 + }, + "model": "promenade:item/banana_eating_2" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/banana_eating_0.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/banana_eating_0.json new file mode 100644 index 0000000..38ffc6a --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/banana_eating_0.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "promenade:item/banana_eating_0" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/banana_eating_1.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/banana_eating_1.json new file mode 100644 index 0000000..69a8d9e --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/banana_eating_1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "promenade:item/banana_eating_1" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/banana_eating_2.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/banana_eating_2.json new file mode 100644 index 0000000..cde46c6 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/banana_eating_2.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "promenade:item/banana_eating_2" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/blueberries.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/blueberries.json new file mode 100644 index 0000000..106ed24 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/blueberries.json @@ -0,0 +1,33 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "promenade:item/blueberries" + }, + + "overrides": [ + + { + "predicate": { + "eating": 1, + "eat": 0.35 + }, + "model": "promenade:item/blueberries_eating_0" + }, + { + "predicate": { + "eating": 1, + "eat": 0.70 + }, + "model": "promenade:item/blueberries_eating_1" + }, + + { + "predicate": { + + "eating": 1, + "eat": 0.90 + }, + "model": "promenade:item/blueberries_eating_2" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/blueberries_eating_0.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/blueberries_eating_0.json new file mode 100644 index 0000000..f0bcc4f --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/blueberries_eating_0.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "promenade:item/blueberries_eating_0" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/blueberries_eating_1.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/blueberries_eating_1.json new file mode 100644 index 0000000..2037a48 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/blueberries_eating_1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "promenade:item/blueberries_eating_1" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/blueberries_eating_2.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/blueberries_eating_2.json new file mode 100644 index 0000000..8686937 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/blueberries_eating_2.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "promenade:item/blueberries_eating_2" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/cooked_duck.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/cooked_duck.json new file mode 100644 index 0000000..21399c3 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/cooked_duck.json @@ -0,0 +1,33 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "promenade:item/cooked_duck" + }, + + "overrides": [ + + { + "predicate": { + "eating": 1, + "eat": 0.35 + }, + "model": "promenade:item/cooked_duck_eating_0" + }, + { + "predicate": { + "eating": 1, + "eat": 0.70 + }, + "model": "promenade:item/cooked_duck_eating_1" + }, + + { + "predicate": { + + "eating": 1, + "eat": 0.90 + }, + "model": "promenade:item/cooked_duck_eating_2" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/cooked_duck_eating_0.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/cooked_duck_eating_0.json new file mode 100644 index 0000000..2255a59 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/cooked_duck_eating_0.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "promenade:item/cooked_duck_eating_0" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/cooked_duck_eating_1.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/cooked_duck_eating_1.json new file mode 100644 index 0000000..b2b985b --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/cooked_duck_eating_1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "promenade:item/cooked_duck_eating_1" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/cooked_duck_eating_2.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/cooked_duck_eating_2.json new file mode 100644 index 0000000..968a58b --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/cooked_duck_eating_2.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "promenade:item/cooked_duck_eating_2" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/duck.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/duck.json new file mode 100644 index 0000000..7cfa8f7 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/duck.json @@ -0,0 +1,33 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "promenade:item/duck" + }, + + "overrides": [ + + { + "predicate": { + "eating": 1, + "eat": 0.35 + }, + "model": "promenade:item/duck_eating_0" + }, + { + "predicate": { + "eating": 1, + "eat": 0.70 + }, + "model": "promenade:item/duck_eating_1" + }, + + { + "predicate": { + + "eating": 1, + "eat": 0.90 + }, + "model": "promenade:item/duck_eating_2" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/duck_eating_0.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/duck_eating_0.json new file mode 100644 index 0000000..9a76aff --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/duck_eating_0.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "promenade:item/duck_eating_0" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/duck_eating_1.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/duck_eating_1.json new file mode 100644 index 0000000..c442f69 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/duck_eating_1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "promenade:item/duck_eating_1" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/duck_eating_2.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/duck_eating_2.json new file mode 100644 index 0000000..3c58d9c --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/models/item/duck_eating_2.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "promenade:item/duck_eating_2" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/banana_eating_0.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/banana_eating_0.png new file mode 100644 index 0000000000000000000000000000000000000000..17ea2a6d5dc4ea4b4ae322aa15477388b8a04a6c GIT binary patch literal 311 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|K6<)1hFJ6_ zCrGd!=KP`c>A$+Wys*#b$^82zW;M5dkZKCP7ck*-ees41|HJ2B`ftw8{ntI5L%8~@ z=HLJSqlGkzba;TkZPp#0NnScUi}cNmD%w68OGwwHCnPjTe0pFh?ELFbLYw>Ta>I^& zH%=6Mvr+GQdIqHDxqN-L$<&nW2V&0>cN9FcK3uQn*VZxPKTnz78J_j=#)buT)khL? ze#}jLm&3+3|B!l*gkAy=tcd;H_wiuyvj1F@{x49P!y|sKCf&fG@xo>Ge~A@e|CqOZ zmo#*dkdTA$+Wys*#b$^82zW;M5-Flsp%FyV83@rDck!{=Z6Z_dvB*WH|B{y`lc zAaI*?hi8(P4$mTeGoy;OkH!+xb?FHS4H;D*=5#97))_RX-&prw?csOHi@XioCP1y< zc^;?lD0pVw+{meZMS!hs=Vr+VHEvtQCD=9`kl31i-_Wk&+?ROAPx2ux!g)7Zjqgh? z^Z(O)m0Lp1$iTorCA#xZ{ntO{%s|jQLq+@W>gW3<&F=s22z`5inW0(%0^qa%;^0Tv~ghbf?^n`?j z6|ukjCT56BWEL5FXl*p?*mvW^1Ic6O11_I)o5lT1uKMr_1X>W1EnownDoF14G|e*#|3Tn9l{efx*+&&t;ucLK6VqgheF) literal 0 HcmV?d00001 diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/blueberries_eating_0.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/blueberries_eating_0.png new file mode 100644 index 0000000000000000000000000000000000000000..64a107c72e6e8023c70006785105115e51f05507 GIT binary patch literal 326 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D%z89ZGaLo9le z6C_wwnBCWZ`QI1!@_%BDnuN3Qi3j`LCLOMSb4y^BY{-5Cmu1rpUd-I}-`()R{sx9S z3OTc`mgM|5HZU;ourf7}xx15H?_ATGj*o}g+w{-dC1xZgBqaPe_j$@g*5m1In!1)e zATZtUeTs`AL!|MhW6|M!##wBVf1W2kNdBR(aNxu2hpLCamWoR}{I$Vya`WVF$B2+d z5P10ZH9J^iODq4GMaR|OE!^dB{>tC~{qOHf`AeIJGzXyXwWKO~8O* N@O1TaS?83{1ORx4g|h$v literal 0 HcmV?d00001 diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/blueberries_eating_1.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/blueberries_eating_1.png new file mode 100644 index 0000000000000000000000000000000000000000..97d8b7f435360cb1a02f3730831d040c9daec52b GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|&Uv~xhFJ6_ zCrGfWFuSk+^1mv~tjE*aG<7X` zKw!Gx`xF;LhDhU0$D+gejI-Dz|2$88ko-em;lPL44^KP)Px$FG)l}R5*>zkiTleP!z_05radAN)UwGDGm~Fsi+TNphX99>XfH&DhPcBpP)|d zQgDzCEtI--s?a}BC>3HSnHysfNc@1R+a+gL6#TgiQ*V$> zHr~Sz0IFJY1V{Ht{erGmr_Jc>bPWc$n7(oTx>5&?Z7^_)vLp)1GaW@_r;e$5iiE&|mcp+QNl} T1jWy)00000NkvXXu0mjfKX#sj literal 0 HcmV?d00001 diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/cooked_duck_eating_1.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/cooked_duck_eating_1.png new file mode 100644 index 0000000000000000000000000000000000000000..ff489c7b1add70181512badc129bc5550a176f18 GIT binary patch literal 273 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|PJ6mIhFJ6_ zCrGe53&gA{{Vl)t;4k@O>5kzW4BdX)Gcz+c|DUwF=ftDyzlHx98yFb;sr%03YTL&6 zecs;01R$s|SuYRmWIS3X zB7Q(*g`{!9)t+^Nhgo@m;G)!;|GrCF9@NBad&DB|zy2@KytLm8?!w>LUe10Q)cyD^X1PI)Vy>a#c5PbN3*SIMzvC(kay&q>!9Qg3g{_wN6 x1t*Qq-xGYwYw@F^>h1pw-Y^R_U-Ov^3|m!nHg!e$t_3=Y!PC{xWt~$(69DG~QfUAH literal 0 HcmV?d00001 diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/duck_eating_0.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/duck_eating_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9e9decb5b822ac53b35f1dfc2455a7f735430fee GIT binary patch literal 374 zcmV-+0g3*JP)Px$FiAu~R5*>zk+DkxVHn1LCv9nmaC8obL8Ee9Tj0>3i;hxD&HfJ!&IbMgL4&g` zNi^k>gIEwjbc07rlG30Nh?#3&(|z1|dL%UTZ0`rZ=Xu`ugMX!Fxg=I)BHkgEF!*dW zRx(k%>6u)C$;XJn=$)j#iK^*rWcQUYgSADEX4)hYjRPQtF9KjT=rewOrhb0G@nuVz z$`$gJnsRq@jjHKHqH*l|wltg#`T(e!&e7ok)nZnz>1&X$)RfzVApor1J=T+368`=g z|89lp@GX$+!tQ;%^8JFVOs+uZsvdv=I<2?ewq!(&j>V9t<=9s1~!rN^Q$|S?W@Q$wNb&ot(-!4E!_w0AS~c U5Rj0OQvd(}07*qoM6N<$g5)fz(EtDd literal 0 HcmV?d00001 diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/duck_eating_1.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/duck_eating_1.png new file mode 100644 index 0000000000000000000000000000000000000000..47af82d27458243ad169500dd28404461cabc17a GIT binary patch literal 275 zcmV+u0qp*XP)Px#%}GQ-R5*?8jv)^LVI0PPOw|QRWH&PHB=Nq3DhrBala2WVg3U~mF4!q-=7Ng? z0%o&A_Dc88d*?1GHcxy0dw&1tfxmuG`(aPC4PAIX;SbC^O#x7i8y?&YN9 z0}t-U0|1YODO;Y8D;~T%ot1q2)68PIf;AZgU;xXUQ6HOfow8ussETANEuTa+dy4sC zEvJ#p7PvcW32*EbwzCCL+LZ;ivn3CZ(>}s}Ft7liZRjGO%}5{C8v4LpjzquJl|Bmm ZnqKmEWBz6jFUV!sVr%8+kXLsG&#j_`h zjRyqge_N~if@=q(`1-raKmI)8WCnu6&$GoPK)`NarRN209Rs(YziNBt^6>nZl-PDy zRX=XG`vvZv6Lb2PU;j7%qM7J9{rLU;g3jz)85t5P^h_kTd~5t literal 0 HcmV?d00001 From 9e2e5016ac14ced4d609c36bd773c76acd5687e2 Mon Sep 17 00:00:00 2001 From: Aninus Partikler Date: Wed, 27 Mar 2024 11:33:26 +0100 Subject: [PATCH 2/3] Cinderscapes Support --- .../models/item/bramble_berries.json | 33 ++++++++++++++++++ .../models/item/bramble_berries_eating_0.json | 6 ++++ .../models/item/bramble_berries_eating_1.json | 6 ++++ .../models/item/bramble_berries_eating_2.json | 6 ++++ .../textures/item/bramble_berries.png | Bin 0 -> 283 bytes .../item/bramble_berries_eating_0.png | Bin 0 -> 282 bytes .../item/bramble_berries_eating_1.png | Bin 0 -> 275 bytes .../item/bramble_berries_eating_2.png | Bin 0 -> 261 bytes 8 files changed, 51 insertions(+) create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/cinderscapes/models/item/bramble_berries.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/cinderscapes/models/item/bramble_berries_eating_0.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/cinderscapes/models/item/bramble_berries_eating_1.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/cinderscapes/models/item/bramble_berries_eating_2.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/cinderscapes/textures/item/bramble_berries.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/cinderscapes/textures/item/bramble_berries_eating_0.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/cinderscapes/textures/item/bramble_berries_eating_1.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/cinderscapes/textures/item/bramble_berries_eating_2.png diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/cinderscapes/models/item/bramble_berries.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/cinderscapes/models/item/bramble_berries.json new file mode 100644 index 0000000..94caa94 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/cinderscapes/models/item/bramble_berries.json @@ -0,0 +1,33 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "cinderscapes:item/bramble_berries" + }, + + "overrides": [ + + { + "predicate": { + "eating": 1, + "eat": 0.15 + }, + "model": "cinderscapes:item/bramble_berries_eating_0" + }, + { + "predicate": { + "eating": 1, + "eat": 0.30 + }, + "model": "cinderscapes:item/bramble_berries_eating_1" + }, + + { + "predicate": { + + "eating": 1, + "eat": 0.40 + }, + "model": "cinderscapes:item/bramble_berries_eating_2" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/cinderscapes/models/item/bramble_berries_eating_0.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/cinderscapes/models/item/bramble_berries_eating_0.json new file mode 100644 index 0000000..d557e1c --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/cinderscapes/models/item/bramble_berries_eating_0.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "cinderscapes:item/bramble_berries_eating_0" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/cinderscapes/models/item/bramble_berries_eating_1.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/cinderscapes/models/item/bramble_berries_eating_1.json new file mode 100644 index 0000000..fc9a3eb --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/cinderscapes/models/item/bramble_berries_eating_1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "cinderscapes:item/bramble_berries_eating_1" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/cinderscapes/models/item/bramble_berries_eating_2.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/cinderscapes/models/item/bramble_berries_eating_2.json new file mode 100644 index 0000000..0b3b68d --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/cinderscapes/models/item/bramble_berries_eating_2.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "cinderscapes:item/bramble_berries_eating_2" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/cinderscapes/textures/item/bramble_berries.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/cinderscapes/textures/item/bramble_berries.png new file mode 100644 index 0000000000000000000000000000000000000000..16554453a6a751038c88cbd3c437fa79c634e285 GIT binary patch literal 283 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJXMsm#F#`j)FbFd;%$g$s6f_I) z332`Z|9?bGfR&S(ot>STm7$A_i>ii_j);y7mkdzJolcE)-VD+#SQ|A=Z-#lduQ>PjZ@f`=WrilnfP2jDUI*uymE%{P?;wz zmmaLj(0zSj_O%6Dy_&DG9NEt}JyNFi&a6<@(Ce40KVN$BtHEpqGxIzD?`-cnHXb<$ Oa*L;{pUXO@geCy-BVm02 literal 0 HcmV?d00001 diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/cinderscapes/textures/item/bramble_berries_eating_0.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/cinderscapes/textures/item/bramble_berries_eating_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b677561d756eb18071b083f04eedf14948c2150d GIT binary patch literal 282 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~vjCqE*Z=?j zN5lkJIhonn*_l}xy2!YwYAET5=*V!%0F~V7)L7@uFx`P+h7p6ej!%ga15g1_w(@Vu zE1xnC>~t8FTI!s+Lbof~%Vr^afxXzmFU#VqO>ZipKgt6zGj@LOPCfqlT@ z?hkhR=ZGcf&-D}f$A2UFiOH1$KF0PnFQ;$rc0c>id!dEpL2=gEY;w1yl-Gcq^7$TrL0r literal 0 HcmV?d00001 diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/cinderscapes/textures/item/bramble_berries_eating_1.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/cinderscapes/textures/item/bramble_berries_eating_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d9a64b0fab6b0be418862f6747d1bcdaa5b1a5d5 GIT binary patch literal 275 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~vjCqE*Z=?j zN5lkJIhonn*_l}xy2!YwYAET5=*V!%0F~V7)L7@uFx`P+h7p6ej!%ga15g1_w(@Vu zE1pqELf@VTENiCR`Z|@rS88>slN*~79+uF&UT zh!v|be)v7c>W}=5Maiig7Ak)GwP*cUb92AO(UYv=8@*Uwe$nB-2y%<3tDnm{r-UW| DTb*B? literal 0 HcmV?d00001 diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/cinderscapes/textures/item/bramble_berries_eating_2.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/cinderscapes/textures/item/bramble_berries_eating_2.png new file mode 100644 index 0000000000000000000000000000000000000000..2846aacdcf0ed0430d1ca9ca213cabd477f8b1ff GIT binary patch literal 261 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~vjCqE*Z=?j zN5lkJIhonn*_l}xy2!YwYAET5=*V!%0F~V7)L7@uFx`P+h7p6ej!%ga15g1_w(@Vu zE1ZK8`- Date: Wed, 3 Apr 2024 13:28:35 +0200 Subject: [PATCH 3/3] Regions Unexplored I guess --- .../models/item/duskmelon_slice.json | 33 ++++++++++++++++++ .../models/item/duskmelon_slice_eating_0.json | 6 ++++ .../models/item/duskmelon_slice_eating_1.json | 6 ++++ .../models/item/duskmelon_slice_eating_2.json | 6 ++++ .../models/item/hanging_earlight_fruit.json | 33 ++++++++++++++++++ .../item/hanging_earlight_fruit_eating_0.json | 6 ++++ .../item/hanging_earlight_fruit_eating_1.json | 6 ++++ .../item/hanging_earlight_fruit_eating_2.json | 6 ++++ .../models/item/meadow_sage.json | 33 ++++++++++++++++++ .../models/item/meadow_sage_eating_0.json | 6 ++++ .../models/item/meadow_sage_eating_1.json | 6 ++++ .../models/item/meadow_sage_eating_2.json | 6 ++++ .../models/item/salmonberry.json | 33 ++++++++++++++++++ .../models/item/salmonberry_eating_0.json | 6 ++++ .../models/item/salmonberry_eating_1.json | 6 ++++ .../models/item/salmonberry_eating_2.json | 6 ++++ .../item/duskmelon_slice_eating_0.png | Bin 0 -> 395 bytes .../item/duskmelon_slice_eating_1.png | Bin 0 -> 369 bytes .../item/duskmelon_slice_eating_2.png | Bin 0 -> 332 bytes .../item/hanging_earlight_fruit_eating_0.png | Bin 0 -> 528 bytes .../item/hanging_earlight_fruit_eating_1.png | Bin 0 -> 531 bytes .../item/hanging_earlight_fruit_eating_2.png | Bin 0 -> 522 bytes .../textures/item/meadow_sage_eating_0.png | Bin 0 -> 513 bytes .../textures/item/meadow_sage_eating_1.png | Bin 0 -> 485 bytes .../textures/item/meadow_sage_eating_2.png | Bin 0 -> 311 bytes .../textures/item/salmonberry_eating_0.png | Bin 0 -> 419 bytes .../textures/item/salmonberry_eating_1.png | Bin 0 -> 396 bytes .../textures/item/salmonberry_eating_2.png | Bin 0 -> 342 bytes 28 files changed, 204 insertions(+) create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/duskmelon_slice.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/duskmelon_slice_eating_0.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/duskmelon_slice_eating_1.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/duskmelon_slice_eating_2.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/hanging_earlight_fruit.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/hanging_earlight_fruit_eating_0.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/hanging_earlight_fruit_eating_1.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/hanging_earlight_fruit_eating_2.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/meadow_sage.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/meadow_sage_eating_0.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/meadow_sage_eating_1.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/meadow_sage_eating_2.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/salmonberry.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/salmonberry_eating_0.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/salmonberry_eating_1.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/salmonberry_eating_2.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/duskmelon_slice_eating_0.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/duskmelon_slice_eating_1.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/duskmelon_slice_eating_2.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/hanging_earlight_fruit_eating_0.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/hanging_earlight_fruit_eating_1.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/hanging_earlight_fruit_eating_2.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/meadow_sage_eating_0.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/meadow_sage_eating_1.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/meadow_sage_eating_2.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/salmonberry_eating_0.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/salmonberry_eating_1.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/salmonberry_eating_2.png diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/duskmelon_slice.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/duskmelon_slice.json new file mode 100644 index 0000000..4ac85b4 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/duskmelon_slice.json @@ -0,0 +1,33 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "regions_unexplored:item/duskmelon_slice" + }, + + "overrides": [ + + { + "predicate": { + "eating": 1, + "eat": 0.35 + }, + "model": "regions_unexplored:item/duskmelon_slice_eating_0" + }, + { + "predicate": { + "eating": 1, + "eat": 0.70 + }, + "model": "regions_unexplored:item/duskmelon_slice_eating_1" + }, + + { + "predicate": { + + "eating": 1, + "eat": 0.90 + }, + "model": "regions_unexplored:item/duskmelon_slice_eating_2" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/duskmelon_slice_eating_0.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/duskmelon_slice_eating_0.json new file mode 100644 index 0000000..51ac7e2 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/duskmelon_slice_eating_0.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "regions_unexplored:item/duskmelon_slice_eating_0" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/duskmelon_slice_eating_1.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/duskmelon_slice_eating_1.json new file mode 100644 index 0000000..c3a33e5 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/duskmelon_slice_eating_1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "regions_unexplored:item/duskmelon_slice_eating_1" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/duskmelon_slice_eating_2.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/duskmelon_slice_eating_2.json new file mode 100644 index 0000000..036f105 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/duskmelon_slice_eating_2.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "regions_unexplored:item/duskmelon_slice_eating_2" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/hanging_earlight_fruit.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/hanging_earlight_fruit.json new file mode 100644 index 0000000..2abad7a --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/hanging_earlight_fruit.json @@ -0,0 +1,33 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "regions_unexplored:item/hanging_earlight_fruit" + }, + + "overrides": [ + + { + "predicate": { + "eating": 1, + "eat": 0.35 + }, + "model": "regions_unexplored:item/hanging_earlight_fruit_eating_0" + }, + { + "predicate": { + "eating": 1, + "eat": 0.70 + }, + "model": "regions_unexplored:item/hanging_earlight_fruit_eating_1" + }, + + { + "predicate": { + + "eating": 1, + "eat": 0.90 + }, + "model": "regions_unexplored:item/hanging_earlight_fruit_eating_2" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/hanging_earlight_fruit_eating_0.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/hanging_earlight_fruit_eating_0.json new file mode 100644 index 0000000..f38147d --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/hanging_earlight_fruit_eating_0.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "regions_unexplored:item/hanging_earlight_fruit_eating_0" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/hanging_earlight_fruit_eating_1.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/hanging_earlight_fruit_eating_1.json new file mode 100644 index 0000000..f17aa06 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/hanging_earlight_fruit_eating_1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "regions_unexplored:item/hanging_earlight_fruit_eating_1" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/hanging_earlight_fruit_eating_2.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/hanging_earlight_fruit_eating_2.json new file mode 100644 index 0000000..303d738 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/hanging_earlight_fruit_eating_2.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "regions_unexplored:item/hanging_earlight_fruit_eating_2" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/meadow_sage.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/meadow_sage.json new file mode 100644 index 0000000..02ad154 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/meadow_sage.json @@ -0,0 +1,33 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "regions_unexplored:item/meadow_sage" + }, + + "overrides": [ + + { + "predicate": { + "eating": 1, + "eat": 0.35 + }, + "model": "regions_unexplored:item/meadow_sage_eating_0" + }, + { + "predicate": { + "eating": 1, + "eat": 0.70 + }, + "model": "regions_unexplored:item/meadow_sage_eating_1" + }, + + { + "predicate": { + + "eating": 1, + "eat": 0.90 + }, + "model": "regions_unexplored:item/meadow_sage_eating_2" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/meadow_sage_eating_0.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/meadow_sage_eating_0.json new file mode 100644 index 0000000..b706388 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/meadow_sage_eating_0.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "regions_unexplored:item/meadow_sage_eating_0" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/meadow_sage_eating_1.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/meadow_sage_eating_1.json new file mode 100644 index 0000000..913900e --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/meadow_sage_eating_1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "regions_unexplored:item/meadow_sage_eating_1" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/meadow_sage_eating_2.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/meadow_sage_eating_2.json new file mode 100644 index 0000000..33c0a05 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/meadow_sage_eating_2.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "regions_unexplored:item/meadow_sage_eating_2" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/salmonberry.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/salmonberry.json new file mode 100644 index 0000000..b0997e1 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/salmonberry.json @@ -0,0 +1,33 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "regions_unexplored:item/salmonberry" + }, + + "overrides": [ + + { + "predicate": { + "eating": 1, + "eat": 0.35 + }, + "model": "regions_unexplored:item/salmonberry_eating_0" + }, + { + "predicate": { + "eating": 1, + "eat": 0.70 + }, + "model": "regions_unexplored:item/salmonberry_eating_1" + }, + + { + "predicate": { + + "eating": 1, + "eat": 0.90 + }, + "model": "regions_unexplored:item/salmonberry_eating_2" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/salmonberry_eating_0.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/salmonberry_eating_0.json new file mode 100644 index 0000000..ecb66ab --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/salmonberry_eating_0.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "regions_unexplored:item/salmonberry_eating_0" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/salmonberry_eating_1.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/salmonberry_eating_1.json new file mode 100644 index 0000000..8669ed1 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/salmonberry_eating_1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "regions_unexplored:item/salmonberry_eating_1" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/salmonberry_eating_2.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/salmonberry_eating_2.json new file mode 100644 index 0000000..8fca81f --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/models/item/salmonberry_eating_2.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "regions_unexplored:item/salmonberry_eating_2" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/duskmelon_slice_eating_0.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/duskmelon_slice_eating_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1c6f757bcb14a3472544ed3d158f8aec66dcabb3 GIT binary patch literal 395 zcmV;60d)R}P)Px$MM*?KR5*>rlCMw0P!xr~OPJXFP@7?-!B8>&1crftBTI&vL%=i%KN}JR4voSv z%miT$^b!z5G$AQXm>G&Db6Z8lLu`9p=>|h_+)eMf{m#7){#yc|l=`*t{IfZ1lEb-W zL>W{fQV=_z;=CKA`J%Q@|o!(4CQ#OuyEo1Sq!Og~ndN{t-3o4pxDneky>GV6W3KeCfvbeo=41MYGtiM1P?5YhQ_1aDt;pp{A zC97rbS5H_>&qs`aMjt1=1K$g@VPSACzY+AY4Zwx2)6vx52Z(LiYVb&+c|&8&93cRt p>vYuUi9p|6M(fLi^@)-GtS>bZc_Lk$BXPx$D@jB_R5*>rlCev}U=YQBCw9eArLvp&jhKK+# z_meHH%_9W}gNTO%M|XBFO>d@vh#(?7*KgEXTqSB;v9MIaZrA`?D3HJjef*DCykI~W zM7e%OAlaJa1K7JgmJGv!O08TRAq_7WObZ`g9^XtkUqn9JI8=aAcc1WX5}{Hn!}VVr zSoxlDkk0*;Th_jadu;$?{W};3VGz+7_RYZ< zq7_^BVeE}E+tUK#wp@*mB%60i%#kw=02zBDO@9%XKbLfUak4!#(y#FeS8r+jVkKUb P00000NkvXXu0mjfQR12U literal 0 HcmV?d00001 diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/duskmelon_slice_eating_2.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/duskmelon_slice_eating_2.png new file mode 100644 index 0000000000000000000000000000000000000000..ee18e6a8bf6547a2464e5509a03a696b3d81979b GIT binary patch literal 332 zcmV-S0ki&zP)Px$21!IgR5*>rlD%reP!z|1N9@oCXkFZdY-VVE3I(?!_zHc4HbW7+JNE&63Fkr! z>JTVMz^#i7xJiZ#r$dt4q&JB=dEmmm_niO7IrqY)LjY9uXyNP6Dl3xb+j~R=fW}EG zX>k{PU7J%34$@R?@?$`w|mQQk!MHI%?T`57PS{e>??%LG^Rp61^ zPizOUU4NGo)G2ot69|%ht%F*1$Idm6sgK;gb{CUmfC2b(AJYG02)wTko$i)+t)Bb` z0z~ij^eqQb7&F~1HQO7YlUfhpu-O;X^916*_?mta3jO{8EpWjBAcxIf^G^h3;*vkl eo(7dIogKf+z*8?ALaVI+0000Px$%1J~)R5*>Ll21q!aTLctPb)QONeojrp%o(#k_{mQ!GpqHr9YP_66zox0>Nt+ zk9O)N3K2mb1nU;T9z{V0VOMq&JbBoiofUo%**_p<=^o7Uo@qX|7{e9o# zCjhESVl)H5&)@BMINuIGPRbMyr+D!ASSz+kcW)d(-mhN*pp8FpuI-l}02ey1_~cs6 zqGFo>>i2s|Pw#DCXP)Px$%}GQ-R5*>LlFe%qQ5400x2@V1QY=cTO$AdTVxcu6sOYK%vlTyf3I#W%3;zmN z?uwhzLKVR*T*Re|EEI~0hC*7B77N8LCex82k{COr5%szl=Vhj&D-T?FALks-z3&Nt zs*;*40r2BjHvtZH!}t9f)val6-`&%?Ycn{M1dx0#0YDcA(9`wP6u{x$<3{Xx4t3WC zP{R)v$A-=ulP_+G3zMf62n0BG0YCr-NyZJr7#r@_d@doEuDsS}ql{xit5pSH;OGRK zr6>H;;MDM*R(Bi#-amf>Z3}jbq-L^=rSB;q%|=-QzL~-5;w-C+v*dFL0Yt3_8aCc} zTKHSo_z(d;yqki7tN!N5NdQtaS@ArFPuq_*XeVm0TSU@J0O;3OO7EGD2{3;BA^1Zy z@uLQ{P~zrW*x&NkZ3{*&@^U_+GZ64Ul1PUT>A!6u=_Q}{;+%hWW6khQg6V4?_3Zc~ z)s>9Wwg@T^1IW$wSc32~%86uFsVoD<7*SU;(Ki1e@(PY!kju~JePT_a5)xDtKI7NH z8Qi+_O#!L9wtAjJvr#tpn;Z9|iiHf!b!HH>Aa&Q)@PBW$s@m5#8jH-_TKw#P@EcE* Vysd3J-Z}sP002ovPDHLkV1lG)?yLX+ literal 0 HcmV?d00001 diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/hanging_earlight_fruit_eating_2.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/hanging_earlight_fruit_eating_2.png new file mode 100644 index 0000000000000000000000000000000000000000..736d969c867857473820343d0eaf888e505d328b GIT binary patch literal 522 zcmV+l0`>igP)Px$#7RU!R5*>LlD}(HQ545Nr}bBb6pK<@V!@O;Sg?&aC<+A&W);*;q2N+F_$N4Z zaw{&)~6cR}-cIuG4J`ItC*pNoluS0w<@8#9WFC4h%-tYI^?>YAx zfFu%Ac>sR??#IK?e)w@vrMxrCy$AcMRUC$f;{cXP#{lS~2S@sT`2le3#2H`QY`WAc z4uE{Vw>Uj~*)Q^~lIP0Q1p%G_*U17Hz!33hfgr|5PAZd*+12ZB)TkG69cZ=601TeG z#CHA#|15BRWMAc77l8LK-$J_tdpQzwDaI!r3b01KXdd66!RGQjo6GZL(lPU_2C=)E zJ@(({#FCu`T%mY^!MJ{@Ln3BJ&Y;H?06?|&CywTh!= z)1^@_`sdr99)%UplCV&~%t9?#t>P&7-&?J+1_sVWEVEFE?)?w`0D2F$LOr4Q8vpPx$yGcYrR5*>LlCf)3Q5431_hE++ke3dnMF>{XO7=%bi%xEJQd4L~Gn7I)IVMhy zr4$QsG+?ZMfs>-+BZx~|N<$JtrRAmY9zuA-g&v3Y-oBT_$+KMUIrsa{_uX^gKSKeC z$kbxB8H(%W?Av;A46GE+znH7dP+~tKYKJBz_2bER4nVoJY7>>Mo>X3blh}{Om8xkZ z4#1y__%<`_)7@;ru%85TzTcCm9TK%esW!tjL1!?siN>eLDnVw!4Ew}>gzM#Sy_{9z z0O&xcWG$SX(A{h)fW!N*rThHtR6CX+8Rgch7)$Y5T^7zxc<`=tO?aayY3@5=e5w#Px$pGibPR5*>*lfO$_Q545NC)6PX%G04(gkVEdvPVaS;?OPK$`f>JJCveMj!FLk zrIZBf7(uarL8pR_A(SpvilLFvlJYFgLkMrU;Bkoe`ks$=?_KVXbH3+%zvr9_|NRnx z)%``9{?X_`B;`~+QF~NCY9*X+2H^5n^w$jQ%|8J28(j_C1H$$|H}(e3o&o6ehX175 zZ*-N5bD~y=S02YJk8AC8WV;7o0^^)j6%k?i_&J5T&)4ZKWf}@~KOx)7$=uDhcCe(C z?Rf==Dm8uh;~Ry#&-Ygc!o_*KK;jt0!B$d{FUn*VK%zue z%Gp0|PAMQw|A?2byJQzUmp#rvZosKF#dhAmdqmUPx#@kvBMR5*?8kFjb3K@>&LNVW(IA|Xg@wptB#DHdDXlxbtYUlG5+j|d{<3sR>H z64C{;TP+F55<(CLiw8cdU52pE2Z*UHo zQh>+Ni#b%#a3ABvPyw>s5-#7>{lsgas@%;66$}tZAPx$T}ebiR5*>rk}*pHaTvybf63_(Pb85N$ zBKF${p1Upp&s|q)jl$f*(jwRB#1w!7+XLX7EcVL>0JTOz@;O7Nj{!U$84+_bZD3Z) zZ0zJ&-!!Q=dz`+G03-kbq5)yESt+AZ39$OeaE#hs)1VoI;4B?OM0|5Gs|PY1`wOXr z5AXD_Z4b+t0;t>F6}hNCsYn7Dju~}&u)2&&C2$6=1|`!*c$Iw4h;*Q%C({O4eE`g2 zHUi0H;u;V%mOSK>T#)IM(ndcIOWjRwUXQG+m+5YwWk0<@TJ^=#|m|56jT!;Vw N002ovPDHLkV1oDXwSNEr literal 0 HcmV?d00001 diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/salmonberry_eating_1.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/salmonberry_eating_1.png new file mode 100644 index 0000000000000000000000000000000000000000..738677d2f3c2b3dc9dad763be294172ec5d5c49e GIT binary patch literal 396 zcmV;70dxL|P)Px$MoC0LR5*>@k}*p{Q5462M|ANaUXw%;A=HwF0@t7|+UqmeCM^vOHnz0pDt&;4 zhCV}6qni~dq#=s>L@XodH0XP&PiPGKPxqd4fB$pNy%+vk;w)6vlf1m$nGMR>QDq($ z!S`E%m*xn7m*z+drL^aOe;H*LjRG9DKLNNRPP;J%pioL{GGV#hdkpNN(Qwp4aw$x` zgZ77uNZAN#!L+q5Z@wf_P3Ep2&S;)Qf%%f+1N5%^lWDw?+A9$sL8~k-T^@S z!%1SgA9N>BzSe^pa<{jpz~mC07tsC?`?&?{t4JiopgVGn!cl8()MUaE*WmHka$65a zEw`%4#OF+6v4CsfJgFZbTYeMD_vm$2eW$N7TdA54DvUfGIFhB&1y%Dwjl}{yJbk## q!Oc4&viu(`sy_IlKKOzEnZ5z*<$Cov&=S4?0000Px$5J^NqR5*>*kv~hr01(B0SM1UZ1`DBBvRD*c1aT0gUAj1{U!h|+2L&BnTV>r5 zeE_aEOaKlJivV1ny~)A|QhyfpLS%o7ogK^|+H z3M@Zj?tCEXg#fG