From db18bb3c74de6071ecc76e71473fb60eb2807bfa Mon Sep 17 00:00:00 2001 From: XeKr <987820727@qq.com> Date: Wed, 3 Apr 2024 14:57:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9B=86=E7=94=B5=E5=99=A8=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../models/block/charge_collector.json | 126 ++++++++++++++++++ .../models/block/charge_collector_0.json | 87 ------------ .../models/block/charge_collector_1.json | 9 -- .../models/block/charge_collector_10.json | 9 -- .../models/block/charge_collector_11.json | 9 -- .../models/block/charge_collector_12.json | 9 -- .../models/block/charge_collector_13.json | 9 -- .../models/block/charge_collector_14.json | 9 -- .../models/block/charge_collector_15.json | 9 -- .../models/block/charge_collector_2.json | 9 -- .../models/block/charge_collector_3.json | 9 -- .../models/block/charge_collector_4.json | 9 -- .../models/block/charge_collector_5.json | 9 -- .../models/block/charge_collector_6.json | 9 -- .../models/block/charge_collector_7.json | 9 -- .../models/block/charge_collector_8.json | 9 -- .../models/block/charge_collector_9.json | 9 -- .../models/block/charge_collector_full.json | 9 -- .../textures/block/charge_collector_0.png | Bin 280 -> 0 bytes .../textures/block/charge_collector_1.png | Bin 294 -> 0 bytes .../textures/block/charge_collector_10.png | Bin 310 -> 0 bytes .../textures/block/charge_collector_11.png | Bin 310 -> 0 bytes .../textures/block/charge_collector_12.png | Bin 310 -> 0 bytes .../textures/block/charge_collector_13.png | Bin 308 -> 0 bytes .../textures/block/charge_collector_14.png | Bin 299 -> 0 bytes .../textures/block/charge_collector_15.png | Bin 294 -> 0 bytes .../textures/block/charge_collector_2.png | Bin 296 -> 0 bytes .../textures/block/charge_collector_3.png | Bin 308 -> 0 bytes .../textures/block/charge_collector_4.png | Bin 309 -> 0 bytes .../textures/block/charge_collector_5.png | Bin 311 -> 0 bytes .../textures/block/charge_collector_6.png | Bin 311 -> 0 bytes .../textures/block/charge_collector_7.png | Bin 312 -> 0 bytes .../textures/block/charge_collector_8.png | Bin 309 -> 0 bytes .../textures/block/charge_collector_9.png | Bin 312 -> 0 bytes .../block/charge_collector_bottom.png | Bin 0 -> 226 bytes .../textures/block/charge_collector_full.png | Bin 321 -> 0 bytes .../block/charge_collector_full.png.mcmeta | 6 - .../block/charge_collector_full_top.png | Bin 278 -> 0 bytes .../textures/block/charge_collector_head.png | Bin 0 -> 211 bytes .../textures/block/charge_collector_side.png | Bin 0 -> 257 bytes .../textures/block/charge_collector_top.png | Bin 264 -> 249 bytes .../textures/block/transmission_pole_base.png | Bin 243 -> 232 bytes .../textures/item/magnetoelectric_core.png | Bin 0 -> 392 bytes 43 files changed, 126 insertions(+), 237 deletions(-) create mode 100644 src/main/resources/assets/anvilcraft/models/block/charge_collector.json delete mode 100644 src/main/resources/assets/anvilcraft/models/block/charge_collector_0.json delete mode 100644 src/main/resources/assets/anvilcraft/models/block/charge_collector_1.json delete mode 100644 src/main/resources/assets/anvilcraft/models/block/charge_collector_10.json delete mode 100644 src/main/resources/assets/anvilcraft/models/block/charge_collector_11.json delete mode 100644 src/main/resources/assets/anvilcraft/models/block/charge_collector_12.json delete mode 100644 src/main/resources/assets/anvilcraft/models/block/charge_collector_13.json delete mode 100644 src/main/resources/assets/anvilcraft/models/block/charge_collector_14.json delete mode 100644 src/main/resources/assets/anvilcraft/models/block/charge_collector_15.json delete mode 100644 src/main/resources/assets/anvilcraft/models/block/charge_collector_2.json delete mode 100644 src/main/resources/assets/anvilcraft/models/block/charge_collector_3.json delete mode 100644 src/main/resources/assets/anvilcraft/models/block/charge_collector_4.json delete mode 100644 src/main/resources/assets/anvilcraft/models/block/charge_collector_5.json delete mode 100644 src/main/resources/assets/anvilcraft/models/block/charge_collector_6.json delete mode 100644 src/main/resources/assets/anvilcraft/models/block/charge_collector_7.json delete mode 100644 src/main/resources/assets/anvilcraft/models/block/charge_collector_8.json delete mode 100644 src/main/resources/assets/anvilcraft/models/block/charge_collector_9.json delete mode 100644 src/main/resources/assets/anvilcraft/models/block/charge_collector_full.json delete mode 100644 src/main/resources/assets/anvilcraft/textures/block/charge_collector_0.png delete mode 100644 src/main/resources/assets/anvilcraft/textures/block/charge_collector_1.png delete mode 100644 src/main/resources/assets/anvilcraft/textures/block/charge_collector_10.png delete mode 100644 src/main/resources/assets/anvilcraft/textures/block/charge_collector_11.png delete mode 100644 src/main/resources/assets/anvilcraft/textures/block/charge_collector_12.png delete mode 100644 src/main/resources/assets/anvilcraft/textures/block/charge_collector_13.png delete mode 100644 src/main/resources/assets/anvilcraft/textures/block/charge_collector_14.png delete mode 100644 src/main/resources/assets/anvilcraft/textures/block/charge_collector_15.png delete mode 100644 src/main/resources/assets/anvilcraft/textures/block/charge_collector_2.png delete mode 100644 src/main/resources/assets/anvilcraft/textures/block/charge_collector_3.png delete mode 100644 src/main/resources/assets/anvilcraft/textures/block/charge_collector_4.png delete mode 100644 src/main/resources/assets/anvilcraft/textures/block/charge_collector_5.png delete mode 100644 src/main/resources/assets/anvilcraft/textures/block/charge_collector_6.png delete mode 100644 src/main/resources/assets/anvilcraft/textures/block/charge_collector_7.png delete mode 100644 src/main/resources/assets/anvilcraft/textures/block/charge_collector_8.png delete mode 100644 src/main/resources/assets/anvilcraft/textures/block/charge_collector_9.png create mode 100644 src/main/resources/assets/anvilcraft/textures/block/charge_collector_bottom.png delete mode 100644 src/main/resources/assets/anvilcraft/textures/block/charge_collector_full.png delete mode 100644 src/main/resources/assets/anvilcraft/textures/block/charge_collector_full.png.mcmeta delete mode 100644 src/main/resources/assets/anvilcraft/textures/block/charge_collector_full_top.png create mode 100644 src/main/resources/assets/anvilcraft/textures/block/charge_collector_head.png create mode 100644 src/main/resources/assets/anvilcraft/textures/block/charge_collector_side.png create mode 100644 src/main/resources/assets/anvilcraft/textures/item/magnetoelectric_core.png diff --git a/src/main/resources/assets/anvilcraft/models/block/charge_collector.json b/src/main/resources/assets/anvilcraft/models/block/charge_collector.json new file mode 100644 index 000000000..9c8a9c34e --- /dev/null +++ b/src/main/resources/assets/anvilcraft/models/block/charge_collector.json @@ -0,0 +1,126 @@ +{ + "credit": "Made by XeKr with Blockbench", + "parent": "minecraft:block/block", + "textures": { + "particle": "anvilcraft:block/charge_collector_side", + "base": "anvilcraft:block/charge_collector_side", + "top": "anvilcraft:block/charge_collector_top", + "bottom": "anvilcraft:block/charge_collector_bottom", + "head": "anvilcraft:block/charge_collector_head" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 2, 16], + "faces": { + "north": {"uv": [0, 14, 16, 16], "texture": "#base"}, + "east": {"uv": [0, 14, 16, 16], "texture": "#base"}, + "south": {"uv": [0, 14, 16, 16], "texture": "#base"}, + "west": {"uv": [0, 14, 16, 16], "texture": "#base"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#top"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"} + } + }, + { + "from": [0, 2, 0], + "to": [3, 4, 16], + "faces": { + "north": {"uv": [13, 12, 16, 14], "texture": "#base"}, + "east": {"uv": [0, 0, 16, 2], "texture": "#base"}, + "south": {"uv": [0, 12, 3, 14], "texture": "#base"}, + "west": {"uv": [0, 12, 16, 14], "texture": "#base"}, + "up": {"uv": [0, 0, 3, 16], "texture": "#top"} + } + }, + { + "from": [13, 2, 0], + "to": [16, 4, 16], + "faces": { + "north": {"uv": [0, 12, 3, 14], "texture": "#base"}, + "east": {"uv": [0, 12, 16, 14], "texture": "#base"}, + "south": {"uv": [13, 12, 16, 14], "texture": "#base"}, + "west": {"uv": [0, 0, 16, 2], "texture": "#base"}, + "up": {"uv": [13, 0, 16, 16], "texture": "#top"} + } + }, + { + "from": [3, 2, 13], + "to": [13, 4, 16], + "faces": { + "north": {"uv": [3, 0, 13, 2], "texture": "#base"}, + "south": {"uv": [3, 12, 13, 14], "texture": "#base"}, + "up": {"uv": [3, 13, 13, 16], "texture": "#top"} + } + }, + { + "from": [3, 2, 0], + "to": [13, 4, 3], + "faces": { + "north": {"uv": [3, 12, 13, 14], "texture": "#base"}, + "south": {"uv": [3, 0, 13, 2], "texture": "#base"}, + "up": {"uv": [3, 0, 13, 3], "texture": "#top"} + } + }, + { + "from": [6, 4, 1], + "to": [10, 7, 3], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, + "faces": { + "north": {"uv": [6, 9, 10, 12], "texture": "#base"}, + "east": {"uv": [13, 9, 15, 12], "texture": "#base"}, + "south": {"uv": [6, 9, 10, 12], "texture": "#base"}, + "west": {"uv": [1, 9, 3, 12], "texture": "#base"}, + "up": {"uv": [6, 11, 10, 9], "texture": "#base"} + } + }, + { + "from": [1, 4, 6], + "to": [3, 7, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, + "faces": { + "north": {"uv": [13, 9, 15, 12], "texture": "#base"}, + "east": {"uv": [6, 9, 10, 12], "texture": "#base"}, + "south": {"uv": [1, 9, 3, 12], "texture": "#base"}, + "west": {"uv": [6, 9, 10, 12], "texture": "#base"}, + "up": {"uv": [6, 11, 10, 9], "rotation": 270, "texture": "#base"} + } + }, + { + "from": [6, 4, 13], + "to": [10, 7, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, + "faces": { + "north": {"uv": [6, 9, 10, 12], "texture": "#base"}, + "east": {"uv": [1, 9, 3, 12], "texture": "#base"}, + "south": {"uv": [6, 9, 10, 12], "texture": "#base"}, + "west": {"uv": [13, 9, 15, 12], "texture": "#base"}, + "up": {"uv": [6, 11, 10, 9], "rotation": 180, "texture": "#base"} + } + }, + { + "from": [13, 4, 6], + "to": [15, 7, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, + "faces": { + "north": {"uv": [1, 9, 3, 12], "texture": "#base"}, + "east": {"uv": [6, 9, 10, 12], "texture": "#base"}, + "south": {"uv": [13, 9, 15, 12], "texture": "#base"}, + "west": {"uv": [6, 9, 10, 12], "texture": "#base"}, + "up": {"uv": [6, 11, 10, 9], "rotation": 90, "texture": "#base"} + } + }, + { + "from": [3, 6, 3], + "to": [13, 16, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11, 8]}, + "faces": { + "north": {"uv": [0, 0, 10, 10], "texture": "#head"}, + "east": {"uv": [0, 0, 10, 10], "texture": "#head"}, + "south": {"uv": [0, 0, 10, 10], "texture": "#head"}, + "west": {"uv": [0, 0, 10, 10], "texture": "#head"}, + "up": {"uv": [0, 0, 10, 10], "texture": "#head"}, + "down": {"uv": [0, 0, 10, 10], "texture": "#head"} + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/anvilcraft/models/block/charge_collector_0.json b/src/main/resources/assets/anvilcraft/models/block/charge_collector_0.json deleted file mode 100644 index 9ea211572..000000000 --- a/src/main/resources/assets/anvilcraft/models/block/charge_collector_0.json +++ /dev/null @@ -1,87 +0,0 @@ -{ - "credit": "Made by XeKr with Blockbench", - "parent": "minecraft:block/block", - "textures": { - "particle": "anvilcraft:block/charge_collector_0", - "side": "anvilcraft:block/charge_collector_0", - "top": "anvilcraft:block/charge_collector_top" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 2, 16], - "faces": { - "north": {"uv": [0, 14, 16, 16], "texture": "#side"}, - "east": {"uv": [0, 14, 16, 16], "texture": "#side"}, - "south": {"uv": [0, 14, 16, 16], "texture": "#side"}, - "west": {"uv": [0, 14, 16, 16], "texture": "#side"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#top"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#top"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [0, 0, 16, 2], "texture": "#side"}, - "east": {"uv": [0, 0, 16, 2], "texture": "#side"}, - "south": {"uv": [0, 0, 16, 2], "texture": "#side"}, - "west": {"uv": [0, 0, 16, 2], "texture": "#side"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#top"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#top"} - } - }, - { - "from": [2, 2, 2], - "to": [14, 4, 14], - "faces": { - "north": {"uv": [2, 12, 14, 14], "texture": "#side"}, - "east": {"uv": [2, 12, 14, 14], "texture": "#side"}, - "south": {"uv": [2, 12, 14, 14], "texture": "#side"}, - "west": {"uv": [2, 12, 14, 14], "texture": "#side"}, - "up": {"uv": [2, 2, 14, 14], "texture": "#top"} - } - }, - { - "from": [2, 12, 2], - "to": [14, 14, 14], - "faces": { - "north": {"uv": [2, 2, 14, 4], "texture": "#side"}, - "east": {"uv": [2, 2, 14, 4], "texture": "#side"}, - "south": {"uv": [2, 2, 14, 4], "texture": "#side"}, - "west": {"uv": [2, 2, 14, 4], "texture": "#side"}, - "down": {"uv": [2, 2, 14, 14], "texture": "#top"} - } - }, - { - "from": [3, 4, 3], - "to": [13, 12, 13], - "faces": { - "north": {"uv": [3, 4, 13, 12], "texture": "#side"}, - "east": {"uv": [13, 4, 3, 12], "texture": "#side"}, - "south": {"uv": [3, 4, 13, 12], "texture": "#side"}, - "west": {"uv": [13, 4, 3, 12], "texture": "#side"} - } - }, - { - "from": [6, 4, 2], - "to": [10, 12, 14], - "faces": { - "north": {"uv": [6, 4, 10, 12], "texture": "#side"}, - "east": {"uv": [2, 4, 14, 12], "texture": "#side"}, - "south": {"uv": [6, 4, 10, 12], "texture": "#side"}, - "west": {"uv": [2, 4, 14, 12], "texture": "#side"} - } - }, - { - "from": [2, 4, 6], - "to": [14, 12, 10], - "faces": { - "north": {"uv": [2, 4, 14, 12], "texture": "#side"}, - "east": {"uv": [6, 4, 10, 12], "texture": "#side"}, - "south": {"uv": [2, 4, 14, 12], "texture": "#side"}, - "west": {"uv": [6, 4, 10, 12], "texture": "#side"} - } - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/anvilcraft/models/block/charge_collector_1.json b/src/main/resources/assets/anvilcraft/models/block/charge_collector_1.json deleted file mode 100644 index 81ebe5981..000000000 --- a/src/main/resources/assets/anvilcraft/models/block/charge_collector_1.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "credit": "Made by XeKr with Blockbench", - "parent": "anvilcraft:block/charge_collector_0", - "textures": { - "particle": "anvilcraft:block/charge_collector_1", - "side": "anvilcraft:block/charge_collector_1", - "top": "anvilcraft:block/charge_collector_top" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/anvilcraft/models/block/charge_collector_10.json b/src/main/resources/assets/anvilcraft/models/block/charge_collector_10.json deleted file mode 100644 index 0f3628482..000000000 --- a/src/main/resources/assets/anvilcraft/models/block/charge_collector_10.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "credit": "Made by XeKr with Blockbench", - "parent": "anvilcraft:block/charge_collector_0", - "textures": { - "particle": "anvilcraft:block/charge_collector_10", - "side": "anvilcraft:block/charge_collector_10", - "top": "anvilcraft:block/charge_collector_top" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/anvilcraft/models/block/charge_collector_11.json b/src/main/resources/assets/anvilcraft/models/block/charge_collector_11.json deleted file mode 100644 index 5be574ddd..000000000 --- a/src/main/resources/assets/anvilcraft/models/block/charge_collector_11.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "credit": "Made by XeKr with Blockbench", - "parent": "anvilcraft:block/charge_collector_0", - "textures": { - "particle": "anvilcraft:block/charge_collector_11", - "side": "anvilcraft:block/charge_collector_11", - "top": "anvilcraft:block/charge_collector_top" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/anvilcraft/models/block/charge_collector_12.json b/src/main/resources/assets/anvilcraft/models/block/charge_collector_12.json deleted file mode 100644 index d445ea39f..000000000 --- a/src/main/resources/assets/anvilcraft/models/block/charge_collector_12.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "credit": "Made by XeKr with Blockbench", - "parent": "anvilcraft:block/charge_collector_0", - "textures": { - "particle": "anvilcraft:block/charge_collector_12", - "side": "anvilcraft:block/charge_collector_12", - "top": "anvilcraft:block/charge_collector_top" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/anvilcraft/models/block/charge_collector_13.json b/src/main/resources/assets/anvilcraft/models/block/charge_collector_13.json deleted file mode 100644 index 89a30e305..000000000 --- a/src/main/resources/assets/anvilcraft/models/block/charge_collector_13.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "credit": "Made by XeKr with Blockbench", - "parent": "anvilcraft:block/charge_collector_0", - "textures": { - "particle": "anvilcraft:block/charge_collector_13", - "side": "anvilcraft:block/charge_collector_13", - "top": "anvilcraft:block/charge_collector_top" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/anvilcraft/models/block/charge_collector_14.json b/src/main/resources/assets/anvilcraft/models/block/charge_collector_14.json deleted file mode 100644 index ce6a988ae..000000000 --- a/src/main/resources/assets/anvilcraft/models/block/charge_collector_14.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "credit": "Made by XeKr with Blockbench", - "parent": "anvilcraft:block/charge_collector_0", - "textures": { - "particle": "anvilcraft:block/charge_collector_14", - "side": "anvilcraft:block/charge_collector_14", - "top": "anvilcraft:block/charge_collector_top" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/anvilcraft/models/block/charge_collector_15.json b/src/main/resources/assets/anvilcraft/models/block/charge_collector_15.json deleted file mode 100644 index 983e2d512..000000000 --- a/src/main/resources/assets/anvilcraft/models/block/charge_collector_15.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "credit": "Made by XeKr with Blockbench", - "parent": "anvilcraft:block/charge_collector_0", - "textures": { - "particle": "anvilcraft:block/charge_collector_15", - "side": "anvilcraft:block/charge_collector_15", - "top": "anvilcraft:block/charge_collector_top" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/anvilcraft/models/block/charge_collector_2.json b/src/main/resources/assets/anvilcraft/models/block/charge_collector_2.json deleted file mode 100644 index d298d239c..000000000 --- a/src/main/resources/assets/anvilcraft/models/block/charge_collector_2.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "credit": "Made by XeKr with Blockbench", - "parent": "anvilcraft:block/charge_collector_0", - "textures": { - "particle": "anvilcraft:block/charge_collector_2", - "side": "anvilcraft:block/charge_collector_2", - "top": "anvilcraft:block/charge_collector_top" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/anvilcraft/models/block/charge_collector_3.json b/src/main/resources/assets/anvilcraft/models/block/charge_collector_3.json deleted file mode 100644 index b37f3e910..000000000 --- a/src/main/resources/assets/anvilcraft/models/block/charge_collector_3.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "credit": "Made by XeKr with Blockbench", - "parent": "anvilcraft:block/charge_collector_0", - "textures": { - "particle": "anvilcraft:block/charge_collector_3", - "side": "anvilcraft:block/charge_collector_3", - "top": "anvilcraft:block/charge_collector_top" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/anvilcraft/models/block/charge_collector_4.json b/src/main/resources/assets/anvilcraft/models/block/charge_collector_4.json deleted file mode 100644 index bb49c5167..000000000 --- a/src/main/resources/assets/anvilcraft/models/block/charge_collector_4.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "credit": "Made by XeKr with Blockbench", - "parent": "anvilcraft:block/charge_collector_0", - "textures": { - "particle": "anvilcraft:block/charge_collector_4", - "side": "anvilcraft:block/charge_collector_4", - "top": "anvilcraft:block/charge_collector_top" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/anvilcraft/models/block/charge_collector_5.json b/src/main/resources/assets/anvilcraft/models/block/charge_collector_5.json deleted file mode 100644 index c0d779a45..000000000 --- a/src/main/resources/assets/anvilcraft/models/block/charge_collector_5.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "credit": "Made by XeKr with Blockbench", - "parent": "anvilcraft:block/charge_collector_0", - "textures": { - "particle": "anvilcraft:block/charge_collector_5", - "side": "anvilcraft:block/charge_collector_5", - "top": "anvilcraft:block/charge_collector_top" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/anvilcraft/models/block/charge_collector_6.json b/src/main/resources/assets/anvilcraft/models/block/charge_collector_6.json deleted file mode 100644 index 4cd9c90ef..000000000 --- a/src/main/resources/assets/anvilcraft/models/block/charge_collector_6.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "credit": "Made by XeKr with Blockbench", - "parent": "anvilcraft:block/charge_collector_0", - "textures": { - "particle": "anvilcraft:block/charge_collector_6", - "side": "anvilcraft:block/charge_collector_6", - "top": "anvilcraft:block/charge_collector_top" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/anvilcraft/models/block/charge_collector_7.json b/src/main/resources/assets/anvilcraft/models/block/charge_collector_7.json deleted file mode 100644 index dd2696dc8..000000000 --- a/src/main/resources/assets/anvilcraft/models/block/charge_collector_7.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "credit": "Made by XeKr with Blockbench", - "parent": "anvilcraft:block/charge_collector_0", - "textures": { - "particle": "anvilcraft:block/charge_collector_7", - "side": "anvilcraft:block/charge_collector_7", - "top": "anvilcraft:block/charge_collector_top" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/anvilcraft/models/block/charge_collector_8.json b/src/main/resources/assets/anvilcraft/models/block/charge_collector_8.json deleted file mode 100644 index 515f4ae3e..000000000 --- a/src/main/resources/assets/anvilcraft/models/block/charge_collector_8.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "credit": "Made by XeKr with Blockbench", - "parent": "anvilcraft:block/charge_collector_0", - "textures": { - "particle": "anvilcraft:block/charge_collector_8", - "side": "anvilcraft:block/charge_collector_8", - "top": "anvilcraft:block/charge_collector_top" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/anvilcraft/models/block/charge_collector_9.json b/src/main/resources/assets/anvilcraft/models/block/charge_collector_9.json deleted file mode 100644 index e9fec2278..000000000 --- a/src/main/resources/assets/anvilcraft/models/block/charge_collector_9.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "credit": "Made by XeKr with Blockbench", - "parent": "anvilcraft:block/charge_collector_0", - "textures": { - "particle": "anvilcraft:block/charge_collector_9", - "side": "anvilcraft:block/charge_collector_9", - "top": "anvilcraft:block/charge_collector_top" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/anvilcraft/models/block/charge_collector_full.json b/src/main/resources/assets/anvilcraft/models/block/charge_collector_full.json deleted file mode 100644 index 81c3b8561..000000000 --- a/src/main/resources/assets/anvilcraft/models/block/charge_collector_full.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "credit": "Made by XeKr with Blockbench", - "parent": "anvilcraft:block/charge_collector_0", - "textures": { - "particle": "anvilcraft:block/charge_collector_full", - "side": "anvilcraft:block/charge_collector_full", - "top": "anvilcraft:block/charge_collector_top_full" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/anvilcraft/textures/block/charge_collector_0.png b/src/main/resources/assets/anvilcraft/textures/block/charge_collector_0.png deleted file mode 100644 index d427c3a9deee5a5377a18127a613efb2c6190acc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 280 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbL!WQl7;NpOBzNqJ&XDuZK6ep0G} zXKrG8YEWuoN@d~6R2!fog8-ip*KSwc^vnzcBhzAA?Q7N1E2EtbW&3POa*vFT2~ZL~ zQ4(hF=;GrSU~XxXZYU4ZG*<~^k3dO~U+{la!03LILq zr)B>7UvK^D?UuX8SsnQTT55X&87FKO(R+9M)+Je^$r-i^r&>0i;qhl*oBSoY70BvLNboFyt I=akR{0GWPjlK=n! diff --git a/src/main/resources/assets/anvilcraft/textures/block/charge_collector_1.png b/src/main/resources/assets/anvilcraft/textures/block/charge_collector_1.png deleted file mode 100644 index 7f8ec3e759374dda3d378116c4854b0c2b42f0a2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbL!WQl7;NpOBzNqJ&XDuZK6ep0G} zXKrG8YEWuoN@d~6R2!fovjCqE*KSwcnzN^tKe$_LtDT;iVPIr>tvY&Tw9}z%pG`^b zk$O2Q{f!t5PgeEb5;Ep5^b<$+oc?qk>iq=ZU>{DS|Z1BOTY_X`1KGdx`!Ln>}< z@wXN`pulr!mG2|q*qoGtx`fuqO8z zeh9g6r!6A;kj~nfIg8ad*Uh`D^HpBhy{G@k@*AtIS|2{H(Q%sK(~+jOtf%>hPy&N% X8~1@*>>m|?b~1Rn`njxgN@xNAZG(4J diff --git a/src/main/resources/assets/anvilcraft/textures/block/charge_collector_10.png b/src/main/resources/assets/anvilcraft/textures/block/charge_collector_10.png deleted file mode 100644 index 1574c95a474ea8aa3240f1b0d8208ef39208d2d9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbL!WQl7;NpOBzNqJ&XDuZK6ep0G} zXKrG8YEWuoN@d~6R2!fo%K)Dc*KSwcVq5Ly5ALQL%E#{5nx2^vpd@TyWO}VSdS$fJ zp=_T`N$!!+F*RpTohS*jcXaXb3oy3?>3(%f(Go}rmjw9*|Hl9fn`-ZH0HsSjT^vIy zZq4cU7HTlya9;gIdCQh9-|g2NEL{5dSdPL&T_=HU*P@yXdQ=MxKA%`C`6g=Vndqf! zS`+#V3ru<{S*I4QQ!-6o6@I~dQJu`(jMwr<*1c+ZRVOU9SlIAY{-e-0fpZUkc>X8S lVZ$MZ$r}m|9V+57U?`5{vCYl%e*v_g!PC{xWt~$(696;ee`5du diff --git a/src/main/resources/assets/anvilcraft/textures/block/charge_collector_11.png b/src/main/resources/assets/anvilcraft/textures/block/charge_collector_11.png deleted file mode 100644 index 2fb033e808332667a3df3f49ee0fc8de0bcd155f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbL!WQl7;NpOBzNqJ&XDuZK6ep0G} zXKrG8YEWuoN@d~6R2!fo%K)Dc*KSwcVq5J1CE?`{?xq{cr)Opu7@1zHj$Rq<6uV>V zp=_T`N$!!+F(*pGYR;arcXaXb3oy3?>7M!K*c2coToU9L{2v1_Y^uG(0hBKBba4!+ zxHYH$Ak$$54(GM5t|2b}|0he|irsa08n?)95ea|3MeyR7|X{xSH?YOD5_=YMW) jNN8V zp=_T`N$!!+F(*pGYR;arcXaXb3oy3?=`J|__%o0aE(!7r{*M6|Hr3wY07{p5x;TbZ z+*;Frkm;}jhx5h|=|I81|NC`IY;&&{a<-IvcqHuo{^oI#fRhoow%=x!Tf3)x_0z20 zz46(cedre|gt7@1zHj$Rq<6uV>V zp=_T`N$!!+F(*pG>>XWd&Ytq|3oy3?>7HEtnh8h=mjw9*|Hl9fn`-ZH0HupOT^vIy zZmsF}W@<6uaL(L1^%DP<@AhjP@1EH))mLGUtJ9%tQQi_A8wJ>nxBoHW_Q`%~Gyi0z zu0(N9<8sGmsUck(yRJyAjB~pm`n#}X(c1eh(;m5K{_!EC) zO-b&N(J?1V!t5PgeEb5;Ep2Mfo&sv+PkA8)q=ZU>{DS|Z1BOTY_X`1Kb3I)gLn>}< z>9=M&Y{21M_{Qa!e9!y(n_VWsR?}S-?kRL0s(L@u*>Huz%vRCmkxg%6PgO0OvNv;$ zrTTog$n6*TCN8_>(pM(^xJ3TC>7DZ*Rrg#|$ogt8WPdR3;>5Hm-J4n>{2WcRMP_n; bQ9i(+e1?0edg56(pv4THu6{1-oD!M<>3nwi diff --git a/src/main/resources/assets/anvilcraft/textures/block/charge_collector_15.png b/src/main/resources/assets/anvilcraft/textures/block/charge_collector_15.png deleted file mode 100644 index 999bc57a164aea672d8463da3ed40294c305981c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbL!WQl7;NpOBzNqJ&XDuZK6ep0G} zXKrG8YEWuoN@d~6R2!fovjCqE*KSwc043pcL;3W~3!EC) zO-b&N(J?1V!t5PgeEb5;Ep2Mfo&su}z06=XkP<2h@(cct4j3No-!BA|&G2+_45_%a z#ot=&fCA4YDe1@R$9~6eJ92&L+ZZvX#0G^mYqzpAOi?WeC_TMY>q(T$XSRz`2G1mz z{aMfEhG;MCx+2lPt9RbnUzKH>@5pxsy*Ykl`Hj_9?GGQ<=r~O{)S;I6u%-E_Py&Nh WEBC<&9&1LRoeZ9?elF{r5}E+>vUTwQ diff --git a/src/main/resources/assets/anvilcraft/textures/block/charge_collector_2.png b/src/main/resources/assets/anvilcraft/textures/block/charge_collector_2.png deleted file mode 100644 index 08dd4c4d5e603ceedb0a5d94ed12222f99c96c07..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 296 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbL!WQl7;NpOBzNqJ&XDuZK6ep0G} zXKrG8YEWuoN@d~6R2!fovjCqE*KSwcnzN^tKe$_LtDT;iVPIr>tvY&Tw9}z%pG`^b zk$O2Q{f!qN@p?Hyfw`~u7^L0W5`n}R5zk|4j}|LB0>(f<8HK-nx$7srr_TU-3C z#SSR&e7f!8+jH;#Ce?j@wXvt26nF$?toa_tFhP)=D=lxQN%NiE*S;>ewl{H&rTRR! zsN)${ZpnGc8P;tnp*!^g&wff)I{KnhVsedmb?9<~+ByBM9FsUN9y$_IAaI|Fhrwbg W_rlXw+MYmL89ZJ6T-G@yGywp?&T;+# diff --git a/src/main/resources/assets/anvilcraft/textures/block/charge_collector_3.png b/src/main/resources/assets/anvilcraft/textures/block/charge_collector_3.png deleted file mode 100644 index faaa3096692f36e1dedc74704c656b34a412511d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 308 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbL!WQl7;NpOBzNqJ&XDuZK6ep0G} zXKrG8YEWuoN@d~6R2!fo%K)Dc*P64Zx?Oc+cWhn$;BK+4c6w%pfsyI8>gbixP60~7 zhq8S(CAmjN$DAk$OE;9acXaXb3oy3?>CSCiGXY2mmjw9*|Hl9fn`-ZH0HupOT^vIy zZmsEe6g#58;kcrV!N9r=FB zrtQ+%=U)03NA_Rby7kgbixP60~7 zhq8S(CAmjN$DAk$OE;9acXaXb3oy3?>E8Txf-;a2E(!7r{*M6|Hr3wY07@5ox;TbZ z+*;G`D0EbT!+C2+w?@ak{~PQ}cKy1Xy1B7sJBR0u;}Wcg3Z@-7X}f5{yA9RXcgbDd zW!_}^{K!SaYqBNTYrDT(TXVm0URqUbR@tj^mZvf<=e`KA2MV~f?-T#M`dsF*;*UBC k5s3?2BX%St{^T@ZSd+?={%F!|C7|^Tp00i_>zopr0O~n_;s5{u diff --git a/src/main/resources/assets/anvilcraft/textures/block/charge_collector_5.png b/src/main/resources/assets/anvilcraft/textures/block/charge_collector_5.png deleted file mode 100644 index e18d7a71119c8b2a6a079549d074ad9495e10c47..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 311 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbL!WQl7;NpOBzNqJ&XDuZK6ep0G} zXKrG8YEWuoN@d~6R2!fo%K)Dc*J4}k*d1HDU3Hf~xSO7tQFHc`fsyI8>gbixP60~7 zhq8S(CAp^?%11`WoG1yicXaXb3oy3?=~gkG2eL`HB*-uLKL%jfRC|X5C|&C5;uunK zYfitR&`|{rmx~>aE-vruZ#by=8twmO!hKr1tnuVAiKEAlb~J8^j3}Iy+O#)2_WYGy z+oiM5z4R}R+tvY&Tv{TL5QvpiC z>4x%$vVArsxkpCFoG1yicXaXb3oy3?=@#VDi3C!@B|(0{|1ki=rrJ9kKu3N>{ve!HE`;<-F zC9}_E`kO{hzqsR?+NG?gWs=H<{f{NiWd2cWIKip3gR|>mr^L(V3f5|u;|6=@OgBAo lic@M9E9+)mjpYo?4AUR+crvrhy$N&xgQu&X%Q~loCIE1+cq9M- diff --git a/src/main/resources/assets/anvilcraft/textures/block/charge_collector_7.png b/src/main/resources/assets/anvilcraft/textures/block/charge_collector_7.png deleted file mode 100644 index 9b272b5499cc8618782857088940fc216fe49dc5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 312 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbL!WQl7;NpOBzNqJ&XDuZK6ep0G} zXKrG8YEWuoN@d~6R2!fo%K)Dc*X0lHcDw2p+iJ(|*qWZ1VPIr>tvY&Tv{QhRaLw6M z>4x%$vVArsxkpCFoG1yicXaXb3oy3?=~h+zcpFFwmjw9*|Hl9fn`-ZH0Hw=3T^vIy zZuRtg^EDW7xU9@w>R`X+yZxGkJ1Yz)o;~nE%vfQ?+N~+ci!>S>uj<-|G9QYvJfB?@ zce=;&*oNh^&Rkv*<0ZOsX@PC;KEv;|@6Sa4_YUYOXX==v&}1#BTr03Xq5p+M+w{+y n*di?*ohL6y*u?r&Ac3LRi^t{$%Y-RF7ch9b`njxgN@xNAZ5ezS diff --git a/src/main/resources/assets/anvilcraft/textures/block/charge_collector_8.png b/src/main/resources/assets/anvilcraft/textures/block/charge_collector_8.png deleted file mode 100644 index 37d9a247c2c03525869e5bd8717bf50adcdbf83d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 309 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbL!WQl7;NpOBzNqJ&XDuZK6ep0G} zXKrG8YEWuoN@d~6R2!fo%K)Dc*X0lHcDw2p+iJ(|*qWZ15uhY&U}So&I(lWaQ@Wvi z&Dm3jvVArsxkpCFoG1yicXaXb3oy3?>7Jyuy$47Mmjw9*|Hl9fn`-ZH0HupPT^vIy zZuRt=iybiFa4zIM%KH0XJMWW9uW1`Nj>xMBT)9`h%`i~pz=BuP=C5K*d>?gvX4H4H zl$v_UB}(&(T(Zle!q{ewzWprApSXC{a3qv9N&XX>pRoRg#Iot1H?c)p kIy!G&kg$#QsaOI-!z3PK(e3*JfYvj3y85}Sb4q9e0Fn@T5&!@I diff --git a/src/main/resources/assets/anvilcraft/textures/block/charge_collector_9.png b/src/main/resources/assets/anvilcraft/textures/block/charge_collector_9.png deleted file mode 100644 index 2d1812b1ccd641f2f38329e51c389bde634c3bff..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 312 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbL!WQl7;NpOBzNqJ&XDuZK6ep0G} zXKrG8YEWuoN@d~6R2!fo%K)Dc*X0lHcDw2p+iJ(|*qWZ15uhY&U}So&Iy&7@er2>% z&Dm3jvVArsxkpCFoG1yicXaXb3oy3?>HhWi{!}0(ToU9L{2v1_Y^uG(0hBKDba4!+ zxYg5tlCQyl!)0Y`%1fu;|K+tM^s{`P7#Zw2%)^nHt$TBZ24_G(>1qF~4jaNWKhFxf zW|Z7#_-3WrXA`YwF|JwXBK#NUchuguess;ABVnJg%wl1~PjeI6_8-x{p={Oq@adj4 mj$wW$E~uzX$x*aqkzlAZ;4#j)8G94x0tQc4KbLh*2~7ZnM|-IN diff --git a/src/main/resources/assets/anvilcraft/textures/block/charge_collector_bottom.png b/src/main/resources/assets/anvilcraft/textures/block/charge_collector_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..a46bb79383b76164b296bd31aa16f5ff84c2bd9c GIT binary patch literal 226 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbL!WQl7;NpOBzNqJ&XDuZK6ep0G} zXKrG8YEWuoN@d~6R2!fo(Ey(i*YwN`10z!nExpL-7$3g?b4we0N0~i^m__57;vyOM*jPsVi;9?Va|(XMh-KXVt(^<=tVubmhCxH^{mhKD|=f*9^`ay zQ{gY{{vcS^e)C>M$&KE*Y^`gDSr z1<%~X^wgl##FWaylc_d9MK%FGA+Gz@&Dp+c)|O>cyIpm!RY$K`I4M0d!@$UN`GdPF zqn!?A`)o>bKT#4E866Y5W2?QRi;rJ`xus3b*;7CRs=v7`0a79*L4LviF#&_W|8qf* zGEW!BkcwM-CRmHL8gRH=%ussbe&XNvS4WZ;Pur)?Yv5xjE_7|qX7`1f+#7>sFGYmP z2ESL_vf1f{tkdePk5**76<9P?$Tdk*j9)P~Ei-b`&1rTeHcfXIZC=fsci<3 z4I7R#{JH-(dG7PClS-6k>FNA0-}CRd-T?+?d8xA-PFm6KAr!ZY;mxs%Fzv2*5|vuzsrjv6lq- z1^)*F1}Sf5H=vNCr;B4q#jP#p9Jv@2c$g2G8UFi!lFiYD``(;r@u*&g42Lh84!%dY zf{Zg+tIm}?na**T+pco08nqGcyc~Oiz@A9m@8(RvjG~9pmE{VDIQ+ zZV6JDdcOQOkm4x`@(cct01QI+&z%E`M|-+BhE&|z)9)?RV8G$L^6BLxzwd_!iTBAJ z;Bh_?EqFLd^swy{Zngs5z79q9H-BE}KS;`)=5#WBz%cn2?`YLGY omfZrM8HG)Xm~5+kKM5r;@Ue1=8t|W72(*U5)78&qol`;+0LOe@w*UYD literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/anvilcraft/textures/block/charge_collector_top.png b/src/main/resources/assets/anvilcraft/textures/block/charge_collector_top.png index f14bb561a0c7713d53e3c2f49da8ffc1cae5aee1..28598815338acc5dd3db63c8778bbdf2401e1c2a 100644 GIT binary patch delta 184 zcmV;p07w6b0{H=uNq;0zOjJe4bXI3+XfQH0sarytP&gTTjPRk zSzBDmpG4mP003)AL_t(|+H8+m4#Y4BLkR(Fhx^}mXg`}V5<*Wb#tQ7NHL7l+3`Jn- zp#Td;W~MvoJ_TuwH0g{aOY{R25qnS41FBqM(;^Fbm96#@+A$-=@m>RX_Qad`AAClx mrPtZZ*k%2C?)&~vfB^t#eFkaLM)Lvy0000E@x?ISzBB;IXp~GP(MLL zK&{BN0001eNklhhJlf3WOR(VrH#F#i;rIb0|Uc3mDEE(ilZdRFZe$M zFx+e28wnH(@^oJ(eqv^TezypEW2d%U?CIQ5v3v77yb#Nws*8_y`PUvPSUGj?_9FVzDKw*0J>i!YY` Q02FVdQ&MBb@06>>U^8f$< delta 158 zcmaFC_?dBnC%0UHPl)TGY@e0UP80nk>hFh5FJoX};3^673;quS44cmAoCk`Adb&7< zRNPwA=g8IIz{9*dd)ATv^*6$%iSFTiCS+w`Qn*iOKVyKBS;4cwlV6x7z4wTosbIKY zQ+S5=#F;0S7lXAAHM+m&GZZV!U4v5M-P~1lt&77V3}Y9H z%P6O3W)#`mt+qDzkdqaYkTO+L4o#_O_w&709bI$wRP2te0ZPK=V%*)Xy6J}Uo08m5 zl!O7zZoG2O7D&mK1o;L3#{(E5+n#3u70&Z?aSW-rWpX~8k42G#A>hi(y&XY&{#%M4 z*O6zNC%`mC|Hh)!3tFO6)7Zk!-uu2+_$gcAx9=RQr5~}cdG)){GV#Whr~_UD0W_6F6r7RG)#`~PR3zJB%9C*cGJ4G+;n{S}wXfG%b5boFyt I=akR{03Jx4NB{r; literal 0 HcmV?d00001