From 4a20960cea56f6804f7727e139493e61846f7c77 Mon Sep 17 00:00:00 2001 From: Martin Prokoph Date: Fri, 12 Dec 2025 14:57:21 +0100 Subject: [PATCH] compat: Bountiful Fares --- .../blockstates/apple_leaves.json | 66 ++++++++++++++++++ .../blockstates/flowering_apple_leaves.json | 66 ++++++++++++++++++ .../flowering_golden_apple_leaves.json | 66 ++++++++++++++++++ .../blockstates/flowering_lemon_leaves.json | 66 ++++++++++++++++++ .../blockstates/flowering_orange_leaves.json | 66 ++++++++++++++++++ .../blockstates/flowering_plum_leaves.json | 66 ++++++++++++++++++ .../blockstates/golden_apple_leaves.json | 66 ++++++++++++++++++ .../blockstates/hoary_leaves.json | 66 ++++++++++++++++++ .../blockstates/lemon_leaves.json | 66 ++++++++++++++++++ .../blockstates/orange_leaves.json | 66 ++++++++++++++++++ .../blockstates/plum_leaves.json | 66 ++++++++++++++++++ .../blockstates/walnut_leaves.json | 66 ++++++++++++++++++ .../models/block/apple_leaves.json | 6 ++ .../models/block/apple_leaves1.json | 6 ++ .../models/block/apple_leaves2.json | 6 ++ .../models/block/apple_leaves3.json | 6 ++ .../models/block/apple_leaves4.json | 6 ++ .../models/block/flowering_apple_leaves.json | 7 ++ .../models/block/flowering_apple_leaves1.json | 7 ++ .../models/block/flowering_apple_leaves2.json | 7 ++ .../models/block/flowering_apple_leaves3.json | 7 ++ .../models/block/flowering_apple_leaves4.json | 7 ++ .../block/flowering_golden_apple_leaves.json | 6 ++ .../block/flowering_golden_apple_leaves1.json | 6 ++ .../block/flowering_golden_apple_leaves2.json | 6 ++ .../block/flowering_golden_apple_leaves3.json | 6 ++ .../block/flowering_golden_apple_leaves4.json | 6 ++ .../models/block/flowering_lemon_leaves.json | 7 ++ .../models/block/flowering_lemon_leaves1.json | 7 ++ .../models/block/flowering_lemon_leaves2.json | 7 ++ .../models/block/flowering_lemon_leaves3.json | 7 ++ .../models/block/flowering_lemon_leaves4.json | 7 ++ .../models/block/flowering_orange_leaves.json | 7 ++ .../block/flowering_orange_leaves1.json | 7 ++ .../block/flowering_orange_leaves2.json | 7 ++ .../block/flowering_orange_leaves3.json | 7 ++ .../block/flowering_orange_leaves4.json | 7 ++ .../models/block/flowering_plum_leaves.json | 7 ++ .../models/block/flowering_plum_leaves1.json | 7 ++ .../models/block/flowering_plum_leaves2.json | 7 ++ .../models/block/flowering_plum_leaves3.json | 7 ++ .../models/block/flowering_plum_leaves4.json | 7 ++ .../models/block/golden_apple_leaves.json | 6 ++ .../models/block/golden_apple_leaves1.json | 6 ++ .../models/block/golden_apple_leaves2.json | 6 ++ .../models/block/golden_apple_leaves3.json | 6 ++ .../models/block/golden_apple_leaves4.json | 6 ++ .../models/block/hoary_leaves.json | 6 ++ .../models/block/hoary_leaves1.json | 6 ++ .../models/block/hoary_leaves2.json | 6 ++ .../models/block/hoary_leaves3.json | 6 ++ .../models/block/hoary_leaves4.json | 6 ++ .../models/block/lemon_leaves.json | 6 ++ .../models/block/lemon_leaves1.json | 6 ++ .../models/block/lemon_leaves2.json | 6 ++ .../models/block/lemon_leaves3.json | 6 ++ .../models/block/lemon_leaves4.json | 6 ++ .../models/block/orange_leaves.json | 6 ++ .../models/block/orange_leaves1.json | 6 ++ .../models/block/orange_leaves2.json | 6 ++ .../models/block/orange_leaves3.json | 6 ++ .../models/block/orange_leaves4.json | 6 ++ .../models/block/plum_leaves.json | 6 ++ .../models/block/plum_leaves1.json | 6 ++ .../models/block/plum_leaves2.json | 6 ++ .../models/block/plum_leaves3.json | 6 ++ .../models/block/plum_leaves4.json | 6 ++ .../models/block/walnut_leaves.json | 6 ++ .../models/block/walnut_leaves1.json | 6 ++ .../models/block/walnut_leaves2.json | 6 ++ .../models/block/walnut_leaves3.json | 6 ++ .../models/block/walnut_leaves4.json | 6 ++ .../textures/block/apple_leaves.png | Bin 0 -> 926 bytes .../block/flowering_golden_apple_leaves.png | Bin 0 -> 968 bytes .../textures/block/golden_apple_leaves.png | Bin 0 -> 830 bytes .../textures/block/hoary_leaves.png | Bin 0 -> 748 bytes .../textures/block/lemon_leaves.png | Bin 0 -> 848 bytes .../textures/block/orange_leaves.png | Bin 0 -> 864 bytes .../textures/block/plum_leaves.png | Bin 0 -> 936 bytes .../textures/block/walnut_leaves.png | Bin 0 -> 935 bytes .../textures/block/apple_leaves.png | Bin 0 -> 539 bytes .../textures/block/flowering_apple_leaves.png | Bin 0 -> 180 bytes .../block/flowering_golden_apple_leaves.png | Bin 0 -> 571 bytes .../textures/block/flowering_lemon_leaves.png | Bin 0 -> 191 bytes .../block/flowering_orange_leaves.png | Bin 0 -> 193 bytes .../textures/block/flowering_plum_leaves.png | Bin 0 -> 260 bytes .../textures/block/golden_apple_leaves.png | Bin 0 -> 506 bytes .../textures/block/hoary_leaves.png | Bin 0 -> 400 bytes .../textures/block/lemon_leaves.png | Bin 0 -> 530 bytes .../textures/block/orange_leaves.png | Bin 0 -> 481 bytes .../textures/block/plum_leaves.png | Bin 0 -> 581 bytes .../textures/block/walnut_leaves.png | Bin 0 -> 581 bytes input/overrides.json | 6 ++ src/generator.py | 9 ++- 94 files changed, 1186 insertions(+), 1 deletion(-) create mode 100644 assets/bountifulfares/blockstates/apple_leaves.json create mode 100644 assets/bountifulfares/blockstates/flowering_apple_leaves.json create mode 100644 assets/bountifulfares/blockstates/flowering_golden_apple_leaves.json create mode 100644 assets/bountifulfares/blockstates/flowering_lemon_leaves.json create mode 100644 assets/bountifulfares/blockstates/flowering_orange_leaves.json create mode 100644 assets/bountifulfares/blockstates/flowering_plum_leaves.json create mode 100644 assets/bountifulfares/blockstates/golden_apple_leaves.json create mode 100644 assets/bountifulfares/blockstates/hoary_leaves.json create mode 100644 assets/bountifulfares/blockstates/lemon_leaves.json create mode 100644 assets/bountifulfares/blockstates/orange_leaves.json create mode 100644 assets/bountifulfares/blockstates/plum_leaves.json create mode 100644 assets/bountifulfares/blockstates/walnut_leaves.json create mode 100644 assets/bountifulfares/models/block/apple_leaves.json create mode 100644 assets/bountifulfares/models/block/apple_leaves1.json create mode 100644 assets/bountifulfares/models/block/apple_leaves2.json create mode 100644 assets/bountifulfares/models/block/apple_leaves3.json create mode 100644 assets/bountifulfares/models/block/apple_leaves4.json create mode 100644 assets/bountifulfares/models/block/flowering_apple_leaves.json create mode 100644 assets/bountifulfares/models/block/flowering_apple_leaves1.json create mode 100644 assets/bountifulfares/models/block/flowering_apple_leaves2.json create mode 100644 assets/bountifulfares/models/block/flowering_apple_leaves3.json create mode 100644 assets/bountifulfares/models/block/flowering_apple_leaves4.json create mode 100644 assets/bountifulfares/models/block/flowering_golden_apple_leaves.json create mode 100644 assets/bountifulfares/models/block/flowering_golden_apple_leaves1.json create mode 100644 assets/bountifulfares/models/block/flowering_golden_apple_leaves2.json create mode 100644 assets/bountifulfares/models/block/flowering_golden_apple_leaves3.json create mode 100644 assets/bountifulfares/models/block/flowering_golden_apple_leaves4.json create mode 100644 assets/bountifulfares/models/block/flowering_lemon_leaves.json create mode 100644 assets/bountifulfares/models/block/flowering_lemon_leaves1.json create mode 100644 assets/bountifulfares/models/block/flowering_lemon_leaves2.json create mode 100644 assets/bountifulfares/models/block/flowering_lemon_leaves3.json create mode 100644 assets/bountifulfares/models/block/flowering_lemon_leaves4.json create mode 100644 assets/bountifulfares/models/block/flowering_orange_leaves.json create mode 100644 assets/bountifulfares/models/block/flowering_orange_leaves1.json create mode 100644 assets/bountifulfares/models/block/flowering_orange_leaves2.json create mode 100644 assets/bountifulfares/models/block/flowering_orange_leaves3.json create mode 100644 assets/bountifulfares/models/block/flowering_orange_leaves4.json create mode 100644 assets/bountifulfares/models/block/flowering_plum_leaves.json create mode 100644 assets/bountifulfares/models/block/flowering_plum_leaves1.json create mode 100644 assets/bountifulfares/models/block/flowering_plum_leaves2.json create mode 100644 assets/bountifulfares/models/block/flowering_plum_leaves3.json create mode 100644 assets/bountifulfares/models/block/flowering_plum_leaves4.json create mode 100644 assets/bountifulfares/models/block/golden_apple_leaves.json create mode 100644 assets/bountifulfares/models/block/golden_apple_leaves1.json create mode 100644 assets/bountifulfares/models/block/golden_apple_leaves2.json create mode 100644 assets/bountifulfares/models/block/golden_apple_leaves3.json create mode 100644 assets/bountifulfares/models/block/golden_apple_leaves4.json create mode 100644 assets/bountifulfares/models/block/hoary_leaves.json create mode 100644 assets/bountifulfares/models/block/hoary_leaves1.json create mode 100644 assets/bountifulfares/models/block/hoary_leaves2.json create mode 100644 assets/bountifulfares/models/block/hoary_leaves3.json create mode 100644 assets/bountifulfares/models/block/hoary_leaves4.json create mode 100644 assets/bountifulfares/models/block/lemon_leaves.json create mode 100644 assets/bountifulfares/models/block/lemon_leaves1.json create mode 100644 assets/bountifulfares/models/block/lemon_leaves2.json create mode 100644 assets/bountifulfares/models/block/lemon_leaves3.json create mode 100644 assets/bountifulfares/models/block/lemon_leaves4.json create mode 100644 assets/bountifulfares/models/block/orange_leaves.json create mode 100644 assets/bountifulfares/models/block/orange_leaves1.json create mode 100644 assets/bountifulfares/models/block/orange_leaves2.json create mode 100644 assets/bountifulfares/models/block/orange_leaves3.json create mode 100644 assets/bountifulfares/models/block/orange_leaves4.json create mode 100644 assets/bountifulfares/models/block/plum_leaves.json create mode 100644 assets/bountifulfares/models/block/plum_leaves1.json create mode 100644 assets/bountifulfares/models/block/plum_leaves2.json create mode 100644 assets/bountifulfares/models/block/plum_leaves3.json create mode 100644 assets/bountifulfares/models/block/plum_leaves4.json create mode 100644 assets/bountifulfares/models/block/walnut_leaves.json create mode 100644 assets/bountifulfares/models/block/walnut_leaves1.json create mode 100644 assets/bountifulfares/models/block/walnut_leaves2.json create mode 100644 assets/bountifulfares/models/block/walnut_leaves3.json create mode 100644 assets/bountifulfares/models/block/walnut_leaves4.json create mode 100644 assets/bountifulfares/textures/block/apple_leaves.png create mode 100644 assets/bountifulfares/textures/block/flowering_golden_apple_leaves.png create mode 100644 assets/bountifulfares/textures/block/golden_apple_leaves.png create mode 100644 assets/bountifulfares/textures/block/hoary_leaves.png create mode 100644 assets/bountifulfares/textures/block/lemon_leaves.png create mode 100644 assets/bountifulfares/textures/block/orange_leaves.png create mode 100644 assets/bountifulfares/textures/block/plum_leaves.png create mode 100644 assets/bountifulfares/textures/block/walnut_leaves.png create mode 100644 input/assets/bountifulfares/textures/block/apple_leaves.png create mode 100644 input/assets/bountifulfares/textures/block/flowering_apple_leaves.png create mode 100644 input/assets/bountifulfares/textures/block/flowering_golden_apple_leaves.png create mode 100644 input/assets/bountifulfares/textures/block/flowering_lemon_leaves.png create mode 100644 input/assets/bountifulfares/textures/block/flowering_orange_leaves.png create mode 100644 input/assets/bountifulfares/textures/block/flowering_plum_leaves.png create mode 100644 input/assets/bountifulfares/textures/block/golden_apple_leaves.png create mode 100644 input/assets/bountifulfares/textures/block/hoary_leaves.png create mode 100644 input/assets/bountifulfares/textures/block/lemon_leaves.png create mode 100644 input/assets/bountifulfares/textures/block/orange_leaves.png create mode 100644 input/assets/bountifulfares/textures/block/plum_leaves.png create mode 100644 input/assets/bountifulfares/textures/block/walnut_leaves.png diff --git a/assets/bountifulfares/blockstates/apple_leaves.json b/assets/bountifulfares/blockstates/apple_leaves.json new file mode 100644 index 0000000..bc32d31 --- /dev/null +++ b/assets/bountifulfares/blockstates/apple_leaves.json @@ -0,0 +1,66 @@ +{ + "variants": { + "": [ + { + "model": "bountifulfares:block/apple_leaves1" + }, + { + "model": "bountifulfares:block/apple_leaves1", + "y": 90 + }, + { + "model": "bountifulfares:block/apple_leaves1", + "y": 180 + }, + { + "model": "bountifulfares:block/apple_leaves1", + "y": 270 + }, + { + "model": "bountifulfares:block/apple_leaves2" + }, + { + "model": "bountifulfares:block/apple_leaves2", + "y": 90 + }, + { + "model": "bountifulfares:block/apple_leaves2", + "y": 180 + }, + { + "model": "bountifulfares:block/apple_leaves2", + "y": 270 + }, + { + "model": "bountifulfares:block/apple_leaves3" + }, + { + "model": "bountifulfares:block/apple_leaves3", + "y": 90 + }, + { + "model": "bountifulfares:block/apple_leaves3", + "y": 180 + }, + { + "model": "bountifulfares:block/apple_leaves3", + "y": 270 + }, + { + "model": "bountifulfares:block/apple_leaves4" + }, + { + "model": "bountifulfares:block/apple_leaves4", + "y": 90 + }, + { + "model": "bountifulfares:block/apple_leaves4", + "y": 180 + }, + { + "model": "bountifulfares:block/apple_leaves4", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/assets/bountifulfares/blockstates/flowering_apple_leaves.json b/assets/bountifulfares/blockstates/flowering_apple_leaves.json new file mode 100644 index 0000000..bf4fbb7 --- /dev/null +++ b/assets/bountifulfares/blockstates/flowering_apple_leaves.json @@ -0,0 +1,66 @@ +{ + "variants": { + "": [ + { + "model": "bountifulfares:block/flowering_apple_leaves1" + }, + { + "model": "bountifulfares:block/flowering_apple_leaves1", + "y": 90 + }, + { + "model": "bountifulfares:block/flowering_apple_leaves1", + "y": 180 + }, + { + "model": "bountifulfares:block/flowering_apple_leaves1", + "y": 270 + }, + { + "model": "bountifulfares:block/flowering_apple_leaves2" + }, + { + "model": "bountifulfares:block/flowering_apple_leaves2", + "y": 90 + }, + { + "model": "bountifulfares:block/flowering_apple_leaves2", + "y": 180 + }, + { + "model": "bountifulfares:block/flowering_apple_leaves2", + "y": 270 + }, + { + "model": "bountifulfares:block/flowering_apple_leaves3" + }, + { + "model": "bountifulfares:block/flowering_apple_leaves3", + "y": 90 + }, + { + "model": "bountifulfares:block/flowering_apple_leaves3", + "y": 180 + }, + { + "model": "bountifulfares:block/flowering_apple_leaves3", + "y": 270 + }, + { + "model": "bountifulfares:block/flowering_apple_leaves4" + }, + { + "model": "bountifulfares:block/flowering_apple_leaves4", + "y": 90 + }, + { + "model": "bountifulfares:block/flowering_apple_leaves4", + "y": 180 + }, + { + "model": "bountifulfares:block/flowering_apple_leaves4", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/assets/bountifulfares/blockstates/flowering_golden_apple_leaves.json b/assets/bountifulfares/blockstates/flowering_golden_apple_leaves.json new file mode 100644 index 0000000..edf3882 --- /dev/null +++ b/assets/bountifulfares/blockstates/flowering_golden_apple_leaves.json @@ -0,0 +1,66 @@ +{ + "variants": { + "": [ + { + "model": "bountifulfares:block/flowering_golden_apple_leaves1" + }, + { + "model": "bountifulfares:block/flowering_golden_apple_leaves1", + "y": 90 + }, + { + "model": "bountifulfares:block/flowering_golden_apple_leaves1", + "y": 180 + }, + { + "model": "bountifulfares:block/flowering_golden_apple_leaves1", + "y": 270 + }, + { + "model": "bountifulfares:block/flowering_golden_apple_leaves2" + }, + { + "model": "bountifulfares:block/flowering_golden_apple_leaves2", + "y": 90 + }, + { + "model": "bountifulfares:block/flowering_golden_apple_leaves2", + "y": 180 + }, + { + "model": "bountifulfares:block/flowering_golden_apple_leaves2", + "y": 270 + }, + { + "model": "bountifulfares:block/flowering_golden_apple_leaves3" + }, + { + "model": "bountifulfares:block/flowering_golden_apple_leaves3", + "y": 90 + }, + { + "model": "bountifulfares:block/flowering_golden_apple_leaves3", + "y": 180 + }, + { + "model": "bountifulfares:block/flowering_golden_apple_leaves3", + "y": 270 + }, + { + "model": "bountifulfares:block/flowering_golden_apple_leaves4" + }, + { + "model": "bountifulfares:block/flowering_golden_apple_leaves4", + "y": 90 + }, + { + "model": "bountifulfares:block/flowering_golden_apple_leaves4", + "y": 180 + }, + { + "model": "bountifulfares:block/flowering_golden_apple_leaves4", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/assets/bountifulfares/blockstates/flowering_lemon_leaves.json b/assets/bountifulfares/blockstates/flowering_lemon_leaves.json new file mode 100644 index 0000000..a13494d --- /dev/null +++ b/assets/bountifulfares/blockstates/flowering_lemon_leaves.json @@ -0,0 +1,66 @@ +{ + "variants": { + "": [ + { + "model": "bountifulfares:block/flowering_lemon_leaves1" + }, + { + "model": "bountifulfares:block/flowering_lemon_leaves1", + "y": 90 + }, + { + "model": "bountifulfares:block/flowering_lemon_leaves1", + "y": 180 + }, + { + "model": "bountifulfares:block/flowering_lemon_leaves1", + "y": 270 + }, + { + "model": "bountifulfares:block/flowering_lemon_leaves2" + }, + { + "model": "bountifulfares:block/flowering_lemon_leaves2", + "y": 90 + }, + { + "model": "bountifulfares:block/flowering_lemon_leaves2", + "y": 180 + }, + { + "model": "bountifulfares:block/flowering_lemon_leaves2", + "y": 270 + }, + { + "model": "bountifulfares:block/flowering_lemon_leaves3" + }, + { + "model": "bountifulfares:block/flowering_lemon_leaves3", + "y": 90 + }, + { + "model": "bountifulfares:block/flowering_lemon_leaves3", + "y": 180 + }, + { + "model": "bountifulfares:block/flowering_lemon_leaves3", + "y": 270 + }, + { + "model": "bountifulfares:block/flowering_lemon_leaves4" + }, + { + "model": "bountifulfares:block/flowering_lemon_leaves4", + "y": 90 + }, + { + "model": "bountifulfares:block/flowering_lemon_leaves4", + "y": 180 + }, + { + "model": "bountifulfares:block/flowering_lemon_leaves4", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/assets/bountifulfares/blockstates/flowering_orange_leaves.json b/assets/bountifulfares/blockstates/flowering_orange_leaves.json new file mode 100644 index 0000000..3d4751e --- /dev/null +++ b/assets/bountifulfares/blockstates/flowering_orange_leaves.json @@ -0,0 +1,66 @@ +{ + "variants": { + "": [ + { + "model": "bountifulfares:block/flowering_orange_leaves1" + }, + { + "model": "bountifulfares:block/flowering_orange_leaves1", + "y": 90 + }, + { + "model": "bountifulfares:block/flowering_orange_leaves1", + "y": 180 + }, + { + "model": "bountifulfares:block/flowering_orange_leaves1", + "y": 270 + }, + { + "model": "bountifulfares:block/flowering_orange_leaves2" + }, + { + "model": "bountifulfares:block/flowering_orange_leaves2", + "y": 90 + }, + { + "model": "bountifulfares:block/flowering_orange_leaves2", + "y": 180 + }, + { + "model": "bountifulfares:block/flowering_orange_leaves2", + "y": 270 + }, + { + "model": "bountifulfares:block/flowering_orange_leaves3" + }, + { + "model": "bountifulfares:block/flowering_orange_leaves3", + "y": 90 + }, + { + "model": "bountifulfares:block/flowering_orange_leaves3", + "y": 180 + }, + { + "model": "bountifulfares:block/flowering_orange_leaves3", + "y": 270 + }, + { + "model": "bountifulfares:block/flowering_orange_leaves4" + }, + { + "model": "bountifulfares:block/flowering_orange_leaves4", + "y": 90 + }, + { + "model": "bountifulfares:block/flowering_orange_leaves4", + "y": 180 + }, + { + "model": "bountifulfares:block/flowering_orange_leaves4", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/assets/bountifulfares/blockstates/flowering_plum_leaves.json b/assets/bountifulfares/blockstates/flowering_plum_leaves.json new file mode 100644 index 0000000..efbcc2e --- /dev/null +++ b/assets/bountifulfares/blockstates/flowering_plum_leaves.json @@ -0,0 +1,66 @@ +{ + "variants": { + "": [ + { + "model": "bountifulfares:block/flowering_plum_leaves1" + }, + { + "model": "bountifulfares:block/flowering_plum_leaves1", + "y": 90 + }, + { + "model": "bountifulfares:block/flowering_plum_leaves1", + "y": 180 + }, + { + "model": "bountifulfares:block/flowering_plum_leaves1", + "y": 270 + }, + { + "model": "bountifulfares:block/flowering_plum_leaves2" + }, + { + "model": "bountifulfares:block/flowering_plum_leaves2", + "y": 90 + }, + { + "model": "bountifulfares:block/flowering_plum_leaves2", + "y": 180 + }, + { + "model": "bountifulfares:block/flowering_plum_leaves2", + "y": 270 + }, + { + "model": "bountifulfares:block/flowering_plum_leaves3" + }, + { + "model": "bountifulfares:block/flowering_plum_leaves3", + "y": 90 + }, + { + "model": "bountifulfares:block/flowering_plum_leaves3", + "y": 180 + }, + { + "model": "bountifulfares:block/flowering_plum_leaves3", + "y": 270 + }, + { + "model": "bountifulfares:block/flowering_plum_leaves4" + }, + { + "model": "bountifulfares:block/flowering_plum_leaves4", + "y": 90 + }, + { + "model": "bountifulfares:block/flowering_plum_leaves4", + "y": 180 + }, + { + "model": "bountifulfares:block/flowering_plum_leaves4", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/assets/bountifulfares/blockstates/golden_apple_leaves.json b/assets/bountifulfares/blockstates/golden_apple_leaves.json new file mode 100644 index 0000000..b95d3e0 --- /dev/null +++ b/assets/bountifulfares/blockstates/golden_apple_leaves.json @@ -0,0 +1,66 @@ +{ + "variants": { + "": [ + { + "model": "bountifulfares:block/golden_apple_leaves1" + }, + { + "model": "bountifulfares:block/golden_apple_leaves1", + "y": 90 + }, + { + "model": "bountifulfares:block/golden_apple_leaves1", + "y": 180 + }, + { + "model": "bountifulfares:block/golden_apple_leaves1", + "y": 270 + }, + { + "model": "bountifulfares:block/golden_apple_leaves2" + }, + { + "model": "bountifulfares:block/golden_apple_leaves2", + "y": 90 + }, + { + "model": "bountifulfares:block/golden_apple_leaves2", + "y": 180 + }, + { + "model": "bountifulfares:block/golden_apple_leaves2", + "y": 270 + }, + { + "model": "bountifulfares:block/golden_apple_leaves3" + }, + { + "model": "bountifulfares:block/golden_apple_leaves3", + "y": 90 + }, + { + "model": "bountifulfares:block/golden_apple_leaves3", + "y": 180 + }, + { + "model": "bountifulfares:block/golden_apple_leaves3", + "y": 270 + }, + { + "model": "bountifulfares:block/golden_apple_leaves4" + }, + { + "model": "bountifulfares:block/golden_apple_leaves4", + "y": 90 + }, + { + "model": "bountifulfares:block/golden_apple_leaves4", + "y": 180 + }, + { + "model": "bountifulfares:block/golden_apple_leaves4", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/assets/bountifulfares/blockstates/hoary_leaves.json b/assets/bountifulfares/blockstates/hoary_leaves.json new file mode 100644 index 0000000..ca0a93a --- /dev/null +++ b/assets/bountifulfares/blockstates/hoary_leaves.json @@ -0,0 +1,66 @@ +{ + "variants": { + "": [ + { + "model": "bountifulfares:block/hoary_leaves1" + }, + { + "model": "bountifulfares:block/hoary_leaves1", + "y": 90 + }, + { + "model": "bountifulfares:block/hoary_leaves1", + "y": 180 + }, + { + "model": "bountifulfares:block/hoary_leaves1", + "y": 270 + }, + { + "model": "bountifulfares:block/hoary_leaves2" + }, + { + "model": "bountifulfares:block/hoary_leaves2", + "y": 90 + }, + { + "model": "bountifulfares:block/hoary_leaves2", + "y": 180 + }, + { + "model": "bountifulfares:block/hoary_leaves2", + "y": 270 + }, + { + "model": "bountifulfares:block/hoary_leaves3" + }, + { + "model": "bountifulfares:block/hoary_leaves3", + "y": 90 + }, + { + "model": "bountifulfares:block/hoary_leaves3", + "y": 180 + }, + { + "model": "bountifulfares:block/hoary_leaves3", + "y": 270 + }, + { + "model": "bountifulfares:block/hoary_leaves4" + }, + { + "model": "bountifulfares:block/hoary_leaves4", + "y": 90 + }, + { + "model": "bountifulfares:block/hoary_leaves4", + "y": 180 + }, + { + "model": "bountifulfares:block/hoary_leaves4", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/assets/bountifulfares/blockstates/lemon_leaves.json b/assets/bountifulfares/blockstates/lemon_leaves.json new file mode 100644 index 0000000..22c9034 --- /dev/null +++ b/assets/bountifulfares/blockstates/lemon_leaves.json @@ -0,0 +1,66 @@ +{ + "variants": { + "": [ + { + "model": "bountifulfares:block/lemon_leaves1" + }, + { + "model": "bountifulfares:block/lemon_leaves1", + "y": 90 + }, + { + "model": "bountifulfares:block/lemon_leaves1", + "y": 180 + }, + { + "model": "bountifulfares:block/lemon_leaves1", + "y": 270 + }, + { + "model": "bountifulfares:block/lemon_leaves2" + }, + { + "model": "bountifulfares:block/lemon_leaves2", + "y": 90 + }, + { + "model": "bountifulfares:block/lemon_leaves2", + "y": 180 + }, + { + "model": "bountifulfares:block/lemon_leaves2", + "y": 270 + }, + { + "model": "bountifulfares:block/lemon_leaves3" + }, + { + "model": "bountifulfares:block/lemon_leaves3", + "y": 90 + }, + { + "model": "bountifulfares:block/lemon_leaves3", + "y": 180 + }, + { + "model": "bountifulfares:block/lemon_leaves3", + "y": 270 + }, + { + "model": "bountifulfares:block/lemon_leaves4" + }, + { + "model": "bountifulfares:block/lemon_leaves4", + "y": 90 + }, + { + "model": "bountifulfares:block/lemon_leaves4", + "y": 180 + }, + { + "model": "bountifulfares:block/lemon_leaves4", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/assets/bountifulfares/blockstates/orange_leaves.json b/assets/bountifulfares/blockstates/orange_leaves.json new file mode 100644 index 0000000..4fa3733 --- /dev/null +++ b/assets/bountifulfares/blockstates/orange_leaves.json @@ -0,0 +1,66 @@ +{ + "variants": { + "": [ + { + "model": "bountifulfares:block/orange_leaves1" + }, + { + "model": "bountifulfares:block/orange_leaves1", + "y": 90 + }, + { + "model": "bountifulfares:block/orange_leaves1", + "y": 180 + }, + { + "model": "bountifulfares:block/orange_leaves1", + "y": 270 + }, + { + "model": "bountifulfares:block/orange_leaves2" + }, + { + "model": "bountifulfares:block/orange_leaves2", + "y": 90 + }, + { + "model": "bountifulfares:block/orange_leaves2", + "y": 180 + }, + { + "model": "bountifulfares:block/orange_leaves2", + "y": 270 + }, + { + "model": "bountifulfares:block/orange_leaves3" + }, + { + "model": "bountifulfares:block/orange_leaves3", + "y": 90 + }, + { + "model": "bountifulfares:block/orange_leaves3", + "y": 180 + }, + { + "model": "bountifulfares:block/orange_leaves3", + "y": 270 + }, + { + "model": "bountifulfares:block/orange_leaves4" + }, + { + "model": "bountifulfares:block/orange_leaves4", + "y": 90 + }, + { + "model": "bountifulfares:block/orange_leaves4", + "y": 180 + }, + { + "model": "bountifulfares:block/orange_leaves4", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/assets/bountifulfares/blockstates/plum_leaves.json b/assets/bountifulfares/blockstates/plum_leaves.json new file mode 100644 index 0000000..16471fb --- /dev/null +++ b/assets/bountifulfares/blockstates/plum_leaves.json @@ -0,0 +1,66 @@ +{ + "variants": { + "": [ + { + "model": "bountifulfares:block/plum_leaves1" + }, + { + "model": "bountifulfares:block/plum_leaves1", + "y": 90 + }, + { + "model": "bountifulfares:block/plum_leaves1", + "y": 180 + }, + { + "model": "bountifulfares:block/plum_leaves1", + "y": 270 + }, + { + "model": "bountifulfares:block/plum_leaves2" + }, + { + "model": "bountifulfares:block/plum_leaves2", + "y": 90 + }, + { + "model": "bountifulfares:block/plum_leaves2", + "y": 180 + }, + { + "model": "bountifulfares:block/plum_leaves2", + "y": 270 + }, + { + "model": "bountifulfares:block/plum_leaves3" + }, + { + "model": "bountifulfares:block/plum_leaves3", + "y": 90 + }, + { + "model": "bountifulfares:block/plum_leaves3", + "y": 180 + }, + { + "model": "bountifulfares:block/plum_leaves3", + "y": 270 + }, + { + "model": "bountifulfares:block/plum_leaves4" + }, + { + "model": "bountifulfares:block/plum_leaves4", + "y": 90 + }, + { + "model": "bountifulfares:block/plum_leaves4", + "y": 180 + }, + { + "model": "bountifulfares:block/plum_leaves4", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/assets/bountifulfares/blockstates/walnut_leaves.json b/assets/bountifulfares/blockstates/walnut_leaves.json new file mode 100644 index 0000000..64e8557 --- /dev/null +++ b/assets/bountifulfares/blockstates/walnut_leaves.json @@ -0,0 +1,66 @@ +{ + "variants": { + "": [ + { + "model": "bountifulfares:block/walnut_leaves1" + }, + { + "model": "bountifulfares:block/walnut_leaves1", + "y": 90 + }, + { + "model": "bountifulfares:block/walnut_leaves1", + "y": 180 + }, + { + "model": "bountifulfares:block/walnut_leaves1", + "y": 270 + }, + { + "model": "bountifulfares:block/walnut_leaves2" + }, + { + "model": "bountifulfares:block/walnut_leaves2", + "y": 90 + }, + { + "model": "bountifulfares:block/walnut_leaves2", + "y": 180 + }, + { + "model": "bountifulfares:block/walnut_leaves2", + "y": 270 + }, + { + "model": "bountifulfares:block/walnut_leaves3" + }, + { + "model": "bountifulfares:block/walnut_leaves3", + "y": 90 + }, + { + "model": "bountifulfares:block/walnut_leaves3", + "y": 180 + }, + { + "model": "bountifulfares:block/walnut_leaves3", + "y": 270 + }, + { + "model": "bountifulfares:block/walnut_leaves4" + }, + { + "model": "bountifulfares:block/walnut_leaves4", + "y": 90 + }, + { + "model": "bountifulfares:block/walnut_leaves4", + "y": 180 + }, + { + "model": "bountifulfares:block/walnut_leaves4", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/apple_leaves.json b/assets/bountifulfares/models/block/apple_leaves.json new file mode 100644 index 0000000..a2fbc24 --- /dev/null +++ b/assets/bountifulfares/models/block/apple_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves", + "textures": { + "all": "bountifulfares:block/apple_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/apple_leaves1.json b/assets/bountifulfares/models/block/apple_leaves1.json new file mode 100644 index 0000000..6d19c06 --- /dev/null +++ b/assets/bountifulfares/models/block/apple_leaves1.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves1", + "textures": { + "all": "bountifulfares:block/apple_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/apple_leaves2.json b/assets/bountifulfares/models/block/apple_leaves2.json new file mode 100644 index 0000000..fc008d5 --- /dev/null +++ b/assets/bountifulfares/models/block/apple_leaves2.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves2", + "textures": { + "all": "bountifulfares:block/apple_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/apple_leaves3.json b/assets/bountifulfares/models/block/apple_leaves3.json new file mode 100644 index 0000000..34593f0 --- /dev/null +++ b/assets/bountifulfares/models/block/apple_leaves3.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves3", + "textures": { + "all": "bountifulfares:block/apple_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/apple_leaves4.json b/assets/bountifulfares/models/block/apple_leaves4.json new file mode 100644 index 0000000..e402ddc --- /dev/null +++ b/assets/bountifulfares/models/block/apple_leaves4.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves4", + "textures": { + "all": "bountifulfares:block/apple_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/flowering_apple_leaves.json b/assets/bountifulfares/models/block/flowering_apple_leaves.json new file mode 100644 index 0000000..281154d --- /dev/null +++ b/assets/bountifulfares/models/block/flowering_apple_leaves.json @@ -0,0 +1,7 @@ +{ + "parent": "betterleaves:block/leaves_overlay", + "textures": { + "all": "bountifulfares:block/apple_leaves", + "overlay": "bountifulfares:block/flowering_apple_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/flowering_apple_leaves1.json b/assets/bountifulfares/models/block/flowering_apple_leaves1.json new file mode 100644 index 0000000..1f8183b --- /dev/null +++ b/assets/bountifulfares/models/block/flowering_apple_leaves1.json @@ -0,0 +1,7 @@ +{ + "parent": "betterleaves:block/leaves_overlay1", + "textures": { + "all": "bountifulfares:block/apple_leaves", + "overlay": "bountifulfares:block/flowering_apple_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/flowering_apple_leaves2.json b/assets/bountifulfares/models/block/flowering_apple_leaves2.json new file mode 100644 index 0000000..eed8df2 --- /dev/null +++ b/assets/bountifulfares/models/block/flowering_apple_leaves2.json @@ -0,0 +1,7 @@ +{ + "parent": "betterleaves:block/leaves_overlay2", + "textures": { + "all": "bountifulfares:block/apple_leaves", + "overlay": "bountifulfares:block/flowering_apple_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/flowering_apple_leaves3.json b/assets/bountifulfares/models/block/flowering_apple_leaves3.json new file mode 100644 index 0000000..a5b6200 --- /dev/null +++ b/assets/bountifulfares/models/block/flowering_apple_leaves3.json @@ -0,0 +1,7 @@ +{ + "parent": "betterleaves:block/leaves_overlay3", + "textures": { + "all": "bountifulfares:block/apple_leaves", + "overlay": "bountifulfares:block/flowering_apple_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/flowering_apple_leaves4.json b/assets/bountifulfares/models/block/flowering_apple_leaves4.json new file mode 100644 index 0000000..ee146e1 --- /dev/null +++ b/assets/bountifulfares/models/block/flowering_apple_leaves4.json @@ -0,0 +1,7 @@ +{ + "parent": "betterleaves:block/leaves_overlay4", + "textures": { + "all": "bountifulfares:block/apple_leaves", + "overlay": "bountifulfares:block/flowering_apple_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/flowering_golden_apple_leaves.json b/assets/bountifulfares/models/block/flowering_golden_apple_leaves.json new file mode 100644 index 0000000..4abb02a --- /dev/null +++ b/assets/bountifulfares/models/block/flowering_golden_apple_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves", + "textures": { + "all": "bountifulfares:block/flowering_golden_apple_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/flowering_golden_apple_leaves1.json b/assets/bountifulfares/models/block/flowering_golden_apple_leaves1.json new file mode 100644 index 0000000..d9dd06f --- /dev/null +++ b/assets/bountifulfares/models/block/flowering_golden_apple_leaves1.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves1", + "textures": { + "all": "bountifulfares:block/flowering_golden_apple_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/flowering_golden_apple_leaves2.json b/assets/bountifulfares/models/block/flowering_golden_apple_leaves2.json new file mode 100644 index 0000000..83afcff --- /dev/null +++ b/assets/bountifulfares/models/block/flowering_golden_apple_leaves2.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves2", + "textures": { + "all": "bountifulfares:block/flowering_golden_apple_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/flowering_golden_apple_leaves3.json b/assets/bountifulfares/models/block/flowering_golden_apple_leaves3.json new file mode 100644 index 0000000..2240c34 --- /dev/null +++ b/assets/bountifulfares/models/block/flowering_golden_apple_leaves3.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves3", + "textures": { + "all": "bountifulfares:block/flowering_golden_apple_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/flowering_golden_apple_leaves4.json b/assets/bountifulfares/models/block/flowering_golden_apple_leaves4.json new file mode 100644 index 0000000..b2e388f --- /dev/null +++ b/assets/bountifulfares/models/block/flowering_golden_apple_leaves4.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves4", + "textures": { + "all": "bountifulfares:block/flowering_golden_apple_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/flowering_lemon_leaves.json b/assets/bountifulfares/models/block/flowering_lemon_leaves.json new file mode 100644 index 0000000..ad77562 --- /dev/null +++ b/assets/bountifulfares/models/block/flowering_lemon_leaves.json @@ -0,0 +1,7 @@ +{ + "parent": "betterleaves:block/leaves_overlay", + "textures": { + "all": "bountifulfares:block/lemon_leaves", + "overlay": "bountifulfares:block/flowering_lemon_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/flowering_lemon_leaves1.json b/assets/bountifulfares/models/block/flowering_lemon_leaves1.json new file mode 100644 index 0000000..817c436 --- /dev/null +++ b/assets/bountifulfares/models/block/flowering_lemon_leaves1.json @@ -0,0 +1,7 @@ +{ + "parent": "betterleaves:block/leaves_overlay1", + "textures": { + "all": "bountifulfares:block/lemon_leaves", + "overlay": "bountifulfares:block/flowering_lemon_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/flowering_lemon_leaves2.json b/assets/bountifulfares/models/block/flowering_lemon_leaves2.json new file mode 100644 index 0000000..c46ea96 --- /dev/null +++ b/assets/bountifulfares/models/block/flowering_lemon_leaves2.json @@ -0,0 +1,7 @@ +{ + "parent": "betterleaves:block/leaves_overlay2", + "textures": { + "all": "bountifulfares:block/lemon_leaves", + "overlay": "bountifulfares:block/flowering_lemon_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/flowering_lemon_leaves3.json b/assets/bountifulfares/models/block/flowering_lemon_leaves3.json new file mode 100644 index 0000000..7022a0d --- /dev/null +++ b/assets/bountifulfares/models/block/flowering_lemon_leaves3.json @@ -0,0 +1,7 @@ +{ + "parent": "betterleaves:block/leaves_overlay3", + "textures": { + "all": "bountifulfares:block/lemon_leaves", + "overlay": "bountifulfares:block/flowering_lemon_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/flowering_lemon_leaves4.json b/assets/bountifulfares/models/block/flowering_lemon_leaves4.json new file mode 100644 index 0000000..eebf6b2 --- /dev/null +++ b/assets/bountifulfares/models/block/flowering_lemon_leaves4.json @@ -0,0 +1,7 @@ +{ + "parent": "betterleaves:block/leaves_overlay4", + "textures": { + "all": "bountifulfares:block/lemon_leaves", + "overlay": "bountifulfares:block/flowering_lemon_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/flowering_orange_leaves.json b/assets/bountifulfares/models/block/flowering_orange_leaves.json new file mode 100644 index 0000000..5580e41 --- /dev/null +++ b/assets/bountifulfares/models/block/flowering_orange_leaves.json @@ -0,0 +1,7 @@ +{ + "parent": "betterleaves:block/leaves_overlay", + "textures": { + "all": "bountifulfares:block/orange_leaves", + "overlay": "bountifulfares:block/flowering_orange_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/flowering_orange_leaves1.json b/assets/bountifulfares/models/block/flowering_orange_leaves1.json new file mode 100644 index 0000000..0602287 --- /dev/null +++ b/assets/bountifulfares/models/block/flowering_orange_leaves1.json @@ -0,0 +1,7 @@ +{ + "parent": "betterleaves:block/leaves_overlay1", + "textures": { + "all": "bountifulfares:block/orange_leaves", + "overlay": "bountifulfares:block/flowering_orange_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/flowering_orange_leaves2.json b/assets/bountifulfares/models/block/flowering_orange_leaves2.json new file mode 100644 index 0000000..685496a --- /dev/null +++ b/assets/bountifulfares/models/block/flowering_orange_leaves2.json @@ -0,0 +1,7 @@ +{ + "parent": "betterleaves:block/leaves_overlay2", + "textures": { + "all": "bountifulfares:block/orange_leaves", + "overlay": "bountifulfares:block/flowering_orange_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/flowering_orange_leaves3.json b/assets/bountifulfares/models/block/flowering_orange_leaves3.json new file mode 100644 index 0000000..d2ecc95 --- /dev/null +++ b/assets/bountifulfares/models/block/flowering_orange_leaves3.json @@ -0,0 +1,7 @@ +{ + "parent": "betterleaves:block/leaves_overlay3", + "textures": { + "all": "bountifulfares:block/orange_leaves", + "overlay": "bountifulfares:block/flowering_orange_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/flowering_orange_leaves4.json b/assets/bountifulfares/models/block/flowering_orange_leaves4.json new file mode 100644 index 0000000..3fccf55 --- /dev/null +++ b/assets/bountifulfares/models/block/flowering_orange_leaves4.json @@ -0,0 +1,7 @@ +{ + "parent": "betterleaves:block/leaves_overlay4", + "textures": { + "all": "bountifulfares:block/orange_leaves", + "overlay": "bountifulfares:block/flowering_orange_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/flowering_plum_leaves.json b/assets/bountifulfares/models/block/flowering_plum_leaves.json new file mode 100644 index 0000000..dddbb5b --- /dev/null +++ b/assets/bountifulfares/models/block/flowering_plum_leaves.json @@ -0,0 +1,7 @@ +{ + "parent": "betterleaves:block/leaves_overlay", + "textures": { + "all": "bountifulfares:block/plum_leaves", + "overlay": "bountifulfares:block/flowering_plum_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/flowering_plum_leaves1.json b/assets/bountifulfares/models/block/flowering_plum_leaves1.json new file mode 100644 index 0000000..51dc6f7 --- /dev/null +++ b/assets/bountifulfares/models/block/flowering_plum_leaves1.json @@ -0,0 +1,7 @@ +{ + "parent": "betterleaves:block/leaves_overlay1", + "textures": { + "all": "bountifulfares:block/plum_leaves", + "overlay": "bountifulfares:block/flowering_plum_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/flowering_plum_leaves2.json b/assets/bountifulfares/models/block/flowering_plum_leaves2.json new file mode 100644 index 0000000..b4348f0 --- /dev/null +++ b/assets/bountifulfares/models/block/flowering_plum_leaves2.json @@ -0,0 +1,7 @@ +{ + "parent": "betterleaves:block/leaves_overlay2", + "textures": { + "all": "bountifulfares:block/plum_leaves", + "overlay": "bountifulfares:block/flowering_plum_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/flowering_plum_leaves3.json b/assets/bountifulfares/models/block/flowering_plum_leaves3.json new file mode 100644 index 0000000..0219487 --- /dev/null +++ b/assets/bountifulfares/models/block/flowering_plum_leaves3.json @@ -0,0 +1,7 @@ +{ + "parent": "betterleaves:block/leaves_overlay3", + "textures": { + "all": "bountifulfares:block/plum_leaves", + "overlay": "bountifulfares:block/flowering_plum_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/flowering_plum_leaves4.json b/assets/bountifulfares/models/block/flowering_plum_leaves4.json new file mode 100644 index 0000000..a78b6c3 --- /dev/null +++ b/assets/bountifulfares/models/block/flowering_plum_leaves4.json @@ -0,0 +1,7 @@ +{ + "parent": "betterleaves:block/leaves_overlay4", + "textures": { + "all": "bountifulfares:block/plum_leaves", + "overlay": "bountifulfares:block/flowering_plum_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/golden_apple_leaves.json b/assets/bountifulfares/models/block/golden_apple_leaves.json new file mode 100644 index 0000000..3c8ea9d --- /dev/null +++ b/assets/bountifulfares/models/block/golden_apple_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves", + "textures": { + "all": "bountifulfares:block/golden_apple_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/golden_apple_leaves1.json b/assets/bountifulfares/models/block/golden_apple_leaves1.json new file mode 100644 index 0000000..359b8ba --- /dev/null +++ b/assets/bountifulfares/models/block/golden_apple_leaves1.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves1", + "textures": { + "all": "bountifulfares:block/golden_apple_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/golden_apple_leaves2.json b/assets/bountifulfares/models/block/golden_apple_leaves2.json new file mode 100644 index 0000000..b16ef7b --- /dev/null +++ b/assets/bountifulfares/models/block/golden_apple_leaves2.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves2", + "textures": { + "all": "bountifulfares:block/golden_apple_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/golden_apple_leaves3.json b/assets/bountifulfares/models/block/golden_apple_leaves3.json new file mode 100644 index 0000000..3fdff35 --- /dev/null +++ b/assets/bountifulfares/models/block/golden_apple_leaves3.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves3", + "textures": { + "all": "bountifulfares:block/golden_apple_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/golden_apple_leaves4.json b/assets/bountifulfares/models/block/golden_apple_leaves4.json new file mode 100644 index 0000000..1c9d739 --- /dev/null +++ b/assets/bountifulfares/models/block/golden_apple_leaves4.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves4", + "textures": { + "all": "bountifulfares:block/golden_apple_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/hoary_leaves.json b/assets/bountifulfares/models/block/hoary_leaves.json new file mode 100644 index 0000000..671cbdd --- /dev/null +++ b/assets/bountifulfares/models/block/hoary_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves", + "textures": { + "all": "bountifulfares:block/hoary_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/hoary_leaves1.json b/assets/bountifulfares/models/block/hoary_leaves1.json new file mode 100644 index 0000000..ae80c7d --- /dev/null +++ b/assets/bountifulfares/models/block/hoary_leaves1.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves1", + "textures": { + "all": "bountifulfares:block/hoary_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/hoary_leaves2.json b/assets/bountifulfares/models/block/hoary_leaves2.json new file mode 100644 index 0000000..5c24fa7 --- /dev/null +++ b/assets/bountifulfares/models/block/hoary_leaves2.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves2", + "textures": { + "all": "bountifulfares:block/hoary_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/hoary_leaves3.json b/assets/bountifulfares/models/block/hoary_leaves3.json new file mode 100644 index 0000000..1aa4450 --- /dev/null +++ b/assets/bountifulfares/models/block/hoary_leaves3.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves3", + "textures": { + "all": "bountifulfares:block/hoary_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/hoary_leaves4.json b/assets/bountifulfares/models/block/hoary_leaves4.json new file mode 100644 index 0000000..82dfd25 --- /dev/null +++ b/assets/bountifulfares/models/block/hoary_leaves4.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves4", + "textures": { + "all": "bountifulfares:block/hoary_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/lemon_leaves.json b/assets/bountifulfares/models/block/lemon_leaves.json new file mode 100644 index 0000000..8c10b44 --- /dev/null +++ b/assets/bountifulfares/models/block/lemon_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves", + "textures": { + "all": "bountifulfares:block/lemon_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/lemon_leaves1.json b/assets/bountifulfares/models/block/lemon_leaves1.json new file mode 100644 index 0000000..f939d12 --- /dev/null +++ b/assets/bountifulfares/models/block/lemon_leaves1.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves1", + "textures": { + "all": "bountifulfares:block/lemon_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/lemon_leaves2.json b/assets/bountifulfares/models/block/lemon_leaves2.json new file mode 100644 index 0000000..8c4d942 --- /dev/null +++ b/assets/bountifulfares/models/block/lemon_leaves2.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves2", + "textures": { + "all": "bountifulfares:block/lemon_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/lemon_leaves3.json b/assets/bountifulfares/models/block/lemon_leaves3.json new file mode 100644 index 0000000..ad10c11 --- /dev/null +++ b/assets/bountifulfares/models/block/lemon_leaves3.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves3", + "textures": { + "all": "bountifulfares:block/lemon_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/lemon_leaves4.json b/assets/bountifulfares/models/block/lemon_leaves4.json new file mode 100644 index 0000000..a05fd21 --- /dev/null +++ b/assets/bountifulfares/models/block/lemon_leaves4.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves4", + "textures": { + "all": "bountifulfares:block/lemon_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/orange_leaves.json b/assets/bountifulfares/models/block/orange_leaves.json new file mode 100644 index 0000000..b88f07a --- /dev/null +++ b/assets/bountifulfares/models/block/orange_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves", + "textures": { + "all": "bountifulfares:block/orange_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/orange_leaves1.json b/assets/bountifulfares/models/block/orange_leaves1.json new file mode 100644 index 0000000..f060e12 --- /dev/null +++ b/assets/bountifulfares/models/block/orange_leaves1.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves1", + "textures": { + "all": "bountifulfares:block/orange_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/orange_leaves2.json b/assets/bountifulfares/models/block/orange_leaves2.json new file mode 100644 index 0000000..c1b06ca --- /dev/null +++ b/assets/bountifulfares/models/block/orange_leaves2.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves2", + "textures": { + "all": "bountifulfares:block/orange_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/orange_leaves3.json b/assets/bountifulfares/models/block/orange_leaves3.json new file mode 100644 index 0000000..5dc605d --- /dev/null +++ b/assets/bountifulfares/models/block/orange_leaves3.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves3", + "textures": { + "all": "bountifulfares:block/orange_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/orange_leaves4.json b/assets/bountifulfares/models/block/orange_leaves4.json new file mode 100644 index 0000000..2063da6 --- /dev/null +++ b/assets/bountifulfares/models/block/orange_leaves4.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves4", + "textures": { + "all": "bountifulfares:block/orange_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/plum_leaves.json b/assets/bountifulfares/models/block/plum_leaves.json new file mode 100644 index 0000000..4a08a29 --- /dev/null +++ b/assets/bountifulfares/models/block/plum_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves", + "textures": { + "all": "bountifulfares:block/plum_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/plum_leaves1.json b/assets/bountifulfares/models/block/plum_leaves1.json new file mode 100644 index 0000000..f875f3d --- /dev/null +++ b/assets/bountifulfares/models/block/plum_leaves1.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves1", + "textures": { + "all": "bountifulfares:block/plum_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/plum_leaves2.json b/assets/bountifulfares/models/block/plum_leaves2.json new file mode 100644 index 0000000..a80c859 --- /dev/null +++ b/assets/bountifulfares/models/block/plum_leaves2.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves2", + "textures": { + "all": "bountifulfares:block/plum_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/plum_leaves3.json b/assets/bountifulfares/models/block/plum_leaves3.json new file mode 100644 index 0000000..1f82af1 --- /dev/null +++ b/assets/bountifulfares/models/block/plum_leaves3.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves3", + "textures": { + "all": "bountifulfares:block/plum_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/plum_leaves4.json b/assets/bountifulfares/models/block/plum_leaves4.json new file mode 100644 index 0000000..e50d475 --- /dev/null +++ b/assets/bountifulfares/models/block/plum_leaves4.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves4", + "textures": { + "all": "bountifulfares:block/plum_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/walnut_leaves.json b/assets/bountifulfares/models/block/walnut_leaves.json new file mode 100644 index 0000000..fd2fe7d --- /dev/null +++ b/assets/bountifulfares/models/block/walnut_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves", + "textures": { + "all": "bountifulfares:block/walnut_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/walnut_leaves1.json b/assets/bountifulfares/models/block/walnut_leaves1.json new file mode 100644 index 0000000..ff958e2 --- /dev/null +++ b/assets/bountifulfares/models/block/walnut_leaves1.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves1", + "textures": { + "all": "bountifulfares:block/walnut_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/walnut_leaves2.json b/assets/bountifulfares/models/block/walnut_leaves2.json new file mode 100644 index 0000000..2fa94be --- /dev/null +++ b/assets/bountifulfares/models/block/walnut_leaves2.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves2", + "textures": { + "all": "bountifulfares:block/walnut_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/walnut_leaves3.json b/assets/bountifulfares/models/block/walnut_leaves3.json new file mode 100644 index 0000000..38e1fcd --- /dev/null +++ b/assets/bountifulfares/models/block/walnut_leaves3.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves3", + "textures": { + "all": "bountifulfares:block/walnut_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/models/block/walnut_leaves4.json b/assets/bountifulfares/models/block/walnut_leaves4.json new file mode 100644 index 0000000..ea8fa6f --- /dev/null +++ b/assets/bountifulfares/models/block/walnut_leaves4.json @@ -0,0 +1,6 @@ +{ + "parent": "betterleaves:block/leaves4", + "textures": { + "all": "bountifulfares:block/walnut_leaves" + } +} \ No newline at end of file diff --git a/assets/bountifulfares/textures/block/apple_leaves.png b/assets/bountifulfares/textures/block/apple_leaves.png new file mode 100644 index 0000000000000000000000000000000000000000..b42cf79debc5aad80db429a683bc47a04ffebc95 GIT binary patch literal 926 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 qf5#9C_r2GZFoF{|jAUq%d0000 zj8qlsoXhUso^y7Mxzgml?>m-O8eY~t-`w_$*jnb;SG2d^a7C_rys_zTTsap^(jLtr z=*y?iVeZWN3)#oro$TP@BjNkQ?)&gOIdLkB`Ab1?eRd`=&)vN5XRj^z+I+oB_|fCX zvVHr5?JN!K1PswqycET8Z^{znEf#c%`@;ThR*ZLl;wQG3f$G5Lp%pc2h zJrm9a{H$ALx%Oc3rJ2*=K=$fgRKy<#ZBhZ~#haZlDa-8Iqo=Pumc>dS5CR_JBE^p^ z;z;m9qxNucYCK$U7tc;Q8*r`G&n|4Irl*tE+8B^<%U_$XcUEV5gV1$y7$xw4Wd>Ja z`}@~k_V(4wAizQ*OBI;?_zCJB5BN3|4n>-4f4yRZsy)&EmOvDFx3!gBzIw|y*A~Ov zF#J6+Q0t@#5D@)}Vl2SrxEV_kC|7g1Qc`Y?vmoXNUaP=}#U2a5Ud%AaDhZe6xRS$h zIZyU6;O)n6jm;H6Yj7u^BtXR_4yv|`7u~Zb51g=NsPqovZ$rEoo_P$Y=)lAw1R0ju zXxG7DZ4VZvflxVk_JpWCN&bKak=_ICDLBf$|z{ z*~~k_r9G89>APFzt# zlDf}Ds&J`v18)@Q$4~wjHl?*rApWm@zzR=#Ksn0O;$GBb0tx*9M6RdYZTWkCW_$ty z+Yi71BvtwWrM9hru`E~g)1W|6Rxn31!MAc-?zS0#M|dhw;lY5o5gDj}ND4@}r8qUU z$6icDf^+f%{@v_=xX&5(zfte{7u5PNqw;Sx*s33h<7A-KhW-Fj23Zf4_K&Xs0000< KMNUMnLSTaIm(5)O literal 0 HcmV?d00001 diff --git a/assets/bountifulfares/textures/block/walnut_leaves.png b/assets/bountifulfares/textures/block/walnut_leaves.png new file mode 100644 index 0000000000000000000000000000000000000000..9bfac2595eac4289882cc2659c92f1861fa3401a GIT binary patch literal 935 zcmV;Y16cftP)W@ZLrUfHBZ!ETbv)K;gUT<@6`_8!+t8XLTi4iNj(-=qB*Pi)84m6wX zsN3BL${UT#(UEf5H7}lbml|jNyWW=oU`z-Y!$i4KiRTE597aD3f^XGpergChi_5_v zG@=Y8qFMsgazw`L9Qe-lrI4U(LijAUO6dvc!dnzt!^9bd-S;0|_4u(k-Z*%3>58{= zS$K9Y#>R%AGfFlAQLJ}&@2`Y+zkd7-)G9Pu&srOjNqEAW>45h>>=Ig)a5m;BVW&v{ z_aFD<(H&31F+RO8pU8npc#?Nt2)0Hg28F~=9wWoSASl8h#TykU3&1`t3SPb6z|)*)Vw#7_hAsp`@r^#gxSB4|WqqP>8?+yA{=W@E8|8m$PKc<}frL@I9fs^#fKiN0!egsH*bR96 zDCzWL5l+}fqGp02N=qW+_C8?Gf=PIG&UvFy_;e$(*(Nv48j;a)_n#@+W zB~QCkg-h9;rah1DkPmqliAw8GI#<%;++WxS{VdNK!$whE{{R;vh1_KCa18(e002ov JPDHLkV1fcYxNQIc literal 0 HcmV?d00001 diff --git a/input/assets/bountifulfares/textures/block/apple_leaves.png b/input/assets/bountifulfares/textures/block/apple_leaves.png new file mode 100644 index 0000000000000000000000000000000000000000..024ec98b2187bf0907506f136331b1ade7fee951 GIT binary patch literal 539 zcmV+$0_6RPP)Px$)k#D_R5*=YlcA3CKoo_)X?TJv${<>cBo!p|0Z0=N2s{RZ*aR#R3l4*+Us17} z5FUU(K@enZD;T<}uQ0#Zz1=QXHFtW>opa6|1#d`gcRgF0ie?@5UrN5u*M$YR{ku?_ zio^a(IdYh!u`Nx7r(Hbl*1+wqXScha1sDyEO2D3W0cb5(Z7U>U)CXWbJt+WByOgFP zjQS+0Z<~D`_$*hIb!3{!3rt?rV1Ug!Q(@HScDeJXH;gcO!FV=7H9dH}jgTd2YynJO zP@0PIY(n{b;B~sx9*AL{b_t_CCNFB>e0ov>7VTcA%V=;^t)}yycG;{mm88B6hY_zO z=aALCR+F_f70XrIiXTF9Sn4ZIZ@zK0T>$7*ReSeE z3tG}h(%9ZEcW#$E<5`#T`S>w3u0fygAGLmwt>BIGbzwi>KkDq|hvqwImLwNO{ofl% z65{S=ovGJ|b>K6fo|F#!+ABvMibQtUf2k%|h-H1x*M*hE0&q6#Oo_X%h6-4u{O-cH d{`vHz{sXda4B=lp8gBpq002ovPDHLkV1i56^wIzT literal 0 HcmV?d00001 diff --git a/input/assets/bountifulfares/textures/block/flowering_apple_leaves.png b/input/assets/bountifulfares/textures/block/flowering_apple_leaves.png new file mode 100644 index 0000000000000000000000000000000000000000..d73390a0a1a694bf2c99922c12cb447a9a7aebb6 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|@;qG}Lo9le z6Be-k;AcIuBK45w=6_<$8`}cjaQ$LVx&DxkIcC=S`akC{?CEcOcud`=^Z#{wp)bZ& zHxyzD{<0q4K8=;<|Mj~^vN@DR9+b!#u3MnDz+|6dqJzt-!`Xt0;eYo3`}qI*i_RzQ d{JxV-8KT}5^~tV^;{)2v;OXk;vd$@?2>`RdMn?bu literal 0 HcmV?d00001 diff --git a/input/assets/bountifulfares/textures/block/flowering_golden_apple_leaves.png b/input/assets/bountifulfares/textures/block/flowering_golden_apple_leaves.png new file mode 100644 index 0000000000000000000000000000000000000000..379f206566edc71430325e8a6044224a59f1d4eb GIT binary patch literal 571 zcmV-B0>u4^P)Px$^+`lQR5*=olD}#jK@i4&BYZ_JU zO8_Q!8P&rdFs#7#17F|1rhT$xa+eWx=3>KYalq~M<_f_WxL#2`Bdhhj(YLp05~>c$ z>h%E_8-V8S6H#X_|I==as*Qj`e!za$$yPL@x%CFeE{wR_rp_=Pk z(Ttt5g}7c(tBnBrY-R$qPJeoTL_{`hYU?0m8GWShE_6JaF&<^K4ni-j7C-%=x;8gW zLM=3RSB+(K$_sZ+`|6&lD^ZIBk8YBxjR1xfL_{nf1%Rn5@%`NeY(IFAY9pY36shYK zHR{Zzbr3SS%kq}3K=`Zj`pr1oh;2jak3J8w`1MHvX5Zegg0T*j1;;iKb>@;^vl)(s zMOA%}`bUxGAHynG29_qFnmn;4z~u8QZm&1}bX#%z>i*g4@`>F@lTaB}o`uO!d~nvE zZ_Zz$gR+_jwK!m7=WHP^4z$_`e01|V%`_cUv=#@xw{x}-fZw)ELL~k&S-b!M002ov JPDHLkV1gu(1YrOG literal 0 HcmV?d00001 diff --git a/input/assets/bountifulfares/textures/block/flowering_lemon_leaves.png b/input/assets/bountifulfares/textures/block/flowering_lemon_leaves.png new file mode 100644 index 0000000000000000000000000000000000000000..23a0d64493aa9decbc5c5180f605995a6fab47a1 GIT binary patch literal 191 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|Dm`5sLo9l) zPCCfjpupq$o7ehi!@JM;)pLxhc!VUGEx poTxeGjxnxgJ}M_;>wX;)wtSs1d4Fc^d7vX0JYD@<);T3K0RX{`N$UUr literal 0 HcmV?d00001 diff --git a/input/assets/bountifulfares/textures/block/flowering_orange_leaves.png b/input/assets/bountifulfares/textures/block/flowering_orange_leaves.png new file mode 100644 index 0000000000000000000000000000000000000000..3e65e309afe16fea73eb1aa272293ef25a275627 GIT binary patch literal 193 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|sy$sCLo9le z6C}Pocs;xJ|HqS?4S?X!|NsB(m4RT>5g_ZoF-XW>fiZpY>c-n2^7sF!&oMiAS@yO)WI7m;-FEu6zrbq#%M2j#?n41>@yq2W=9~~|79O9C#ebshNII=Lbl)EZ2|NNgQu&X%Q~loCIGTG BVjBPe literal 0 HcmV?d00001 diff --git a/input/assets/bountifulfares/textures/block/golden_apple_leaves.png b/input/assets/bountifulfares/textures/block/golden_apple_leaves.png new file mode 100644 index 0000000000000000000000000000000000000000..40dd690539ff61035744065d77a6e404d62c4daa GIT binary patch literal 506 zcmVPx$v`IukR5*=ol09yNKoEuBAa4ltdmf!*!g+yeM@jYQwH2NBhDtY|8_@1a^^Z>0C;;Ia5f=! zM?;=_*)}8ML}9(X+Q!qt=hMMw0HEcCq0OHsme9S$@NBQm1~~s4&Hh@U8Kc8yQ3jVK2DU~zTRHZHj`(`Loju+Dng?0tNGj5jLcq*{*&U$h&OW-r% z{PJ|?u-6RS0q8A8*SC-}rQ(@85l}YWv>5&%mUj^+3PQybFM@1$G~_l5;?3Si+l=5k wVx9HWHdCPF1}E4=rkvAaAg&{}&)2E@2EzFpq1c5!O8@`>07*qoM6N<$f?$#4!~g&Q literal 0 HcmV?d00001 diff --git a/input/assets/bountifulfares/textures/block/hoary_leaves.png b/input/assets/bountifulfares/textures/block/hoary_leaves.png new file mode 100644 index 0000000000000000000000000000000000000000..4484773ea0ab93c3e2d7b4238fe88eb12a01365a GIT binary patch literal 400 zcmV;B0dM|^P)Px$N=ZaPR5*=wld)<7K@f(&4HgG!&X5B!zQ73qD{HT_HJy0?d)qvKZTdWbcBV~d zYAZp=y+Aw`BHlFz={AMTvb(vPa%cX3{`qHCjpkzmFw6$H@wNK~p!fK|-Mym7OPl+A z-6_GT$uctlm9D+wD2dU>6994V)&kuoqxsl)4*=8E%(xvZU0Z^F+VyJJi>>-c&=%9x z%>4dT^wTbvv*F|AT>+@)w*VuI&HhU|}H8M(KPjX1oYGSwz87K72%5qsI;p#A4&o=A;?U!f?+%cL~DkP1UDBvdc$ucwHQAJ7Y{g+M~SlpJb;)R&mPrDR( u$&Gj*KDhEO=j&6EmrPePo7cya{qBF-oYJAz%J5tO0000Px$%t=H+R5*=wld)SBsCfiwfL&@_@FML@Hi=_lq1rZLk5QVBMi z#wT#_0qjJkLi*RqQgZo#vIR8E8|NnCo7F^GlhsPSz;e`D8 z8351qCl#;BWzzt>y}l?FjK-46B<&h%rLr2#XHqMb4Y|>53BV@W0nqQZRioLGM6?cx z)*%2F&LuW!FrSHj@3#luf4`HTsDpC`J!CUmwvac06IZW;>Nk2F95l0+8C?xTz^u^Ht6cQNZioraAJ(pC=?yj z#B>TqW3jbrPwWN&`SUZv<;r|^l(8MDoyI9Nnk~7xza`;%z7&cM0QG9+h@?FUm#dTV z08AuWnz>% literal 0 HcmV?d00001 diff --git a/input/assets/bountifulfares/textures/block/orange_leaves.png b/input/assets/bountifulfares/textures/block/orange_leaves.png new file mode 100644 index 0000000000000000000000000000000000000000..c000a2755ed6841d9bd52b71f1579f7bf93bfefc GIT binary patch literal 481 zcmV<70UrK|P)Px$n@L1LR5*=wQax+JP!v5^oCBgHNaEmD5vm{+9J)z=fxA<{Eps6_lz?-#Kqf~a zW2chcK?D`VZVo1hq6q$h*Xh1KllE@!o%?a_xrcl&6lSds0BE#2Xtqm)O!!_X0Kjo= ziAB>`q=!8yn#RJcS~6MF4aA?3d|#6bK7x1Ju5MztULrm0CFZy`5qE2}Iue)#0m@cI zCT&+YaX+6Vo*oknhJ6Bn9Nq2eCT2kZ0CKX5@77Cf<_q~QG6Mh@4Ev-Oa}w*~d!e`{ z7nH4vTummiPyk@o>M*ModT&n;4F3|7xGMlW_g=t)rpH8Hg%wu^FjfE{1ygrxv^uz- zPhbrk*Cw-8N4NX>fXUss&~a_bUM1^|`PaA5bOX5wny X9aRO#cu-O100000NkvXXu0mjfHc!f0 literal 0 HcmV?d00001 diff --git a/input/assets/bountifulfares/textures/block/plum_leaves.png b/input/assets/bountifulfares/textures/block/plum_leaves.png new file mode 100644 index 0000000000000000000000000000000000000000..b288928e04ff00bbe41c73037a13e6124c1833f7 GIT binary patch literal 581 zcmV-L0=oT)P)Px$|4BqaR5*=olQC!_K@^6+5i1J?Ss|bZ+DJ&Tjj1dbyI5FQMg$wL5*rDe?L z*H@QnG@h9GY)T@T;&b-F@!(S|SMc?gX04<`TJLe37>*MI;CS$PeSX5%TRSl4=4sYS z3Lp}V1JJCMRHr*IVQEYxQ>W^G@6zDwEq~tMsn*+O*uPN#!~U0B)oArh!Sk5UrsUi_ zzTWaV`#8;VVyqTR(%B5MW>9dqS)%|( z{~938L71KHzyvu6*t>@p6L-!|E69NBt4jq?t+#DcI-9XHl;b8&Db2s?$R7QhXkP5)p~E? z$z3ob^52}h7j(J<6HX*kRynwva1dwzW0FXw_?A34MO8v0LxK=jizUT!1#$Klbp{vi TUkK9B00000NkvXXu0mjfgHZ#8 literal 0 HcmV?d00001 diff --git a/input/assets/bountifulfares/textures/block/walnut_leaves.png b/input/assets/bountifulfares/textures/block/walnut_leaves.png new file mode 100644 index 0000000000000000000000000000000000000000..0c0fed6c55f8ccaceec560e62cfa24577c867a92 GIT binary patch literal 581 zcmV-L0=oT)P)Px$|4BqaR5*=Yld)OO z0SP39q#0PUdm-J_!w90jfygjU;WOMV!nuq&&4t6c=luVF{-Yut8-PyGR@2$s)EadF zvcr*w`#ZH*u1t0~()2w#L0k2Q6LT&Kw0=_n4nUFTL^?JP_jf8g90AyGcLYJ#jKiL4 z`W_Om&yQ*_3YpI420#HsIyRdmWxw6o&XJByk>`xVo}v_z2N;Jvg8$4 zxhU}b7A%%41E25LNs*3?a9u1{MrtJ%%aw7m!;$`QV#Z-l)f#n#pU^08MM4IR!=7^X z+a0y)l`Tq>wJmJ=o)u9xB&*&eDUptiQ&v68PqtYnXe-%!q+?5Mzul20YpcsQ0D*pe zdt=Sw`7P39&ABM7uub11%TJt(f=q zsz}G?`_CVrMiOfR) int: notint_overrides = jsonData["noTint"] block_texture_overrides = jsonData["blockTextures"] overlay_textures = jsonData["overlayTextures"] + overlay_variants = jsonData["overlayVariants"] compileonly_textures = jsonData["compileOnly"] block_id_overrides = jsonData["blockIds"] leaves_with_carpet = jsonData["leavesWithCarpet"] @@ -75,7 +76,8 @@ def processLeaf(root, files, infile, jsonData, args) -> int: leaf.use_legacy_model = shouldUseLegacyModel(leaf, root, infile, args) # Generate texture - if not leaf.use_legacy_model: generateTexture(root, infile, args.programmer) + if not (leaf.use_legacy_model or leaf.getId() in overlay_variants.keys()): + generateTexture(root, infile, args.programmer) # Set block id and apply overrides if leaf.getId() in block_id_overrides: @@ -101,6 +103,11 @@ def processLeaf(root, files, infile, jsonData, args) -> int: leaf.base_model = "leaves_overlay" leaf.overlay_texture_id = overlay_textures[leaf.getId()] printOverride("Has overlay texture: "+leaf.overlay_texture_id) + elif leaf.getId() in overlay_variants: + leaf.base_model = "leaves_overlay" + leaf.overlay_texture_id = leaf.getTextureId() + leaf.texture_id_override = overlay_variants[leaf.getId()] + printOverride("Has overlay variant: "+leaf.texture_id_override) # Check if the block has a dynamic trees addon namespace