From 08ef36b86d23c8686d23e5979e5d21ca9b5bef48 Mon Sep 17 00:00:00 2001 From: Alfakynz Nyxaeris <141228129+Alfakynz@users.noreply.github.com> Date: Mon, 16 Feb 2026 11:52:48 +0100 Subject: [PATCH] More mod support - Add support for Critters & Companions - Add support for Deeper & Darker - Add support for Living Things --- .../models/item/koi_fish.json | 33 ++++++++++++++++++ .../models/item/koi_fish_eating_0.json | 6 ++++ .../models/item/koi_fish_eating_1.json | 6 ++++ .../models/item/koi_fish_eating_2.json | 6 ++++ .../textures/item/koi_fish_eating_0.png | Bin 0 -> 192 bytes .../textures/item/koi_fish_eating_1.png | Bin 0 -> 197 bytes .../textures/item/koi_fish_eating_2.png | Bin 0 -> 194 bytes .../models/item/bloom_berries.json | 33 ++++++++++++++++++ .../models/item/bloom_berries_eating_0.json | 6 ++++ .../models/item/bloom_berries_eating_1.json | 6 ++++ .../models/item/bloom_berries_eating_2.json | 6 ++++ .../textures/item/bloom_berries_eating_0.png | Bin 0 -> 191 bytes .../textures/item/bloom_berries_eating_1.png | Bin 0 -> 144 bytes .../textures/item/bloom_berries_eating_2.png | Bin 0 -> 109 bytes .../livingthings/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 ++++ .../livingthings/models/item/cooked_crab.json | 33 ++++++++++++++++++ .../models/item/cooked_crab_eating_0.json | 6 ++++ .../models/item/cooked_crab_eating_1.json | 6 ++++ .../models/item/cooked_crab_eating_2.json | 6 ++++ .../models/item/cooked_elephant.json | 33 ++++++++++++++++++ .../models/item/cooked_elephant_eating_0.json | 6 ++++ .../models/item/cooked_elephant_eating_1.json | 6 ++++ .../models/item/cooked_elephant_eating_2.json | 6 ++++ .../models/item/cooked_giraffe.json | 33 ++++++++++++++++++ .../models/item/cooked_giraffe_eating_0.json | 6 ++++ .../models/item/cooked_giraffe_eating_1.json | 6 ++++ .../models/item/cooked_giraffe_eating_2.json | 6 ++++ .../livingthings/models/item/cooked_lion.json | 33 ++++++++++++++++++ .../models/item/cooked_lion_eating_0.json | 6 ++++ .../models/item/cooked_lion_eating_1.json | 6 ++++ .../models/item/cooked_lion_eating_2.json | 6 ++++ .../models/item/cooked_ostrich.json | 33 ++++++++++++++++++ .../models/item/cooked_ostrich_eating_0.json | 6 ++++ .../models/item/cooked_ostrich_eating_1.json | 6 ++++ .../models/item/cooked_ostrich_eating_2.json | 6 ++++ .../assets/livingthings/models/item/crab.json | 33 ++++++++++++++++++ .../models/item/crab_eating_0.json | 6 ++++ .../models/item/crab_eating_1.json | 6 ++++ .../models/item/crab_eating_2.json | 6 ++++ .../livingthings/models/item/elephant.json | 33 ++++++++++++++++++ .../models/item/elephant_eating_0.json | 6 ++++ .../models/item/elephant_eating_1.json | 6 ++++ .../models/item/elephant_eating_2.json | 6 ++++ .../livingthings/models/item/giraffe.json | 33 ++++++++++++++++++ .../models/item/giraffe_eating_0.json | 6 ++++ .../models/item/giraffe_eating_1.json | 6 ++++ .../models/item/giraffe_eating_2.json | 6 ++++ .../assets/livingthings/models/item/lion.json | 33 ++++++++++++++++++ .../models/item/lion_eating_0.json | 6 ++++ .../models/item/lion_eating_1.json | 6 ++++ .../models/item/lion_eating_2.json | 6 ++++ .../livingthings/models/item/ostrich.json | 33 ++++++++++++++++++ .../models/item/ostrich_eating_0.json | 6 ++++ .../models/item/ostrich_eating_1.json | 6 ++++ .../models/item/ostrich_eating_2.json | 6 ++++ .../textures/item/banana_eating_0.png | Bin 0 -> 197 bytes .../textures/item/banana_eating_1.png | Bin 0 -> 194 bytes .../textures/item/banana_eating_2.png | Bin 0 -> 183 bytes .../textures/item/cooked_crab_eating_0.png | Bin 0 -> 178 bytes .../textures/item/cooked_crab_eating_1.png | Bin 0 -> 172 bytes .../textures/item/cooked_crab_eating_2.png | Bin 0 -> 141 bytes .../item/cooked_elephant_eating_0.png | Bin 0 -> 187 bytes .../item/cooked_elephant_eating_1.png | Bin 0 -> 185 bytes .../item/cooked_elephant_eating_2.png | Bin 0 -> 153 bytes .../textures/item/cooked_giraffe_eating_0.png | Bin 0 -> 203 bytes .../textures/item/cooked_giraffe_eating_1.png | Bin 0 -> 174 bytes .../textures/item/cooked_giraffe_eating_2.png | Bin 0 -> 155 bytes .../textures/item/cooked_lion_eating_0.png | Bin 0 -> 164 bytes .../textures/item/cooked_lion_eating_1.png | Bin 0 -> 158 bytes .../textures/item/cooked_lion_eating_2.png | Bin 0 -> 147 bytes .../textures/item/cooked_ostrich_eating_0.png | Bin 0 -> 185 bytes .../textures/item/cooked_ostrich_eating_1.png | Bin 0 -> 180 bytes .../textures/item/cooked_ostrich_eating_2.png | Bin 0 -> 141 bytes .../textures/item/crab_eating_0.png | Bin 0 -> 183 bytes .../textures/item/crab_eating_1.png | Bin 0 -> 175 bytes .../textures/item/crab_eating_2.png | Bin 0 -> 144 bytes .../textures/item/elephant_eating_0.png | Bin 0 -> 193 bytes .../textures/item/elephant_eating_1.png | Bin 0 -> 187 bytes .../textures/item/elephant_eating_2.png | Bin 0 -> 154 bytes .../textures/item/giraffe_eating_0.png | Bin 0 -> 203 bytes .../textures/item/giraffe_eating_1.png | Bin 0 -> 174 bytes .../textures/item/giraffe_eating_2.png | Bin 0 -> 153 bytes .../textures/item/lion_eating_0.png | Bin 0 -> 163 bytes .../textures/item/lion_eating_1.png | Bin 0 -> 159 bytes .../textures/item/lion_eating_2.png | Bin 0 -> 147 bytes .../textures/item/ostrich_eating_0.png | Bin 0 -> 185 bytes .../textures/item/ostrich_eating_1.png | Bin 0 -> 181 bytes .../textures/item/ostrich_eating_2.png | Bin 0 -> 141 bytes 91 files changed, 663 insertions(+) create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/crittersandcompanions/models/item/koi_fish.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/crittersandcompanions/models/item/koi_fish_eating_0.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/crittersandcompanions/models/item/koi_fish_eating_1.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/crittersandcompanions/models/item/koi_fish_eating_2.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/crittersandcompanions/textures/item/koi_fish_eating_0.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/crittersandcompanions/textures/item/koi_fish_eating_1.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/crittersandcompanions/textures/item/koi_fish_eating_2.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/deeperdarker/models/item/bloom_berries.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/deeperdarker/models/item/bloom_berries_eating_0.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/deeperdarker/models/item/bloom_berries_eating_1.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/deeperdarker/models/item/bloom_berries_eating_2.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/deeperdarker/textures/item/bloom_berries_eating_0.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/deeperdarker/textures/item/bloom_berries_eating_1.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/deeperdarker/textures/item/bloom_berries_eating_2.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/banana.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/banana_eating_0.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/banana_eating_1.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/banana_eating_2.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_crab.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_crab_eating_0.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_crab_eating_1.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_crab_eating_2.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_elephant.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_elephant_eating_0.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_elephant_eating_1.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_elephant_eating_2.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_giraffe.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_giraffe_eating_0.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_giraffe_eating_1.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_giraffe_eating_2.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_lion.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_lion_eating_0.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_lion_eating_1.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_lion_eating_2.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_ostrich.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_ostrich_eating_0.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_ostrich_eating_1.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_ostrich_eating_2.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/crab.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/crab_eating_0.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/crab_eating_1.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/crab_eating_2.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/elephant.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/elephant_eating_0.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/elephant_eating_1.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/elephant_eating_2.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/giraffe.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/giraffe_eating_0.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/giraffe_eating_1.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/giraffe_eating_2.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/lion.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/lion_eating_0.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/lion_eating_1.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/lion_eating_2.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/ostrich.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/ostrich_eating_0.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/ostrich_eating_1.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/ostrich_eating_2.json create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/banana_eating_0.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/banana_eating_1.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/banana_eating_2.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/cooked_crab_eating_0.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/cooked_crab_eating_1.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/cooked_crab_eating_2.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/cooked_elephant_eating_0.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/cooked_elephant_eating_1.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/cooked_elephant_eating_2.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/cooked_giraffe_eating_0.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/cooked_giraffe_eating_1.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/cooked_giraffe_eating_2.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/cooked_lion_eating_0.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/cooked_lion_eating_1.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/cooked_lion_eating_2.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/cooked_ostrich_eating_0.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/cooked_ostrich_eating_1.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/cooked_ostrich_eating_2.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/crab_eating_0.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/crab_eating_1.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/crab_eating_2.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/elephant_eating_0.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/elephant_eating_1.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/elephant_eating_2.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/giraffe_eating_0.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/giraffe_eating_1.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/giraffe_eating_2.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/lion_eating_0.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/lion_eating_1.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/lion_eating_2.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/ostrich_eating_0.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/ostrich_eating_1.png create mode 100644 src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/ostrich_eating_2.png diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/crittersandcompanions/models/item/koi_fish.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/crittersandcompanions/models/item/koi_fish.json new file mode 100644 index 0000000..74b0119 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/crittersandcompanions/models/item/koi_fish.json @@ -0,0 +1,33 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "crittersandcompanions:item/koi_fish" + }, + + "overrides": [ + + { + "predicate": { + "eating": 1, + "eat": 0.35 + }, + "model": "crittersandcompanions:item/koi_fish_eating_0" + }, + { + "predicate": { + "eating": 1, + "eat": 0.70 + }, + "model": "crittersandcompanions:item/koi_fish_eating_1" + }, + + { + "predicate": { + + "eating": 1, + "eat": 0.90 + }, + "model": "crittersandcompanions:item/koi_fish_eating_2" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/crittersandcompanions/models/item/koi_fish_eating_0.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/crittersandcompanions/models/item/koi_fish_eating_0.json new file mode 100644 index 0000000..9a9be86 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/crittersandcompanions/models/item/koi_fish_eating_0.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "crittersandcompanions:item/koi_fish_eating_0" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/crittersandcompanions/models/item/koi_fish_eating_1.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/crittersandcompanions/models/item/koi_fish_eating_1.json new file mode 100644 index 0000000..fe93a8b --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/crittersandcompanions/models/item/koi_fish_eating_1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "crittersandcompanions:item/koi_fish_eating_1" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/crittersandcompanions/models/item/koi_fish_eating_2.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/crittersandcompanions/models/item/koi_fish_eating_2.json new file mode 100644 index 0000000..6aadac4 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/crittersandcompanions/models/item/koi_fish_eating_2.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "crittersandcompanions:item/koi_fish_eating_2" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/crittersandcompanions/textures/item/koi_fish_eating_0.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/crittersandcompanions/textures/item/koi_fish_eating_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f3d3e189e2f578842b689374e90de1557cea11b4 GIT binary patch literal 192 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFv3GfMV1=3%>yx+cR!;2?(uAMsh z;?*TDmq0@u(@*7AH{3LTPIhHyXJ6^ZQVUeaSQ6wH%;50sMjDXg<>}%WQo)$)z}mwV zz_!_V%EBZjQKP~pgF`_Jm=rw|R_Qq1;B+ZoHkI2+B3JZKf~s*?sgue1xEnmv5@%@e jnEKvy`U@}i)U{M1T&{PIbS3j3^P6yx+cR!;2?(uAMsh z;?*TDmq0@u(@*7AZ{FR!;ima>vMW0~d-B$&%0Q)zB|(0{3=Yq3qyafTo-U3d6^zLa ztUX)-Y@3azEKFh&H7aZ}I25#iNs%*Qm5x&dQ^zweZSfQa<6BxR2YN(z@8&tsV=6sc q_CQbTp@7R%Vy7sy88l|HFfa%$;wjhv;{6L~E`z75pUXO@geCxdk3@0+ literal 0 HcmV?d00001 diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/crittersandcompanions/textures/item/koi_fish_eating_2.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/crittersandcompanions/textures/item/koi_fish_eating_2.png new file mode 100644 index 0000000000000000000000000000000000000000..5a73efdb4c75a5dba6f3a23d292a0dc65dbe1a82 GIT binary patch literal 194 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFv5AX?b1=3%>yx+cR!;2?(uAMsh z=H1PQk53!wn0mPc-f+|WRBrWivMW0~yOQ;$V?d>hB|(0{3=Yq3qyageo-U3d6^zLa ztUX)-Y@3azEKFh&H7aZ}Uf(#5?iafP)jBo9MhBA1%`njxgN@xNA0kA(= literal 0 HcmV?d00001 diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/deeperdarker/models/item/bloom_berries.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/deeperdarker/models/item/bloom_berries.json new file mode 100644 index 0000000..d9fe642 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/deeperdarker/models/item/bloom_berries.json @@ -0,0 +1,33 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "deeperdarker:item/bloom_berries" + }, + + "overrides": [ + + { + "predicate": { + "eating": 1, + "eat": 0.35 + }, + "model": "deeperdarker:item/bloom_berries_eating_0" + }, + { + "predicate": { + "eating": 1, + "eat": 0.70 + }, + "model": "deeperdarker:item/bloom_berries_eating_1" + }, + + { + "predicate": { + + "eating": 1, + "eat": 0.90 + }, + "model": "deeperdarker:item/bloom_berries_eating_2" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/deeperdarker/models/item/bloom_berries_eating_0.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/deeperdarker/models/item/bloom_berries_eating_0.json new file mode 100644 index 0000000..76b897c --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/deeperdarker/models/item/bloom_berries_eating_0.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "deeperdarker:item/bloom_berries_eating_0" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/deeperdarker/models/item/bloom_berries_eating_1.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/deeperdarker/models/item/bloom_berries_eating_1.json new file mode 100644 index 0000000..dc3da6a --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/deeperdarker/models/item/bloom_berries_eating_1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "deeperdarker:item/bloom_berries_eating_1" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/deeperdarker/models/item/bloom_berries_eating_2.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/deeperdarker/models/item/bloom_berries_eating_2.json new file mode 100644 index 0000000..a683e23 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/deeperdarker/models/item/bloom_berries_eating_2.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "deeperdarker:item/bloom_berries_eating_2" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/deeperdarker/textures/item/bloom_berries_eating_0.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/deeperdarker/textures/item/bloom_berries_eating_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e87a0609a006c1bbf55dc6d1d1acd404e990f682 GIT binary patch literal 191 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPHF4e$wZ1=9cX4gOCt|9?37e=XOC zB!>UzoBnTi`F~XN|5=a!izWWQZD)UaTKLD^nBOlddDeOZH87S0`2{mLJiCzw;a5+gjxiKkpsfMiKIP+nK=n|Hs4JG9}xtda~!gk0p7)I=lnRbuyHD@Q+ k16Jb*XGsaU2bmdKI;Vst0JEq>h5!Hn literal 0 HcmV?d00001 diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/deeperdarker/textures/item/bloom_berries_eating_1.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/deeperdarker/textures/item/bloom_berries_eating_1.png new file mode 100644 index 0000000000000000000000000000000000000000..3cc853b9ca898c67a4f10276ef3778caed3ed976 GIT binary patch literal 144 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|Y$ZW{!9W@a@|Lkr1X8Y^E{-7; zjL8zu9@Ot+WD#6j)%ElL;gb$RC)E57|6KO}cC5z*h7c}C2Q$;Z4GeGm{h0+b8CCy0 m*0Zeg=$kO(zCK%V6(d9XP5l$KH;b}C279{txvXC^_&<>~6@vd$@?2>`hD B954U? literal 0 HcmV?d00001 diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/banana.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/banana.json new file mode 100644 index 0000000..b9d0bc2 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/banana.json @@ -0,0 +1,33 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/banana" + }, + + "overrides": [ + + { + "predicate": { + "eating": 1, + "eat": 0.35 + }, + "model": "livingthings:item/banana_eating_0" + }, + { + "predicate": { + "eating": 1, + "eat": 0.70 + }, + "model": "livingthings:item/banana_eating_1" + }, + + { + "predicate": { + + "eating": 1, + "eat": 0.90 + }, + "model": "livingthings:item/banana_eating_2" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/banana_eating_0.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/banana_eating_0.json new file mode 100644 index 0000000..e4a9f75 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/banana_eating_0.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/banana_eating_0" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/banana_eating_1.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/banana_eating_1.json new file mode 100644 index 0000000..5778770 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/banana_eating_1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/banana_eating_1" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/banana_eating_2.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/banana_eating_2.json new file mode 100644 index 0000000..4515513 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/banana_eating_2.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/banana_eating_2" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_crab.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_crab.json new file mode 100644 index 0000000..5d2043c --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_crab.json @@ -0,0 +1,33 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/cooked_crab" + }, + + "overrides": [ + + { + "predicate": { + "eating": 1, + "eat": 0.35 + }, + "model": "livingthings:item/cooked_crab_eating_0" + }, + { + "predicate": { + "eating": 1, + "eat": 0.70 + }, + "model": "livingthings:item/cooked_crab_eating_1" + }, + + { + "predicate": { + + "eating": 1, + "eat": 0.90 + }, + "model": "livingthings:item/cooked_crab_eating_2" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_crab_eating_0.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_crab_eating_0.json new file mode 100644 index 0000000..3175579 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_crab_eating_0.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/cooked_crab_eating_0" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_crab_eating_1.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_crab_eating_1.json new file mode 100644 index 0000000..c349fb8 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_crab_eating_1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/cooked_crab_eating_1" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_crab_eating_2.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_crab_eating_2.json new file mode 100644 index 0000000..315436b --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_crab_eating_2.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/cooked_crab_eating_2" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_elephant.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_elephant.json new file mode 100644 index 0000000..5588e6b --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_elephant.json @@ -0,0 +1,33 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/cooked_elephant" + }, + + "overrides": [ + + { + "predicate": { + "eating": 1, + "eat": 0.35 + }, + "model": "livingthings:item/cooked_elephant_eating_0" + }, + { + "predicate": { + "eating": 1, + "eat": 0.70 + }, + "model": "livingthings:item/cooked_elephant_eating_1" + }, + + { + "predicate": { + + "eating": 1, + "eat": 0.90 + }, + "model": "livingthings:item/cooked_elephant_eating_2" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_elephant_eating_0.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_elephant_eating_0.json new file mode 100644 index 0000000..e26df4b --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_elephant_eating_0.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/cooked_elephant_eating_0" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_elephant_eating_1.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_elephant_eating_1.json new file mode 100644 index 0000000..bd6eae2 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_elephant_eating_1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/cooked_elephant_eating_1" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_elephant_eating_2.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_elephant_eating_2.json new file mode 100644 index 0000000..8b78613 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_elephant_eating_2.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/cooked_elephant_eating_2" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_giraffe.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_giraffe.json new file mode 100644 index 0000000..40e8a9d --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_giraffe.json @@ -0,0 +1,33 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/cooked_giraffe" + }, + + "overrides": [ + + { + "predicate": { + "eating": 1, + "eat": 0.35 + }, + "model": "livingthings:item/cooked_giraffe_eating_0" + }, + { + "predicate": { + "eating": 1, + "eat": 0.70 + }, + "model": "livingthings:item/cooked_giraffe_eating_1" + }, + + { + "predicate": { + + "eating": 1, + "eat": 0.90 + }, + "model": "livingthings:item/cooked_giraffe_eating_2" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_giraffe_eating_0.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_giraffe_eating_0.json new file mode 100644 index 0000000..2eeb94d --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_giraffe_eating_0.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/cooked_giraffe_eating_0" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_giraffe_eating_1.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_giraffe_eating_1.json new file mode 100644 index 0000000..2afea86 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_giraffe_eating_1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/cooked_giraffe_eating_1" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_giraffe_eating_2.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_giraffe_eating_2.json new file mode 100644 index 0000000..84773e6 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_giraffe_eating_2.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/cooked_giraffe_eating_2" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_lion.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_lion.json new file mode 100644 index 0000000..561218c --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_lion.json @@ -0,0 +1,33 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/cooked_lion" + }, + + "overrides": [ + + { + "predicate": { + "eating": 1, + "eat": 0.35 + }, + "model": "livingthings:item/cooked_lion_eating_0" + }, + { + "predicate": { + "eating": 1, + "eat": 0.70 + }, + "model": "livingthings:item/cooked_lion_eating_1" + }, + + { + "predicate": { + + "eating": 1, + "eat": 0.90 + }, + "model": "livingthings:item/cooked_lion_eating_2" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_lion_eating_0.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_lion_eating_0.json new file mode 100644 index 0000000..c31df0f --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_lion_eating_0.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/cooked_lion_eating_0" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_lion_eating_1.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_lion_eating_1.json new file mode 100644 index 0000000..40940d4 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_lion_eating_1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/cooked_lion_eating_1" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_lion_eating_2.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_lion_eating_2.json new file mode 100644 index 0000000..76f84d6 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_lion_eating_2.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/cooked_lion_eating_2" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_ostrich.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_ostrich.json new file mode 100644 index 0000000..8e2ae41 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_ostrich.json @@ -0,0 +1,33 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/cooked_ostrich" + }, + + "overrides": [ + + { + "predicate": { + "eating": 1, + "eat": 0.35 + }, + "model": "livingthings:item/cooked_ostrich_eating_0" + }, + { + "predicate": { + "eating": 1, + "eat": 0.70 + }, + "model": "livingthings:item/cooked_ostrich_eating_1" + }, + + { + "predicate": { + + "eating": 1, + "eat": 0.90 + }, + "model": "livingthings:item/cooked_ostrich_eating_2" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_ostrich_eating_0.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_ostrich_eating_0.json new file mode 100644 index 0000000..5cb48de --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_ostrich_eating_0.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/cooked_ostrich_eating_0" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_ostrich_eating_1.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_ostrich_eating_1.json new file mode 100644 index 0000000..1959609 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_ostrich_eating_1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/cooked_ostrich_eating_1" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_ostrich_eating_2.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_ostrich_eating_2.json new file mode 100644 index 0000000..a7429a1 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/cooked_ostrich_eating_2.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/cooked_ostrich_eating_2" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/crab.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/crab.json new file mode 100644 index 0000000..b73cef2 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/crab.json @@ -0,0 +1,33 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/crab" + }, + + "overrides": [ + + { + "predicate": { + "eating": 1, + "eat": 0.35 + }, + "model": "livingthings:item/crab_eating_0" + }, + { + "predicate": { + "eating": 1, + "eat": 0.70 + }, + "model": "livingthings:item/crab_eating_1" + }, + + { + "predicate": { + + "eating": 1, + "eat": 0.90 + }, + "model": "livingthings:item/crab_eating_2" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/crab_eating_0.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/crab_eating_0.json new file mode 100644 index 0000000..d04adc7 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/crab_eating_0.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/crab_eating_0" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/crab_eating_1.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/crab_eating_1.json new file mode 100644 index 0000000..1c3248d --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/crab_eating_1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/crab_eating_1" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/crab_eating_2.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/crab_eating_2.json new file mode 100644 index 0000000..fff54f3 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/crab_eating_2.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/crab_eating_2" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/elephant.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/elephant.json new file mode 100644 index 0000000..04d6f72 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/elephant.json @@ -0,0 +1,33 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/elephant" + }, + + "overrides": [ + + { + "predicate": { + "eating": 1, + "eat": 0.35 + }, + "model": "livingthings:item/elephant_eating_0" + }, + { + "predicate": { + "eating": 1, + "eat": 0.70 + }, + "model": "livingthings:item/elephant_eating_1" + }, + + { + "predicate": { + + "eating": 1, + "eat": 0.90 + }, + "model": "livingthings:item/elephant_eating_2" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/elephant_eating_0.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/elephant_eating_0.json new file mode 100644 index 0000000..6b885f9 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/elephant_eating_0.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/elephant_eating_0" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/elephant_eating_1.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/elephant_eating_1.json new file mode 100644 index 0000000..32ab3e8 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/elephant_eating_1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/elephant_eating_1" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/elephant_eating_2.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/elephant_eating_2.json new file mode 100644 index 0000000..98119ce --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/elephant_eating_2.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/elephant_eating_2" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/giraffe.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/giraffe.json new file mode 100644 index 0000000..6ed5da4 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/giraffe.json @@ -0,0 +1,33 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/giraffe" + }, + + "overrides": [ + + { + "predicate": { + "eating": 1, + "eat": 0.35 + }, + "model": "livingthings:item/giraffe_eating_0" + }, + { + "predicate": { + "eating": 1, + "eat": 0.70 + }, + "model": "livingthings:item/giraffe_eating_1" + }, + + { + "predicate": { + + "eating": 1, + "eat": 0.90 + }, + "model": "livingthings:item/giraffe_eating_2" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/giraffe_eating_0.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/giraffe_eating_0.json new file mode 100644 index 0000000..4dd5d12 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/giraffe_eating_0.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/giraffe_eating_0" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/giraffe_eating_1.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/giraffe_eating_1.json new file mode 100644 index 0000000..5fbd88b --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/giraffe_eating_1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/giraffe_eating_1" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/giraffe_eating_2.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/giraffe_eating_2.json new file mode 100644 index 0000000..93f9614 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/giraffe_eating_2.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/giraffe_eating_2" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/lion.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/lion.json new file mode 100644 index 0000000..f5e1dfc --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/lion.json @@ -0,0 +1,33 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/lion" + }, + + "overrides": [ + + { + "predicate": { + "eating": 1, + "eat": 0.35 + }, + "model": "livingthings:item/lion_eating_0" + }, + { + "predicate": { + "eating": 1, + "eat": 0.70 + }, + "model": "livingthings:item/lion_eating_1" + }, + + { + "predicate": { + + "eating": 1, + "eat": 0.90 + }, + "model": "livingthings:item/lion_eating_2" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/lion_eating_0.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/lion_eating_0.json new file mode 100644 index 0000000..a8f2fa2 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/lion_eating_0.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/lion_eating_0" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/lion_eating_1.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/lion_eating_1.json new file mode 100644 index 0000000..5786960 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/lion_eating_1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/lion_eating_1" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/lion_eating_2.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/lion_eating_2.json new file mode 100644 index 0000000..113718d --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/lion_eating_2.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/lion_eating_2" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/ostrich.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/ostrich.json new file mode 100644 index 0000000..eb288f9 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/ostrich.json @@ -0,0 +1,33 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/ostrich" + }, + + "overrides": [ + + { + "predicate": { + "eating": 1, + "eat": 0.35 + }, + "model": "livingthings:item/ostrich_eating_0" + }, + { + "predicate": { + "eating": 1, + "eat": 0.70 + }, + "model": "livingthings:item/ostrich_eating_1" + }, + + { + "predicate": { + + "eating": 1, + "eat": 0.90 + }, + "model": "livingthings:item/ostrich_eating_2" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/ostrich_eating_0.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/ostrich_eating_0.json new file mode 100644 index 0000000..75b18c1 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/ostrich_eating_0.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/ostrich_eating_0" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/ostrich_eating_1.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/ostrich_eating_1.json new file mode 100644 index 0000000..49fba01 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/ostrich_eating_1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/ostrich_eating_1" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/ostrich_eating_2.json b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/ostrich_eating_2.json new file mode 100644 index 0000000..3d7e2a8 --- /dev/null +++ b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/models/item/ostrich_eating_2.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "livingthings:item/ostrich_eating_2" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/banana_eating_0.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/banana_eating_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1450afcc3f25e64e216ccdb4531fdee9357b85a6 GIT binary patch literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFv5AX?b1=1UfH2yzpv0-2+u#x$5 zmVZg4=I?(jImUb^rm%);uubumuXPehxb=+#sFblJ$S;_|;n|HeAjikk#WAFUF4GE= pFAq;6BY7C4Y_EaktaVuFtc*hQh zjCX3HD?BaVupV@_-p{U%c>%Mx)_hJX4}?VDe8oCL}?x=wi~$GBg5 Yf-U1obJJU0K%*EuUHx3vIVCg!00*%>bpQYW literal 0 HcmV?d00001 diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/cooked_crab_eating_1.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/cooked_crab_eating_1.png new file mode 100644 index 0000000000000000000000000000000000000000..5662d5e714f09b23a481e7512ef6d155a5c3b32c GIT binary patch literal 172 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFv4DbnY1=82L9j~p-yS5rpZQm^l!ZfOaL8_T9opT0hc!6d=P{6{iyYryX Q1E3)cp00i_>zopr0KUXIhyVZp literal 0 HcmV?d00001 diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/cooked_crab_eating_2.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/cooked_crab_eating_2.png new file mode 100644 index 0000000000000000000000000000000000000000..5f6f8cbe6ae18434633a5bc05b4dff1bed777aca GIT binary patch literal 141 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|Y$ZW{!9W@a@|Lkr1X50(E{-7; zjL8zO5=3HNm#O%E-O8Hj;IgJIw{w%aRn3Dcj@9=h zHK{5s*-RA)KPf>=QT`nh&ej4|FqH)P1v7B+`C9zL+I{ z@o#>GN2^wo&%bl3pW=RRjM&e2?d!Iif=%Bv+Lkq{EHF9jVLkI$%)#x(2X=1aVGv9e fQ>)4^`gDW+@^>a(maLN?M=^N1`njxgN@xNAj)prJ literal 0 HcmV?d00001 diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/cooked_elephant_eating_1.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/cooked_elephant_eating_1.png new file mode 100644 index 0000000000000000000000000000000000000000..41026f894e43d396174d3fec574595a87cf99fad GIT binary patch literal 185 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`4W2HJAr*|t3%DavGf#S!o^?L* zQrKt8|H-)yQ>VT8FZwR+zj$=^AN5FOfo78?!xN$|J5_>RAK42yn<$waE}TB=N`1{N zM=k?XC6ne@)}Z$D3|Ip4}H4o?(22WQ%mvv4FO#n@XJ#zp6 literal 0 HcmV?d00001 diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/cooked_elephant_eating_2.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/cooked_elephant_eating_2.png new file mode 100644 index 0000000000000000000000000000000000000000..1ff07046a84dbca0554a3142e692c98e7ccca9b7 GIT binary patch literal 153 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`37#&FAr*|t3%DavGf#T@pIz*? z{?eqs{?m^6h<5&0*mEO_xySR`ouz85*KH2ENcMP|GPEq5B{(C4c|lu3!lFY*{JjKH z7@lS BGnw+XI4Mvt|Y# vc~X47l{0LDYI*AIbcK{Ol_ud?4Yzx?eqcPsdp#@@Xd;8BtDnm{r-UW|0H;7M literal 0 HcmV?d00001 diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/cooked_giraffe_eating_1.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/cooked_giraffe_eating_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e38ddb7989c34ca359468cf86fbf7882c96e2f1a GIT binary patch literal 174 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPHF3h)VW1=6*)@{2M&7I-Nv4$)qe zV7oBOXHlflB41@^DYgh@&PDNdo$e|oA}ov(A8ZGzW-JNv3ubV5b|VeQG4gbA45?sD zRuDGOGMM2Yp|^@Jp{-+cB*P5FC#&u;q!p}NXTh5G;arsIcczw7agWE$3}>EkdP-S& RXajXKc)I$ztaD0e0su>gGGPD! literal 0 HcmV?d00001 diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/cooked_giraffe_eating_2.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/cooked_giraffe_eating_2.png new file mode 100644 index 0000000000000000000000000000000000000000..b9f6d0ddb91147dd7b93697e51478580c8f93c75 GIT binary patch literal 155 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|Y$ZW{!9W@a@|Lkr1X2N>E{-7; zjL8a|Jxx*3KV2o|mSjfAEb^U|rJ!`y)`7QMD5vx4W1XX73(xG-xR)2WHO!&#^$&Mg9JYD@<);T3K0RU2lE4lyx literal 0 HcmV?d00001 diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/cooked_lion_eating_0.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/cooked_lion_eating_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1e3c1a4f35a97e0cc3e343dd27268edd043a989f GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|Y$ZW{!9W@a@|Lkr1X7WnE{-7; zjL8z)4g~uvp1-en`EC!(Rnxj>FVDFZ*tVQy%W8P7cqykvPT|nHT`GsT*NGfzP+-@! zoO3LBRIJLr>mdKI;Vst0Ad*^g8%>k literal 0 HcmV?d00001 diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/cooked_ostrich_eating_0.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/cooked_ostrich_eating_0.png new file mode 100644 index 0000000000000000000000000000000000000000..6f708656e8f32c0991e050d815981b9f8a563efa GIT binary patch literal 185 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbL!N`Oy@E0F&E^XJ>k7ccDEF{`h4 zS&Va0Ufwc4gJsSt%k+6_WSL#K8FI~qdVuN}OM?7@862M7NCR@5JzX3_DsJVTaujP& z;92IGqO?LeLi0-#x6i4gjFV@_BpUe@?Y?31 eNOIeQ3+yuWj1y+8$vFlzj=|H_&t;ucLK6VivOaqN literal 0 HcmV?d00001 diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/cooked_ostrich_eating_1.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/cooked_ostrich_eating_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d847eddc9962be2a217c325604a49a85d44384b2 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|Y$ZW{!9W@a@|Lkr1X7uvE{-7; zjL8iRQjuvKNe8$ER!u)@;Vh77t9OS-VQC%P={cba9TB_&EJ8|a9OplO`?TBP%kSs@ z3MU7EGm%cb`5nRoFVdQ&MBb@0Ou_}aR2}S literal 0 HcmV?d00001 diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/cooked_ostrich_eating_2.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/cooked_ostrich_eating_2.png new file mode 100644 index 0000000000000000000000000000000000000000..a481daa10c5a041de012ad5d562a7f5f33ef7952 GIT binary patch literal 141 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|Y$ZW{!9W@a@|Lkr1X50(E{-7; zjL8b}d-m2$j94mO_LgB)n?lmre}6x#3rx)6Y?C__*858H)M@2-euF!nmzgiRtzlbm jDYAC20~_bG3G-Jle(uSBB=h`q706UiS3j3^P6~q?XnbN zP~bT7f$7Nq|JS*>uU`{6qr&}HnT5x&@%f|+><>Oy6r_uNZ9l!zXvc?RJz~CL6IaH~ eS~d6QQs#-0jOUf)&g26PWAJqKb6Mw<&;$T{$wk)y literal 0 HcmV?d00001 diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/crab_eating_1.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/crab_eating_1.png new file mode 100644 index 0000000000000000000000000000000000000000..9cff7ad53027fc72e6eea2c476a0fa2f08a8d3fe GIT binary patch literal 175 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFv3GfMV1=2UR^nAL!`T40;e{S#k z|K#L`{=745dlr-j>|fN}p5nZ=A#6_K!#hBAj3q&S!3+-1ZlnP@mYyz-Ar*|t3nVz4 zGTl;{H4a~uI3!eLR>rpZQm^l!ZfOaL8_T9opT3@ntKhtj{(RQ3&AXGYGNoK*D80tr U{@ed^3(yb-Pgg&ebxsLQ04PU6&;S4c literal 0 HcmV?d00001 diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/crab_eating_2.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/crab_eating_2.png new file mode 100644 index 0000000000000000000000000000000000000000..510b1896c9eeaacde818ccc01b654e13b6cac7cd GIT binary patch literal 144 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|Y$ZW{!9W@a@|Lkr1X8Y^E{-7; zjL8zO5=3n5w|22yHQ)Ay!F0lcbm#heGq-ZswuHWqzru5c!LjA*np_U%tcDkj%7>~N lG8`)z1hy`>U>3Z}B+QWX)mSFl;x#kKU{6;+mvv4FO#u5EDbxS} literal 0 HcmV?d00001 diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/elephant_eating_0.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/elephant_eating_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9c23006d0ed06e064bb53388947c3cba3763dcfa GIT binary patch literal 193 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbL!Vt`MGE0BI{8G6?#{;Hz=ZV8iR zk_HPT3_C?MDuk4i`D8u0Md!s|-40a5R1)MD%)rU-UpfcK^YwIb45_%)dfJiifC7h0 z;40MnRWLI&{JYznap(6x5dnS7Q>vsUtl!3SH|MIa)yb@Hi8~T`ijOtC{p0a{ m1J9&Y4`bZ6AG#THa;f;mR3@V}4i`a=WbkzLb6Mw<&;$U$bwM8h literal 0 HcmV?d00001 diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/elephant_eating_1.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/elephant_eating_1.png new file mode 100644 index 0000000000000000000000000000000000000000..06e5a8a673da97e94bef8b273057555bc3f07c01 GIT binary patch literal 187 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`O`a}}Ar*|t3%DzCBu{yko^?L* za<{6_zsb1=j69qFm(P9lKR$HJfB#Kx3T&Ay$rH3YiaeKh9IIDo%XZ0dOQ@N3kjubS z=>rp|^9I%*JPe6Ifg6*fzu4n literal 0 HcmV?d00001 diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/elephant_eating_2.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/elephant_eating_2.png new file mode 100644 index 0000000000000000000000000000000000000000..33364150bcd18795e69fa6cbc4d32c1f56e0121d GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`iJmTwAr*|t3%DzCBu{zzpIz)1 zua@~?zE1C4C8__8KUOWWm6*Jya(fG>k8ua@u_aOsqQbchdd^}V5<+GwGyTO<7NsHf3(r)wua|AeFxpUWl844E;pNtMMx`9RAUJYD@<);T3K0RSNV BFAx9# literal 0 HcmV?d00001 diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/giraffe_eating_0.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/giraffe_eating_0.png new file mode 100644 index 0000000000000000000000000000000000000000..db5986e29d6edcef79a9bed3be6760a9b08cce81 GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbL!aez;VE0Esm?)O)o{CK>j%bDyw}4rfhIC|y85}Sb4q9e0P=1}vj6}9 literal 0 HcmV?d00001 diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/giraffe_eating_1.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/giraffe_eating_1.png new file mode 100644 index 0000000000000000000000000000000000000000..3f37c1e205976b4c9362d71b8696cde51d62b386 GIT binary patch literal 174 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPHF3h)VW1=3sHou4*TJn(US8Xf$! zDEnz^-P4qq$AO-?YRYZe>Q9Svjs|)~D$8%1`%na^nz1CvFPOpM*^M+H$H>#gF{FYq zSwYx9%V36sgx)H?gtm^&kqk2wpRBsakXEp6ods*!hjUS;-{WRI41xA literal 0 HcmV?d00001 diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/giraffe_eating_2.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/giraffe_eating_2.png new file mode 100644 index 0000000000000000000000000000000000000000..01a4d24955495cad6f2da7d49ace012e69c02629 GIT binary patch literal 153 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|Y$ZW{!9W@a@|Lkr1X6yUE{-7; zjL8a|Jxy!ho%5I0^0*=(>oY4$LFufmg01V#Bd<<|2IpN4tB;!V*+lhO;ezKE9rP8% v=eK#JR(8m7Fl}m7a&S2y*P*oHk|GmBa*5)ipF;n3gKY40^>bP0l+XkKrKK*_ literal 0 HcmV?d00001 diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/lion_eating_0.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/lion_eating_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cbd40d8fe1af69e76b0ceb426654f08be2e1f8b5 GIT binary patch literal 163 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|Y$ZW{!9W@a@|Lkr1X2;6E{-7; zjL8z)7DS!@66npJxhkLK*u9?93SnROHhC>z>yS%2du%cL!e2MH>?~L+z{c|Qg~US> zxwAP6hn7oizu9uP*+6`;=@O1TaS?83{1OS8sD^~yj literal 0 HcmV?d00001 diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/ostrich_eating_0.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/ostrich_eating_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fc42ad976544a65e32b4027727d169e013dc90c4 GIT binary patch literal 185 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbL!N`Oy@E0F&E^XJ>k7ccDE@wBt^ zK~eFnzTW#O>37|Ii}LciwRHW2MI70@&jZylmIV0)GdMiEkp|>Ad%8G=RNTrv&DNS11IqN3psuLIPwm*L3J;ilaY|-9Fs++weTi0s{ a+uWMFlF_vI!Xp`=Q4F50elF{r5}E+p*FcT{ literal 0 HcmV?d00001 diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/ostrich_eating_2.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/livingthings/textures/item/ostrich_eating_2.png new file mode 100644 index 0000000000000000000000000000000000000000..a481daa10c5a041de012ad5d562a7f5f33ef7952 GIT binary patch literal 141 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|Y$ZW{!9W@a@|Lkr1X50(E{-7; zjL8b}d-m2$j94mO_LgB)n?lmre}6x#3rx)6Y?C__*858H)M@2-euF!nmzgiRtzlbm jDYAC20~_bG3G-Jle(uSBB=h`q706UiS3j3^P6