From c42dbfdf87eb92829299dd3c1b60af857133d2b8 Mon Sep 17 00:00:00 2001 From: paulevsGitch Date: Fri, 25 Dec 2020 19:21:06 +0300 Subject: [PATCH] Fern randomization & jellyshroom item texture --- .../ru/betterend/registry/EndFeatures.java | 2 +- .../betterend/blockstates/jungle_fern.json | 48 ++++++- .../materialmaps/block/jungle_fern.json | 24 ++++ .../{jungle_fern.json => jungle_fern_1.json} | 0 .../betterend/models/block/jungle_fern_2.json | 129 ++++++++++++++++++ .../betterend/models/block/jungle_fern_3.json | 129 ++++++++++++++++++ .../betterend/models/block/jungle_fern_4.json | 129 ++++++++++++++++++ .../betterend/models/block/jungle_fern_5.json | 129 ++++++++++++++++++ .../betterend/models/block/jungle_fern_6.json | 129 ++++++++++++++++++ .../betterend/models/block/jungle_fern_7.json | 129 ++++++++++++++++++ .../betterend/models/block/jungle_fern_8.json | 129 ++++++++++++++++++ .../betterend/models/block/jungle_fern_9.json | 129 ++++++++++++++++++ .../models/item/small_jellyshroom.json | 6 + .../textures/block/jungle_fern_leaf_2.png | Bin 0 -> 1794 bytes .../textures/block/jungle_fern_leaf_3.png | Bin 0 -> 1765 bytes .../textures/block/jungle_fern_middle_2.png | Bin 0 -> 2018 bytes .../textures/block/jungle_fern_middle_3.png | Bin 0 -> 1928 bytes .../textures/block/jungle_fern_spore_2.png | Bin 0 -> 1926 bytes .../textures/block/jungle_fern_spore_3.png | Bin 0 -> 1877 bytes .../textures/item/small_jellyshroom.png | Bin 0 -> 448 bytes 20 files changed, 1107 insertions(+), 5 deletions(-) rename src/main/resources/assets/betterend/models/block/{jungle_fern.json => jungle_fern_1.json} (100%) create mode 100644 src/main/resources/assets/betterend/models/block/jungle_fern_2.json create mode 100644 src/main/resources/assets/betterend/models/block/jungle_fern_3.json create mode 100644 src/main/resources/assets/betterend/models/block/jungle_fern_4.json create mode 100644 src/main/resources/assets/betterend/models/block/jungle_fern_5.json create mode 100644 src/main/resources/assets/betterend/models/block/jungle_fern_6.json create mode 100644 src/main/resources/assets/betterend/models/block/jungle_fern_7.json create mode 100644 src/main/resources/assets/betterend/models/block/jungle_fern_8.json create mode 100644 src/main/resources/assets/betterend/models/block/jungle_fern_9.json create mode 100644 src/main/resources/assets/betterend/models/item/small_jellyshroom.json create mode 100644 src/main/resources/assets/betterend/textures/block/jungle_fern_leaf_2.png create mode 100644 src/main/resources/assets/betterend/textures/block/jungle_fern_leaf_3.png create mode 100644 src/main/resources/assets/betterend/textures/block/jungle_fern_middle_2.png create mode 100644 src/main/resources/assets/betterend/textures/block/jungle_fern_middle_3.png create mode 100644 src/main/resources/assets/betterend/textures/block/jungle_fern_spore_2.png create mode 100644 src/main/resources/assets/betterend/textures/block/jungle_fern_spore_3.png create mode 100644 src/main/resources/assets/betterend/textures/item/small_jellyshroom.png diff --git a/src/main/java/ru/betterend/registry/EndFeatures.java b/src/main/java/ru/betterend/registry/EndFeatures.java index 8bf0f4ec..8236c97f 100644 --- a/src/main/java/ru/betterend/registry/EndFeatures.java +++ b/src/main/java/ru/betterend/registry/EndFeatures.java @@ -107,7 +107,7 @@ public class EndFeatures { public static final EndFeature BULB_MOSS_WOOD = new EndFeature("bulb_moss_wood", new WallPlantOnLogFeature(EndBlocks.BULB_MOSS, 6), 15); public static final EndFeature SMALL_JELLYSHROOM_WALL = new EndFeature("small_jellyshroom_wall", new WallPlantFeature(EndBlocks.SMALL_JELLYSHROOM, 4), 4); public static final EndFeature SMALL_JELLYSHROOM_WOOD = new EndFeature("small_jellyshroom_wood", new WallPlantOnLogFeature(EndBlocks.SMALL_JELLYSHROOM, 4), 8); - public static final EndFeature JUNGLE_FERN_WOOD = new EndFeature("jungle_fern_wood", new WallPlantOnLogFeature(EndBlocks.JUNGLE_FERN, 4), 8); + public static final EndFeature JUNGLE_FERN_WOOD = new EndFeature("jungle_fern_wood", new WallPlantOnLogFeature(EndBlocks.JUNGLE_FERN, 3), 12); // Water // public static final EndFeature BUBBLE_CORAL = new EndFeature("bubble_coral", new UnderwaterPlantFeature(EndBlocks.BUBBLE_CORAL, 6), 10); diff --git a/src/main/resources/assets/betterend/blockstates/jungle_fern.json b/src/main/resources/assets/betterend/blockstates/jungle_fern.json index 2abe9492..d5fd0e42 100644 --- a/src/main/resources/assets/betterend/blockstates/jungle_fern.json +++ b/src/main/resources/assets/betterend/blockstates/jungle_fern.json @@ -1,8 +1,48 @@ { "variants": { - "facing=north": { "model": "betterend:block/jungle_fern", "y": 180 }, - "facing=south": { "model": "betterend:block/jungle_fern" }, - "facing=east": { "model": "betterend:block/jungle_fern", "y": 270 }, - "facing=west": { "model": "betterend:block/jungle_fern", "y": 90 } + "facing=north": [ + { "model": "betterend:block/jungle_fern_1", "y": 180 }, + { "model": "betterend:block/jungle_fern_2", "y": 180 }, + { "model": "betterend:block/jungle_fern_3", "y": 180 }, + { "model": "betterend:block/jungle_fern_4", "y": 180 }, + { "model": "betterend:block/jungle_fern_5", "y": 180 }, + { "model": "betterend:block/jungle_fern_6", "y": 180 }, + { "model": "betterend:block/jungle_fern_7", "y": 180 }, + { "model": "betterend:block/jungle_fern_8", "y": 180 }, + { "model": "betterend:block/jungle_fern_9", "y": 180 } + ], + "facing=south": [ + { "model": "betterend:block/jungle_fern_1" }, + { "model": "betterend:block/jungle_fern_2" }, + { "model": "betterend:block/jungle_fern_3" }, + { "model": "betterend:block/jungle_fern_4" }, + { "model": "betterend:block/jungle_fern_5" }, + { "model": "betterend:block/jungle_fern_6" }, + { "model": "betterend:block/jungle_fern_7" }, + { "model": "betterend:block/jungle_fern_8" }, + { "model": "betterend:block/jungle_fern_9" } + ], + "facing=east": [ + { "model": "betterend:block/jungle_fern_1", "y": 270 }, + { "model": "betterend:block/jungle_fern_2", "y": 270 }, + { "model": "betterend:block/jungle_fern_3", "y": 270 }, + { "model": "betterend:block/jungle_fern_4", "y": 270 }, + { "model": "betterend:block/jungle_fern_5", "y": 270 }, + { "model": "betterend:block/jungle_fern_6", "y": 270 }, + { "model": "betterend:block/jungle_fern_7", "y": 270 }, + { "model": "betterend:block/jungle_fern_8", "y": 270 }, + { "model": "betterend:block/jungle_fern_9", "y": 270 } + ], + "facing=west": [ + { "model": "betterend:block/jungle_fern_1", "y": 90 }, + { "model": "betterend:block/jungle_fern_2", "y": 90 }, + { "model": "betterend:block/jungle_fern_3", "y": 90 }, + { "model": "betterend:block/jungle_fern_4", "y": 90 }, + { "model": "betterend:block/jungle_fern_5", "y": 90 }, + { "model": "betterend:block/jungle_fern_6", "y": 90 }, + { "model": "betterend:block/jungle_fern_7", "y": 90 }, + { "model": "betterend:block/jungle_fern_8", "y": 90 }, + { "model": "betterend:block/jungle_fern_9", "y": 90 } + ] } } diff --git a/src/main/resources/assets/betterend/materialmaps/block/jungle_fern.json b/src/main/resources/assets/betterend/materialmaps/block/jungle_fern.json index 6c554732..11187571 100644 --- a/src/main/resources/assets/betterend/materialmaps/block/jungle_fern.json +++ b/src/main/resources/assets/betterend/materialmaps/block/jungle_fern.json @@ -5,13 +5,37 @@ "sprite": "betterend:block/jungle_fern_leaf", "material": "betterend:waving_wall" }, + { + "sprite": "betterend:block/jungle_fern_leaf_2", + "material": "betterend:waving_wall" + }, + { + "sprite": "betterend:block/jungle_fern_leaf_3", + "material": "betterend:waving_wall" + }, { "sprite": "betterend:block/jungle_fern_middle", "material": "betterend:waving_wall" }, + { + "sprite": "betterend:block/jungle_fern_middle_2", + "material": "betterend:waving_wall" + }, + { + "sprite": "betterend:block/jungle_fern_middle_3", + "material": "betterend:waving_wall" + }, { "sprite": "betterend:block/jungle_fern_spore", "material": "betterend:waving_small" + }, + { + "sprite": "betterend:block/jungle_fern_spore_2", + "material": "betterend:waving_small" + }, + { + "sprite": "betterend:block/jungle_fern_spore_3", + "material": "betterend:waving_small" } ] } diff --git a/src/main/resources/assets/betterend/models/block/jungle_fern.json b/src/main/resources/assets/betterend/models/block/jungle_fern_1.json similarity index 100% rename from src/main/resources/assets/betterend/models/block/jungle_fern.json rename to src/main/resources/assets/betterend/models/block/jungle_fern_1.json diff --git a/src/main/resources/assets/betterend/models/block/jungle_fern_2.json b/src/main/resources/assets/betterend/models/block/jungle_fern_2.json new file mode 100644 index 00000000..ebba05a9 --- /dev/null +++ b/src/main/resources/assets/betterend/models/block/jungle_fern_2.json @@ -0,0 +1,129 @@ +{ + "__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio", + "textures": { + "particle": "betterend:block/jungle_fern_leaf", + "texture": "betterend:block/jungle_fern_leaf", + "spore": "betterend:block/jungle_fern_spore", + "texture1": "betterend:block/jungle_fern_middle" + }, + "elements": [ + { + "__comment": "PlaneY3", + "from": [ 0, 11, 0 ], + "to": [ 16, 11.001, 8 ], + "rotation": { "origin": [ 0, 11, 0 ], "axis": "x", "angle": -22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 16, 8, 0, 16 ], "texture": "#texture" }, + "up": { "uv": [ 16, 16, 0, 8 ], "texture": "#texture" } + } + }, + { + "__comment": "PlaneY6", + "from": [ 8, 10.875, -7 ], + "to": [ 16, 10.876, 9 ], + "rotation": { "origin": [ 8, 10.875, -7 ], "axis": "z", "angle": 22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 16, 8, 0, 16 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "rotation": 90 } + } + }, + { + "__comment": "PlaneY6", + "from": [ 0, 10.874, -7 ], + "to": [ 8, 10.875, 9 ], + "rotation": { "origin": [ 8, 10.875, -7 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 16, 16, 0, 8 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 16, 16, 8 ], "texture": "#texture", "rotation": 90 } + } + }, + { + "__comment": "PlaneY8", + "from": [ 0, 14, 7.375 ], + "to": [ 16, 14.001, 15.375 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 0, 0, 8 ], "texture": "#texture" }, + "up": { "uv": [ 16, 8, 0, 0 ], "texture": "#texture" } + } + }, + { + "__comment": "PlaneY9", + "from": [ 15.25, 13.875, -7 ], + "to": [ 23.25, 13.876, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 0, 0, 8 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 8 ], "texture": "#texture", "rotation": 90 } + } + }, + { + "__comment": "PlaneY9", + "from": [ -7.25, 13.875, -7 ], + "to": [ 0.75, 13.876, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 8, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 8, 16, 0 ], "texture": "#texture", "rotation": 90 } + } + }, + { + "__comment": "PlaneX11", + "from": [ 8, -2, 0 ], + "to": [ 8.001, 14, 16 ], + "rotation": { "origin": [ 8, -2, 0 ], "axis": "y", "angle": 45 }, + "shade": false, + "faces": { + "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#spore" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#spore" } + } + }, + { + "__comment": "PlaneX11", + "from": [ 8, -2, 0 ], + "to": [ 8.001, 14, 16 ], + "rotation": { "origin": [ 8, -2, 0 ], "axis": "y", "angle": -45 }, + "shade": false, + "faces": { + "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#spore" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#spore" } + } + }, + { + "__comment": "PlaneY9", + "from": [ 8.5, 11, -10 ], + "to": [ 24.5, 11.001, 6 ], + "rotation": { "origin": [ 24.5, 11, 6 ], "axis": "y", "angle": 45 }, + "shade": false, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 } + } + }, + { + "__comment": "PlaneY9", + "from": [ -13.0001, 10.625, 1.5 ], + "to": [ 2.9999, 10.626, 17.5 ], + "rotation": { "origin": [ 3, 10.625, 17.5 ], "axis": "y", "angle": -45 }, + "shade": false, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 } + } + }, + { + "__comment": "PlaneZ12", + "from": [ 0, 11, 0.5 ], + "to": [ 16, 27, 0.501 ], + "rotation": { "origin": [ 0, 11, 0.5 ], "axis": "x", "angle": 22.5 }, + "shade": false, + "faces": { + "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture1" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture1" } + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/betterend/models/block/jungle_fern_3.json b/src/main/resources/assets/betterend/models/block/jungle_fern_3.json new file mode 100644 index 00000000..6af45852 --- /dev/null +++ b/src/main/resources/assets/betterend/models/block/jungle_fern_3.json @@ -0,0 +1,129 @@ +{ + "__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio", + "textures": { + "particle": "betterend:block/jungle_fern_leaf", + "texture": "betterend:block/jungle_fern_leaf", + "spore": "betterend:block/jungle_fern_spore", + "texture1": "betterend:block/jungle_fern_middle" + }, + "elements": [ + { + "__comment": "PlaneY3", + "from": [ 0, 4, 0 ], + "to": [ 16, 4.001, 8 ], + "rotation": { "origin": [ 0, 4, 0 ], "axis": "x", "angle": -22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 16, 8, 0, 16 ], "texture": "#texture" }, + "up": { "uv": [ 16, 16, 0, 8 ], "texture": "#texture" } + } + }, + { + "__comment": "PlaneY6", + "from": [ 8, 3.875, -7 ], + "to": [ 16, 3.876, 9 ], + "rotation": { "origin": [ 8, 3.875, -7 ], "axis": "z", "angle": 22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 16, 8, 0, 16 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "rotation": 90 } + } + }, + { + "__comment": "PlaneY6", + "from": [ 0, 3.874, -7 ], + "to": [ 8, 3.875, 9 ], + "rotation": { "origin": [ 8, 3.875, -7 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 16, 16, 0, 8 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 16, 16, 8 ], "texture": "#texture", "rotation": 90 } + } + }, + { + "__comment": "PlaneY8", + "from": [ 0, 7, 7.375 ], + "to": [ 16, 7.001, 15.375 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 0, 0, 8 ], "texture": "#texture" }, + "up": { "uv": [ 16, 8, 0, 0 ], "texture": "#texture" } + } + }, + { + "__comment": "PlaneY9", + "from": [ 15.25, 6.875, -7 ], + "to": [ 23.25, 6.876, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 0, 0, 8 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 8 ], "texture": "#texture", "rotation": 90 } + } + }, + { + "__comment": "PlaneY9", + "from": [ -7.25, 6.875, -7 ], + "to": [ 0.75, 6.876, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 8, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 8, 16, 0 ], "texture": "#texture", "rotation": 90 } + } + }, + { + "__comment": "PlaneX11", + "from": [ 8, -9, 0 ], + "to": [ 8.001, 7, 16 ], + "rotation": { "origin": [ 8, -9, 0 ], "axis": "y", "angle": 45 }, + "shade": false, + "faces": { + "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#spore" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#spore" } + } + }, + { + "__comment": "PlaneX11", + "from": [ 8, -9, 0 ], + "to": [ 8.001, 7, 16 ], + "rotation": { "origin": [ 8, -9, 0 ], "axis": "y", "angle": -45 }, + "shade": false, + "faces": { + "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#spore" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#spore" } + } + }, + { + "__comment": "PlaneY9", + "from": [ 8.5, 4, -10 ], + "to": [ 24.5, 4.001, 6 ], + "rotation": { "origin": [ 24.5, 4, 6 ], "axis": "y", "angle": 45 }, + "shade": false, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 } + } + }, + { + "__comment": "PlaneY9", + "from": [ -13.0001, 3.625, 1.5 ], + "to": [ 2.9999, 3.626, 17.5 ], + "rotation": { "origin": [ 3, 3.625, 17.5 ], "axis": "y", "angle": -45 }, + "shade": false, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 } + } + }, + { + "__comment": "PlaneZ12", + "from": [ 0, 4, 0.5 ], + "to": [ 16, 20, 0.501 ], + "rotation": { "origin": [ 0, 4, 0.5 ], "axis": "x", "angle": 22.5 }, + "shade": false, + "faces": { + "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture1" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture1" } + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/betterend/models/block/jungle_fern_4.json b/src/main/resources/assets/betterend/models/block/jungle_fern_4.json new file mode 100644 index 00000000..c2f88121 --- /dev/null +++ b/src/main/resources/assets/betterend/models/block/jungle_fern_4.json @@ -0,0 +1,129 @@ +{ + "__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio", + "textures": { + "particle": "betterend:block/jungle_fern_leaf_2", + "texture": "betterend:block/jungle_fern_leaf_2", + "spore": "betterend:block/jungle_fern_spore_2", + "texture1": "betterend:block/jungle_fern_middle_2" + }, + "elements": [ + { + "__comment": "PlaneY3", + "from": [ 0, 8, 0 ], + "to": [ 16, 8.001, 8 ], + "rotation": { "origin": [ 0, 8, 0 ], "axis": "x", "angle": -22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 16, 8, 0, 16 ], "texture": "#texture" }, + "up": { "uv": [ 16, 16, 0, 8 ], "texture": "#texture" } + } + }, + { + "__comment": "PlaneY6", + "from": [ 8, 7.875, -7 ], + "to": [ 16, 7.876, 9 ], + "rotation": { "origin": [ 8, 7.875, -7 ], "axis": "z", "angle": 22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 16, 8, 0, 16 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "rotation": 90 } + } + }, + { + "__comment": "PlaneY6", + "from": [ 0, 7.874, -7 ], + "to": [ 8, 7.875, 9 ], + "rotation": { "origin": [ 8, 7.875, -7 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 16, 16, 0, 8 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 16, 16, 8 ], "texture": "#texture", "rotation": 90 } + } + }, + { + "__comment": "PlaneY8", + "from": [ 0, 11, 7.375 ], + "to": [ 16, 11.001, 15.375 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 0, 0, 8 ], "texture": "#texture" }, + "up": { "uv": [ 16, 8, 0, 0 ], "texture": "#texture" } + } + }, + { + "__comment": "PlaneY9", + "from": [ 15.25, 10.875, -7 ], + "to": [ 23.25, 10.876, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 0, 0, 8 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 8 ], "texture": "#texture", "rotation": 90 } + } + }, + { + "__comment": "PlaneY9", + "from": [ -7.25, 10.875, -7 ], + "to": [ 0.75, 10.876, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 8, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 8, 16, 0 ], "texture": "#texture", "rotation": 90 } + } + }, + { + "__comment": "PlaneX11", + "from": [ 8, -5, 0 ], + "to": [ 8.001, 11, 16 ], + "rotation": { "origin": [ 8, -5, 0 ], "axis": "y", "angle": 45 }, + "shade": false, + "faces": { + "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#spore" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#spore" } + } + }, + { + "__comment": "PlaneX11", + "from": [ 8, -5, 0 ], + "to": [ 8.001, 11, 16 ], + "rotation": { "origin": [ 8, -5, 0 ], "axis": "y", "angle": -45 }, + "shade": false, + "faces": { + "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#spore" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#spore" } + } + }, + { + "__comment": "PlaneY9", + "from": [ 8.5, 8, -10 ], + "to": [ 24.5, 8.001, 6 ], + "rotation": { "origin": [ 24.5, 8, 6 ], "axis": "y", "angle": 45 }, + "shade": false, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 } + } + }, + { + "__comment": "PlaneY9", + "from": [ -13.0001, 7.625, 1.5 ], + "to": [ 2.9999, 7.626, 17.5 ], + "rotation": { "origin": [ 3, 7.625, 17.5 ], "axis": "y", "angle": -45 }, + "shade": false, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 } + } + }, + { + "__comment": "PlaneZ12", + "from": [ 0, 8, 0.5 ], + "to": [ 16, 24, 0.501 ], + "rotation": { "origin": [ 0, 8, 0.5 ], "axis": "x", "angle": 22.5 }, + "shade": false, + "faces": { + "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture1" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture1" } + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/betterend/models/block/jungle_fern_5.json b/src/main/resources/assets/betterend/models/block/jungle_fern_5.json new file mode 100644 index 00000000..bb2df430 --- /dev/null +++ b/src/main/resources/assets/betterend/models/block/jungle_fern_5.json @@ -0,0 +1,129 @@ +{ + "__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio", + "textures": { + "particle": "betterend:block/jungle_fern_leaf_2", + "texture": "betterend:block/jungle_fern_leaf_2", + "spore": "betterend:block/jungle_fern_spore_2", + "texture1": "betterend:block/jungle_fern_middle_2" + }, + "elements": [ + { + "__comment": "PlaneY3", + "from": [ 0, 11, 0 ], + "to": [ 16, 11.001, 8 ], + "rotation": { "origin": [ 0, 11, 0 ], "axis": "x", "angle": -22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 16, 8, 0, 16 ], "texture": "#texture" }, + "up": { "uv": [ 16, 16, 0, 8 ], "texture": "#texture" } + } + }, + { + "__comment": "PlaneY6", + "from": [ 8, 10.875, -7 ], + "to": [ 16, 10.876, 9 ], + "rotation": { "origin": [ 8, 10.875, -7 ], "axis": "z", "angle": 22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 16, 8, 0, 16 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "rotation": 90 } + } + }, + { + "__comment": "PlaneY6", + "from": [ 0, 10.874, -7 ], + "to": [ 8, 10.875, 9 ], + "rotation": { "origin": [ 8, 10.875, -7 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 16, 16, 0, 8 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 16, 16, 8 ], "texture": "#texture", "rotation": 90 } + } + }, + { + "__comment": "PlaneY8", + "from": [ 0, 14, 7.375 ], + "to": [ 16, 14.001, 15.375 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 0, 0, 8 ], "texture": "#texture" }, + "up": { "uv": [ 16, 8, 0, 0 ], "texture": "#texture" } + } + }, + { + "__comment": "PlaneY9", + "from": [ 15.25, 13.875, -7 ], + "to": [ 23.25, 13.876, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 0, 0, 8 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 8 ], "texture": "#texture", "rotation": 90 } + } + }, + { + "__comment": "PlaneY9", + "from": [ -7.25, 13.875, -7 ], + "to": [ 0.75, 13.876, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 8, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 8, 16, 0 ], "texture": "#texture", "rotation": 90 } + } + }, + { + "__comment": "PlaneX11", + "from": [ 8, -2, 0 ], + "to": [ 8.001, 14, 16 ], + "rotation": { "origin": [ 8, -2, 0 ], "axis": "y", "angle": 45 }, + "shade": false, + "faces": { + "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#spore" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#spore" } + } + }, + { + "__comment": "PlaneX11", + "from": [ 8, -2, 0 ], + "to": [ 8.001, 14, 16 ], + "rotation": { "origin": [ 8, -2, 0 ], "axis": "y", "angle": -45 }, + "shade": false, + "faces": { + "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#spore" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#spore" } + } + }, + { + "__comment": "PlaneY9", + "from": [ 8.5, 11, -10 ], + "to": [ 24.5, 11.001, 6 ], + "rotation": { "origin": [ 24.5, 11, 6 ], "axis": "y", "angle": 45 }, + "shade": false, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 } + } + }, + { + "__comment": "PlaneY9", + "from": [ -13.0001, 10.625, 1.5 ], + "to": [ 2.9999, 10.626, 17.5 ], + "rotation": { "origin": [ 3, 10.625, 17.5 ], "axis": "y", "angle": -45 }, + "shade": false, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 } + } + }, + { + "__comment": "PlaneZ12", + "from": [ 0, 11, 0.5 ], + "to": [ 16, 27, 0.501 ], + "rotation": { "origin": [ 0, 11, 0.5 ], "axis": "x", "angle": 22.5 }, + "shade": false, + "faces": { + "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture1" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture1" } + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/betterend/models/block/jungle_fern_6.json b/src/main/resources/assets/betterend/models/block/jungle_fern_6.json new file mode 100644 index 00000000..aa658bf8 --- /dev/null +++ b/src/main/resources/assets/betterend/models/block/jungle_fern_6.json @@ -0,0 +1,129 @@ +{ + "__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio", + "textures": { + "particle": "betterend:block/jungle_fern_leaf_2", + "texture": "betterend:block/jungle_fern_leaf_2", + "spore": "betterend:block/jungle_fern_spore_2", + "texture1": "betterend:block/jungle_fern_middle_2" + }, + "elements": [ + { + "__comment": "PlaneY3", + "from": [ 0, 4, 0 ], + "to": [ 16, 4.001, 8 ], + "rotation": { "origin": [ 0, 4, 0 ], "axis": "x", "angle": -22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 16, 8, 0, 16 ], "texture": "#texture" }, + "up": { "uv": [ 16, 16, 0, 8 ], "texture": "#texture" } + } + }, + { + "__comment": "PlaneY6", + "from": [ 8, 3.875, -7 ], + "to": [ 16, 3.876, 9 ], + "rotation": { "origin": [ 8, 3.875, -7 ], "axis": "z", "angle": 22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 16, 8, 0, 16 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "rotation": 90 } + } + }, + { + "__comment": "PlaneY6", + "from": [ 0, 3.874, -7 ], + "to": [ 8, 3.875, 9 ], + "rotation": { "origin": [ 8, 3.875, -7 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 16, 16, 0, 8 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 16, 16, 8 ], "texture": "#texture", "rotation": 90 } + } + }, + { + "__comment": "PlaneY8", + "from": [ 0, 7, 7.375 ], + "to": [ 16, 7.001, 15.375 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 0, 0, 8 ], "texture": "#texture" }, + "up": { "uv": [ 16, 8, 0, 0 ], "texture": "#texture" } + } + }, + { + "__comment": "PlaneY9", + "from": [ 15.25, 6.875, -7 ], + "to": [ 23.25, 6.876, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 0, 0, 8 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 8 ], "texture": "#texture", "rotation": 90 } + } + }, + { + "__comment": "PlaneY9", + "from": [ -7.25, 6.875, -7 ], + "to": [ 0.75, 6.876, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 8, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 8, 16, 0 ], "texture": "#texture", "rotation": 90 } + } + }, + { + "__comment": "PlaneX11", + "from": [ 8, -9, 0 ], + "to": [ 8.001, 7, 16 ], + "rotation": { "origin": [ 8, -9, 0 ], "axis": "y", "angle": 45 }, + "shade": false, + "faces": { + "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#spore" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#spore" } + } + }, + { + "__comment": "PlaneX11", + "from": [ 8, -9, 0 ], + "to": [ 8.001, 7, 16 ], + "rotation": { "origin": [ 8, -9, 0 ], "axis": "y", "angle": -45 }, + "shade": false, + "faces": { + "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#spore" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#spore" } + } + }, + { + "__comment": "PlaneY9", + "from": [ 8.5, 4, -10 ], + "to": [ 24.5, 4.001, 6 ], + "rotation": { "origin": [ 24.5, 4, 6 ], "axis": "y", "angle": 45 }, + "shade": false, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 } + } + }, + { + "__comment": "PlaneY9", + "from": [ -13.0001, 3.625, 1.5 ], + "to": [ 2.9999, 3.626, 17.5 ], + "rotation": { "origin": [ 3, 3.625, 17.5 ], "axis": "y", "angle": -45 }, + "shade": false, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 } + } + }, + { + "__comment": "PlaneZ12", + "from": [ 0, 4, 0.5 ], + "to": [ 16, 20, 0.501 ], + "rotation": { "origin": [ 0, 4, 0.5 ], "axis": "x", "angle": 22.5 }, + "shade": false, + "faces": { + "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture1" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture1" } + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/betterend/models/block/jungle_fern_7.json b/src/main/resources/assets/betterend/models/block/jungle_fern_7.json new file mode 100644 index 00000000..c6c4c432 --- /dev/null +++ b/src/main/resources/assets/betterend/models/block/jungle_fern_7.json @@ -0,0 +1,129 @@ +{ + "__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio", + "textures": { + "particle": "betterend:block/jungle_fern_leaf_3", + "texture": "betterend:block/jungle_fern_leaf_3", + "spore": "betterend:block/jungle_fern_spore_3", + "texture1": "betterend:block/jungle_fern_middle_3" + }, + "elements": [ + { + "__comment": "PlaneY3", + "from": [ 0, 8, 0 ], + "to": [ 16, 8.001, 8 ], + "rotation": { "origin": [ 0, 8, 0 ], "axis": "x", "angle": -22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 16, 8, 0, 16 ], "texture": "#texture" }, + "up": { "uv": [ 16, 16, 0, 8 ], "texture": "#texture" } + } + }, + { + "__comment": "PlaneY6", + "from": [ 8, 7.875, -7 ], + "to": [ 16, 7.876, 9 ], + "rotation": { "origin": [ 8, 7.875, -7 ], "axis": "z", "angle": 22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 16, 8, 0, 16 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "rotation": 90 } + } + }, + { + "__comment": "PlaneY6", + "from": [ 0, 7.874, -7 ], + "to": [ 8, 7.875, 9 ], + "rotation": { "origin": [ 8, 7.875, -7 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 16, 16, 0, 8 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 16, 16, 8 ], "texture": "#texture", "rotation": 90 } + } + }, + { + "__comment": "PlaneY8", + "from": [ 0, 11, 7.375 ], + "to": [ 16, 11.001, 15.375 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 0, 0, 8 ], "texture": "#texture" }, + "up": { "uv": [ 16, 8, 0, 0 ], "texture": "#texture" } + } + }, + { + "__comment": "PlaneY9", + "from": [ 15.25, 10.875, -7 ], + "to": [ 23.25, 10.876, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 0, 0, 8 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 8 ], "texture": "#texture", "rotation": 90 } + } + }, + { + "__comment": "PlaneY9", + "from": [ -7.25, 10.875, -7 ], + "to": [ 0.75, 10.876, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 8, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 8, 16, 0 ], "texture": "#texture", "rotation": 90 } + } + }, + { + "__comment": "PlaneX11", + "from": [ 8, -5, 0 ], + "to": [ 8.001, 11, 16 ], + "rotation": { "origin": [ 8, -5, 0 ], "axis": "y", "angle": 45 }, + "shade": false, + "faces": { + "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#spore" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#spore" } + } + }, + { + "__comment": "PlaneX11", + "from": [ 8, -5, 0 ], + "to": [ 8.001, 11, 16 ], + "rotation": { "origin": [ 8, -5, 0 ], "axis": "y", "angle": -45 }, + "shade": false, + "faces": { + "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#spore" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#spore" } + } + }, + { + "__comment": "PlaneY9", + "from": [ 8.5, 8, -10 ], + "to": [ 24.5, 8.001, 6 ], + "rotation": { "origin": [ 24.5, 8, 6 ], "axis": "y", "angle": 45 }, + "shade": false, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 } + } + }, + { + "__comment": "PlaneY9", + "from": [ -13.0001, 7.625, 1.5 ], + "to": [ 2.9999, 7.626, 17.5 ], + "rotation": { "origin": [ 3, 7.625, 17.5 ], "axis": "y", "angle": -45 }, + "shade": false, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 } + } + }, + { + "__comment": "PlaneZ12", + "from": [ 0, 8, 0.5 ], + "to": [ 16, 24, 0.501 ], + "rotation": { "origin": [ 0, 8, 0.5 ], "axis": "x", "angle": 22.5 }, + "shade": false, + "faces": { + "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture1" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture1" } + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/betterend/models/block/jungle_fern_8.json b/src/main/resources/assets/betterend/models/block/jungle_fern_8.json new file mode 100644 index 00000000..40c88af8 --- /dev/null +++ b/src/main/resources/assets/betterend/models/block/jungle_fern_8.json @@ -0,0 +1,129 @@ +{ + "__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio", + "textures": { + "particle": "betterend:block/jungle_fern_leaf_3", + "texture": "betterend:block/jungle_fern_leaf_3", + "spore": "betterend:block/jungle_fern_spore_3", + "texture1": "betterend:block/jungle_fern_middle_3" + }, + "elements": [ + { + "__comment": "PlaneY3", + "from": [ 0, 11, 0 ], + "to": [ 16, 11.001, 8 ], + "rotation": { "origin": [ 0, 11, 0 ], "axis": "x", "angle": -22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 16, 8, 0, 16 ], "texture": "#texture" }, + "up": { "uv": [ 16, 16, 0, 8 ], "texture": "#texture" } + } + }, + { + "__comment": "PlaneY6", + "from": [ 8, 10.875, -7 ], + "to": [ 16, 10.876, 9 ], + "rotation": { "origin": [ 8, 10.875, -7 ], "axis": "z", "angle": 22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 16, 8, 0, 16 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "rotation": 90 } + } + }, + { + "__comment": "PlaneY6", + "from": [ 0, 10.874, -7 ], + "to": [ 8, 10.875, 9 ], + "rotation": { "origin": [ 8, 10.875, -7 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 16, 16, 0, 8 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 16, 16, 8 ], "texture": "#texture", "rotation": 90 } + } + }, + { + "__comment": "PlaneY8", + "from": [ 0, 14, 7.375 ], + "to": [ 16, 14.001, 15.375 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 0, 0, 8 ], "texture": "#texture" }, + "up": { "uv": [ 16, 8, 0, 0 ], "texture": "#texture" } + } + }, + { + "__comment": "PlaneY9", + "from": [ 15.25, 13.875, -7 ], + "to": [ 23.25, 13.876, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 0, 0, 8 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 8 ], "texture": "#texture", "rotation": 90 } + } + }, + { + "__comment": "PlaneY9", + "from": [ -7.25, 13.875, -7 ], + "to": [ 0.75, 13.876, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 8, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 8, 16, 0 ], "texture": "#texture", "rotation": 90 } + } + }, + { + "__comment": "PlaneX11", + "from": [ 8, -2, 0 ], + "to": [ 8.001, 14, 16 ], + "rotation": { "origin": [ 8, -2, 0 ], "axis": "y", "angle": 45 }, + "shade": false, + "faces": { + "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#spore" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#spore" } + } + }, + { + "__comment": "PlaneX11", + "from": [ 8, -2, 0 ], + "to": [ 8.001, 14, 16 ], + "rotation": { "origin": [ 8, -2, 0 ], "axis": "y", "angle": -45 }, + "shade": false, + "faces": { + "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#spore" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#spore" } + } + }, + { + "__comment": "PlaneY9", + "from": [ 8.5, 11, -10 ], + "to": [ 24.5, 11.001, 6 ], + "rotation": { "origin": [ 24.5, 11, 6 ], "axis": "y", "angle": 45 }, + "shade": false, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 } + } + }, + { + "__comment": "PlaneY9", + "from": [ -13.0001, 10.625, 1.5 ], + "to": [ 2.9999, 10.626, 17.5 ], + "rotation": { "origin": [ 3, 10.625, 17.5 ], "axis": "y", "angle": -45 }, + "shade": false, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 } + } + }, + { + "__comment": "PlaneZ12", + "from": [ 0, 11, 0.5 ], + "to": [ 16, 27, 0.501 ], + "rotation": { "origin": [ 0, 11, 0.5 ], "axis": "x", "angle": 22.5 }, + "shade": false, + "faces": { + "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture1" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture1" } + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/betterend/models/block/jungle_fern_9.json b/src/main/resources/assets/betterend/models/block/jungle_fern_9.json new file mode 100644 index 00000000..26fe4832 --- /dev/null +++ b/src/main/resources/assets/betterend/models/block/jungle_fern_9.json @@ -0,0 +1,129 @@ +{ + "__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio", + "textures": { + "particle": "betterend:block/jungle_fern_leaf_3", + "texture": "betterend:block/jungle_fern_leaf_3", + "spore": "betterend:block/jungle_fern_spore_3", + "texture1": "betterend:block/jungle_fern_middle_3" + }, + "elements": [ + { + "__comment": "PlaneY3", + "from": [ 0, 4, 0 ], + "to": [ 16, 4.001, 8 ], + "rotation": { "origin": [ 0, 4, 0 ], "axis": "x", "angle": -22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 16, 8, 0, 16 ], "texture": "#texture" }, + "up": { "uv": [ 16, 16, 0, 8 ], "texture": "#texture" } + } + }, + { + "__comment": "PlaneY6", + "from": [ 8, 3.875, -7 ], + "to": [ 16, 3.876, 9 ], + "rotation": { "origin": [ 8, 3.875, -7 ], "axis": "z", "angle": 22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 16, 8, 0, 16 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "rotation": 90 } + } + }, + { + "__comment": "PlaneY6", + "from": [ 0, 3.874, -7 ], + "to": [ 8, 3.875, 9 ], + "rotation": { "origin": [ 8, 3.875, -7 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 16, 16, 0, 8 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 16, 16, 8 ], "texture": "#texture", "rotation": 90 } + } + }, + { + "__comment": "PlaneY8", + "from": [ 0, 7, 7.375 ], + "to": [ 16, 7.001, 15.375 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 0, 0, 8 ], "texture": "#texture" }, + "up": { "uv": [ 16, 8, 0, 0 ], "texture": "#texture" } + } + }, + { + "__comment": "PlaneY9", + "from": [ 15.25, 6.875, -7 ], + "to": [ 23.25, 6.876, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 0, 0, 8 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 8 ], "texture": "#texture", "rotation": 90 } + } + }, + { + "__comment": "PlaneY9", + "from": [ -7.25, 6.875, -7 ], + "to": [ 0.75, 6.876, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 8, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 8, 16, 0 ], "texture": "#texture", "rotation": 90 } + } + }, + { + "__comment": "PlaneX11", + "from": [ 8, -9, 0 ], + "to": [ 8.001, 7, 16 ], + "rotation": { "origin": [ 8, -9, 0 ], "axis": "y", "angle": 45 }, + "shade": false, + "faces": { + "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#spore" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#spore" } + } + }, + { + "__comment": "PlaneX11", + "from": [ 8, -9, 0 ], + "to": [ 8.001, 7, 16 ], + "rotation": { "origin": [ 8, -9, 0 ], "axis": "y", "angle": -45 }, + "shade": false, + "faces": { + "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#spore" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#spore" } + } + }, + { + "__comment": "PlaneY9", + "from": [ 8.5, 4, -10 ], + "to": [ 24.5, 4.001, 6 ], + "rotation": { "origin": [ 24.5, 4, 6 ], "axis": "y", "angle": 45 }, + "shade": false, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 } + } + }, + { + "__comment": "PlaneY9", + "from": [ -13.0001, 3.625, 1.5 ], + "to": [ 2.9999, 3.626, 17.5 ], + "rotation": { "origin": [ 3, 3.625, 17.5 ], "axis": "y", "angle": -45 }, + "shade": false, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "rotation": 180 } + } + }, + { + "__comment": "PlaneZ12", + "from": [ 0, 4, 0.5 ], + "to": [ 16, 20, 0.501 ], + "rotation": { "origin": [ 0, 4, 0.5 ], "axis": "x", "angle": 22.5 }, + "shade": false, + "faces": { + "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture1" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture1" } + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/betterend/models/item/small_jellyshroom.json b/src/main/resources/assets/betterend/models/item/small_jellyshroom.json new file mode 100644 index 00000000..fb8aa2a9 --- /dev/null +++ b/src/main/resources/assets/betterend/models/item/small_jellyshroom.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "betterend:item/small_jellyshroom" + } +} diff --git a/src/main/resources/assets/betterend/textures/block/jungle_fern_leaf_2.png b/src/main/resources/assets/betterend/textures/block/jungle_fern_leaf_2.png new file mode 100644 index 0000000000000000000000000000000000000000..a41b3c52f714407de362f35e85b9cd7242e6c032 GIT binary patch literal 1794 zcmbVNdrTX396yGe8H*`g5L+@>-T$~ z-{<@Ow!hA|Ju@RO13{3?DzB#=zH^Lw?Hc$jxU$H>SDIG8-HnWlZ~6fWcLZIm3qjr+ zSiiunhVnYa+pHl-)~CjucAz*bA3;`AqQ6ORVrv;*4x2eaZUg3MSb=B+Dcu@XIKBhu zXd4KMk`w!7^el#of)i`BvIMJ?gLcu|rGkbopP%pQ;2i?CwJbBEG|E7RFwi+P8V*Ss z6Ln&7Vg~*;)HsI5A$o@sa~T%VCbkYOmsNmT%{CKHS}4@+Fq1aIL0KL~DT1`)gdHbo z6G1YBjiDWA^1`4w6fISS08{U&Oqzp|6KmIXg~9PiBw~)xW?2p5q{HFB2@0nu6GWJ_ zn51)2lca4eT0348Rn#Y|6%pzJ$Xm6PjMJ2ZoW% z%8F>sA5#Ec4>Y+`D<491)d4W zYM6sDi(xJZa77AYXeyITxg3&JXc&4&$Gu=#rb^OuPU1n8$BDtP&7vqUmJ-5hrv=)? z+pIQ|HDKXQC2dx_iFCAamH-`~Z6FZ^JnxbDPNTR>=Y{`yeupZ;DdR%7%@ZF6V=_wP z&B1s@4VEpIQYTxy0qkC;N-9Gl8t)N?z;B>jg@NWe5X zphq|rxPmZ||EbyVWwDgv#>g&@uM}S?6$#w3QIB&Zv~Z6=37%V8VuqAjgg}DZPlapl z)bS<&*KKo^$K@~CairnP>QCx&4!u?=zCAo_%YXAb_rCmdAOCr9{qzTO?%t=LZ<*Pt z9K*1+(hNP!zWB-%EsWUvFU@t=^u>0MU+{qD%Ej&j&n(_Gwr$J#mUBPfI82^>%Gdhs zq1W&2sqyaGo3<)iBn_)eUE;3ox_Kt!=*bhVoy9|!O*7ZWzW>}-*EtuHEOw0-IAD=w(>&?C4>p8_W!w<|%`X9|>z8>k3km^DCYq zb8@z>6}>vm4jjAlp%0%c>T23Qdhzgi{(}9%j*b2RvTnL3D|gkY)8n?QR|3^^(L(JM zIg*v0u6Wy9v+pU`aM|VlX(OU#75Nq#)id7QSuyXU?ilBNDcrjM-LaWB9)C-I;j1s6 UC^P@)G5(0EDtw+1ck8o%0T!N7A^-pY literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/betterend/textures/block/jungle_fern_leaf_3.png b/src/main/resources/assets/betterend/textures/block/jungle_fern_leaf_3.png new file mode 100644 index 0000000000000000000000000000000000000000..2feba5de9dd74a8805cfe96fd40fbfff9d3ebf84 GIT binary patch literal 1765 zcmbVNdrTX39KRVbz`{nIMjRM!M`9qXy+_}do~*QN;5dC2{i)CW|K9qH$r&2ZKzrFkRH_5k`nHnVEB9%t8blN`kV?-?gP-3BGp8-Szvu z&+qenfBR~4)28C0wM7Vm6gM^mL-1W<-Uau7Y=z*G9SsFXdQ|QUvM72{%sK ztprIEF52!zvlj-4M=3>G&GmB#U8GHFZNZHgAdNw3$76BJHSR*10b zowC8Dtg>F2A<5DNfzE59YKV%AnzUR*X*U=QdYlPGQght0p3N7`9G>D-oU{>UXlbCp z=WuGfmPmUb@Hj{S3CM;Hv1AUb#uY=+ZrsRBF%bfsP6L45~wv(k)4r2`t^3`GkoN@B5K&5JIhfq+>c4_ehC%7T*AtCySs zLCydSMiCTYB`GWA43lo!LD3{tL)dA8$Us>|5Tl*TLOrz8a|aZ5kH8t+zk&sxjw+hO z!I(vfive7fV;GvtBppx^iUtis@9b$WSe9;-b%T?6&=_Pe7`9Cm1=`^uoNl{dxAHEh z%j%3ec&jJkbX!SpgmXmgQM(IdqJZav3g2!Pck#UNKhJN`L^x$!;;wnp!(dK^FWnq; zgQ&x@b>`IB7T*fCFHvQc2@y^A2+i?k?=u*0799v!RxRFjax%2ZIDn-8&${9~Utm-JnEM68kC?|ls&>bX9)dS>$<>$=D4AG8H$PA?$umQ~yG zM%c*@rX9aHW4(pL!*jct66(SQuh+ij=qJYlJ^Q}Dy%Bro!1Y+gkw5oa<{m)yo_gZi z&B1f$Lbt|mxOz7?ZEVn8Q^>?C1r)pEWuobsf%5T+DbEk%zNarf+so`6z1-e?_Qb9o zT^9#OPL>}(RvY#ttDpa-@F7xr4{!z7CWk`@fBY%_+3KO5Qs?$6B5z`{uIjnIft8l| z^WE!a#)exipZ)gcgjj0%^5fE-vt{1#(KV;+$1MZD&tKW|>ArjNPs|S0IbJOPwZ7wZ z^htlm0)MHp|GNXjZ#_IhS58g$&HIv`(fj9W=kMDvbM_H4IF zE3|bJn>Hk1h+BC<@W2xTQ6wbLCT$=dDk0c3Ar)!mp+efYjEmrbN)*CzZggums)b`sL(liZt{HwI`fp zlXev4jQEs;hNk*c+SHh)=v2>6vb&_>00rbhvQ)^Mu3CyvmAEP%`>z>_tU$c62-WKo zlEcXXGHN-942MKo;{-rTN{AC#1qk<(faN5Hl^BkvSx#j|l~>5xkHTz@o>2#5yK7wd zDMIBu&sG_xSS*H$e8_UL45ugx!vY2X8Y5_T()3`7Hr=jzgcx!)$FM!aGD$xoOk3k# zgu+UzDHQBRSktYQ2^WkhL7U-1te;W^sA~6iz#27`iG+qJ%9Y&@#*Fw5AI@otAY(3u#USGKWB#3)knzEN$Fxu0Ox( zbKTN#jDJ}rSwfJP5iN#MhSs5=&@ioNv;rU(&Y%or1)(185y!ww4dz!y^;PLOBAW&f z$}&fXMa0n=MF6xcB9`VQB57h8@l2VHEy`Ldy};#GKBWkMtOs**g}PxZ}$kL z`F%z@ReNo$QIB;o*X9><2nW4R^Q-KxmGO$uLA_aAyY={sxt4wxPF!C-?iwqH0i*>H z=rrI2k%l7PPP8-xdK$_Shs1jJtJTXYz?KAcKi;7FT5+@-G_wfrpbT~6`K-^KRiUf% zxoUm=ulX?k-dVL8bF~XA-&X9ixSf?(c=Ps$jZ*_ZG|nAl;!-*IRGDzHKjIVVQX^MlWJCcv%( zPo6DHPrLz+F2(tg;I=K_G?Ps`e=dLe>!{Pzb^HqgT>k#l{`0}5zn*{b;G^I5d_8d- zl4ssN`{(AZM;5o8fW%qroHm~6-0eLz{qaqabLRrY#o2ck`**y$-#>*Def_cb9vD6J4@wV_ A?*IS* literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/betterend/textures/block/jungle_fern_middle_3.png b/src/main/resources/assets/betterend/textures/block/jungle_fern_middle_3.png new file mode 100644 index 0000000000000000000000000000000000000000..db45a362837f5c4ab66efc09c680037715769c5b GIT binary patch literal 1928 zcmb_dO^6&t80|$|G?*a9Qxwwl8vNPRbai!4|CAZm&CJFb$ZVF~k*v3=uCAGBcc!cD z?%kQ$lja}nbP zz3+YB_p0jn-0TxOckJ0ANz%?zu`n<0cc<4K|YL*HuRnq~~Ff_65$b+9EqD5W}&le62Vu`1m(nyjJ zt7^O5&b0LmkLs%CIF1UDiVzS85O;%wbU+YK3>gY6rjZ{eJ`d!Sk+^(0$tgl=N0iO12$>UUHX+VOj3hj&aNZm?YHlc5 z&gav{*z!Y1{lMex_~8w6Sb-!gryz(R&=5e`ie}-gjSV;nbqrx2TIQZ#>u!cRSfDj@ z9aOl+BMJFOut#x?M=c_9_FJUR)G(+k@~DzH&zn3FfrUD~r=ncOr65j7Kv}7fQ$*Ss z-}kU#!kS?lI?zeh0;VTMZVhT6s~a>+nN~9h8O|?ox|}vQo!|Gl$Eo1>J1QftflSQ- zmctOx9RmW_gcfiuk2%OP#lp!B*^WfMSZbuXku_E22}bB5LTp>eFqsBwj)8z}G6-~w z*`8jj=`J!;L-#y_i+(J+*Bva81@_Ef)b!<^Eij>}-E#^}`^-FL@Y>&^9@~mMnBQ(N zL3)ek_oK(Wmb6L4rt6}1+wqrrGyO4HxwU%3)u5e41Q;gr0MZN-5L0X?)FsGsiEU}j z9A>{+y^WEui0j?FSfrUe_THO(r=Hyw{YR}Pn6$x-#@$m*m}v5?j8T;>km(?eXITX w;N+gYhl8r*kKe9LOq}{rdi}~zU%u0!W0KnipH?5BC(^UBG&5Ux>tOZRU%yCgMF0Q* literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/betterend/textures/block/jungle_fern_spore_2.png b/src/main/resources/assets/betterend/textures/block/jungle_fern_spore_2.png new file mode 100644 index 0000000000000000000000000000000000000000..e64620ef14219f1078c84ecf0d23d012ae549604 GIT binary patch literal 1926 zcmcgtU5MO798Wpu7rpucqSt$9npRNiBs2Nkgp22O_w*Lb^|&td^g*3XCcEJ_nKa4W z?j0>2hgwP>R76ljP&h#l`cNNy=z~xTg$ja#A5`!`-+VdcUMv>Y$$oilul4AI3)##h zzxn-s|BuX^o0)!Yc<+I|9LEipr%JQz{$PIX-pT$CZnQDG?TM#eNI7o*mHgWA?$Q0D z9Jll1pfZ=uInP@z4MptHDiK>@%+MS+Hr|S{J5MscN@_u53+tD@6!^fig_D{Cow!Kq z!PIg>PApGX+~s-K^n~%J`LUM82ttx!z7;m2)N0v6hu31`{IMkP9Y{8B3lq5@Kj+Nw zMVb&^6LsJsRpt#-L^?EO^(kJ4$dI5RAq7BWLETbJzV{QDTH^WEZ0Xsa7Ms~ZJdhP%hFC>kQxaUfwK|&H`DZ`=xHm=i*rgeH3>cQ(<1XyYv zXP~jAmoOYiq}k*m3!|5iEzxOZDJIe^N$Eo3lF3D8^Kc$bY!wrNGn!N=ZS)H@)3?kQ zi+N!R{1YdG$fM2l$xUlW31`F>WGF*`WFTu5WLTPPA>$}iEC{<$hkAj(bSKobkZ#H9 zEl}1q9?tN8f<4#rX%b=aQ(@PkZRMcSYV6K3v|jtj@J%2Ar($R*{HEwHe~ zAn+{3P^*NfI#8HiJTy(dZR|bciO_jZr<*;;O2EEp3r+7Y>|&`DfiYl z>x7ZsqxfC*l=@i{CuE|=a<`rSlJ4d|#f$fLZy@CP1 zKo$3+ztjC~{dk}5d&zO@II0o0gG$2v$Fsfe>>B-liI|aoqqB9mC+SvEpm6n0dpf=VgeDnL-<770{lJ>#FXJ<765b^}?2(~zu`zy-#h@vfD%$FZI4 zCP=920f`Ihg-Z{WDskZe2d*IKfm>De0ym@_kPw_ea6=W#*!$D8P1>mHO5Pcdzj^O_ z?|n1x)0O47W=}nTN|L16)>3m-jL#O&Qzym$*?)#a3{NLZ?`4v7`p4p#`TWA^7bNNA z^{~B>Z@BMZpGOr!xyLGlC=qB$nyU{I;%~BC_E;y3Ys#PB{-DSqttsoK3*Dr_y5Z7Z z%GUOl+y36B?@*=whCDaG!a&4wA`hZooZ&%DDeYo0FP2qBE+P45O_?to${X&A+~6sb z%}N#c$k1fVsh}!!G~;zygUC{$r6L_bgkcryjy(P;!dprMyxM$o>`T1Wly06USXKM| zexQwJnbQ3Vzul|brGamjYtE1gqcWjz+LIL`zYO|eOr=RE83BTP>}-{U}})^(>o z4&@R>Qx{pjxFf)Xo%(EXN6$dSv)2ynVNH^=nxa7s0;B=WY$FSs8b;OysAC96P?ys%*nJS{U?gg6-vbq@ zp(H1d1XCXeJdKEmIgCh$sY%>XfThDI)Aj7*ebo zwqfZW0@U^bU=c$Hwr6+%>LxUes!mMXo9u6Lf4eAdv45m<%6(zuu2;kKbQov^z^ZP7 zz%&>j#LQAcjriI>isG#za6+|MLEkQ zad{WhY1a@h)4s!Ek*ZX5mHiX*--wR%eycg(wr~1(hQs=aS1xV+B>g>m_7oNNN@vYAJo0opxTEB61;mjXbIybI;^2~65|D%QPXXG>A o{rB%@FK>SJ;;-GezqmXjwSQY4tgXHKLDBeHi_6Wg7e2iFKUdXId;kCd literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/betterend/textures/item/small_jellyshroom.png b/src/main/resources/assets/betterend/textures/item/small_jellyshroom.png new file mode 100644 index 0000000000000000000000000000000000000000..ac83ee9d6197a86cdf5b1cab3e7e3eccbb25fd3e GIT binary patch literal 448 zcmV;x0YCnUP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!T<$0= zA7-0cAp=+e$RH4nY}n^-9~t&vUka9I0*e3vNVBX3MDyblU%_F($jHd>K#!N2Myp%NH72jNM;^>oMC~}1t3uCrU-Wl qNHbOda{-73Va?e+a5iE5p8)`|q1Ro5>depp0000