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 0000000..1655445 Binary files /dev/null and b/src/main/resources/resourcepacks/supporteatinganimation/assets/cinderscapes/textures/item/bramble_berries.png differ 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 0000000..b677561 Binary files /dev/null and b/src/main/resources/resourcepacks/supporteatinganimation/assets/cinderscapes/textures/item/bramble_berries_eating_0.png differ 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 0000000..d9a64b0 Binary files /dev/null and b/src/main/resources/resourcepacks/supporteatinganimation/assets/cinderscapes/textures/item/bramble_berries_eating_1.png differ 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 0000000..2846aac Binary files /dev/null and b/src/main/resources/resourcepacks/supporteatinganimation/assets/cinderscapes/textures/item/bramble_berries_eating_2.png differ 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 0000000..17ea2a6 Binary files /dev/null and b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/banana_eating_0.png differ diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/banana_eating_1.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/banana_eating_1.png new file mode 100644 index 0000000..dc98872 Binary files /dev/null and b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/banana_eating_1.png differ diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/banana_eating_2.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/banana_eating_2.png new file mode 100644 index 0000000..a69764d Binary files /dev/null and b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/banana_eating_2.png differ 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 0000000..64a107c Binary files /dev/null and b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/blueberries_eating_0.png differ 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 0000000..97d8b7f Binary files /dev/null and b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/blueberries_eating_1.png differ diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/blueberries_eating_2.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/blueberries_eating_2.png new file mode 100644 index 0000000..bcf9f3f Binary files /dev/null and b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/blueberries_eating_2.png differ diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/cooked_duck_eating_0.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/cooked_duck_eating_0.png new file mode 100644 index 0000000..d003b27 Binary files /dev/null and b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/cooked_duck_eating_0.png differ 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 0000000..ff489c7 Binary files /dev/null and b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/cooked_duck_eating_1.png differ diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/cooked_duck_eating_2.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/cooked_duck_eating_2.png new file mode 100644 index 0000000..a760c75 Binary files /dev/null and b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/cooked_duck_eating_2.png differ 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 0000000..9e9decb Binary files /dev/null and b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/duck_eating_0.png differ 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 0000000..47af82d Binary files /dev/null and b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/duck_eating_1.png differ diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/duck_eating_2.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/duck_eating_2.png new file mode 100644 index 0000000..9295a43 Binary files /dev/null and b/src/main/resources/resourcepacks/supporteatinganimation/assets/promenade/textures/item/duck_eating_2.png differ 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 0000000..1c6f757 Binary files /dev/null and b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/duskmelon_slice_eating_0.png differ diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/duskmelon_slice_eating_1.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/duskmelon_slice_eating_1.png new file mode 100644 index 0000000..061e36f Binary files /dev/null and b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/duskmelon_slice_eating_1.png differ 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 0000000..ee18e6a Binary files /dev/null and b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/duskmelon_slice_eating_2.png differ diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/hanging_earlight_fruit_eating_0.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/hanging_earlight_fruit_eating_0.png new file mode 100644 index 0000000..8ec9016 Binary files /dev/null and b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/hanging_earlight_fruit_eating_0.png differ diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/hanging_earlight_fruit_eating_1.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/hanging_earlight_fruit_eating_1.png new file mode 100644 index 0000000..887f3db Binary files /dev/null and b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/hanging_earlight_fruit_eating_1.png differ 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 0000000..736d969 Binary files /dev/null and b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/hanging_earlight_fruit_eating_2.png differ diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/meadow_sage_eating_0.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/meadow_sage_eating_0.png new file mode 100644 index 0000000..3a58d3c Binary files /dev/null and b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/meadow_sage_eating_0.png differ diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/meadow_sage_eating_1.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/meadow_sage_eating_1.png new file mode 100644 index 0000000..f8197dc Binary files /dev/null and b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/meadow_sage_eating_1.png differ diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/meadow_sage_eating_2.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/meadow_sage_eating_2.png new file mode 100644 index 0000000..54cdd8d Binary files /dev/null and b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/meadow_sage_eating_2.png differ diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/salmonberry_eating_0.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/salmonberry_eating_0.png new file mode 100644 index 0000000..df21ba9 Binary files /dev/null and b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/salmonberry_eating_0.png differ 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 0000000..738677d Binary files /dev/null and b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/salmonberry_eating_1.png differ diff --git a/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/salmonberry_eating_2.png b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/salmonberry_eating_2.png new file mode 100644 index 0000000..2d5fc1f Binary files /dev/null and b/src/main/resources/resourcepacks/supporteatinganimation/assets/regions_unexplored/textures/item/salmonberry_eating_2.png differ