From bdaa7e2bed5de1834202a1252ddba268db0d2de3 Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Wed, 29 Jan 2020 00:15:54 +0100 Subject: [PATCH] Polishing Assets - Added missing shafts to item models of kinetic blocks - Replaced old brass colors in the block textures --- .../models/block/encased_belt/item.json | 90 +++++ .../create/models/block/gauge/item_speed.json | 1 - .../models/block/gauge/item_stress.json | 1 - .../assets/create/models/item/clutch.json | 89 ++++- .../create/models/item/encased_belt.json | 2 +- .../create/models/item/encased_shaft.json | 89 ++++- .../assets/create/models/item/gearbox.json | 87 ++++- .../assets/create/models/item/gearshift.json | 89 ++++- .../create/models/item/mechanical_piston.json | 94 +++++- .../create/models/item/mechanical_press.json | 315 ++++++++++-------- .../models/item/sticky_mechanical_piston.json | 7 +- .../create/models/item/vertical_gearbox.json | 130 +++++--- .../textures/block/belt_support_side.png | Bin 491 -> 496 bytes .../create/textures/block/brass_block.png | Bin 0 -> 572 bytes .../textures/block/brass_casing_side.png | Bin 424 -> 487 bytes .../textures/block/connected/brass_casing.png | Bin 2988 -> 3231 bytes .../textures/block/connected/crafter_side.png | Bin 841 -> 952 bytes .../create/textures/block/contact_front.png | Bin 476 -> 549 bytes .../create/textures/block/contact_side.png | Bin 460 -> 494 bytes .../textures/block/contact_side_powered.png | Bin 488 -> 533 bytes .../create/textures/block/crafter_side.png | Bin 548 -> 574 bytes .../create/textures/block/crafter_top.png | Bin 540 -> 516 bytes .../textures/block/crafter_topunderside.png | Bin 741 -> 631 bytes .../textures/block/entity_detector_front.png | Bin 443 -> 453 bytes .../textures/block/entity_detector_off.png | Bin 523 -> 529 bytes .../textures/block/entity_detector_on.png | Bin 533 -> 544 bytes 26 files changed, 792 insertions(+), 202 deletions(-) create mode 100644 src/main/resources/assets/create/models/block/encased_belt/item.json create mode 100644 src/main/resources/assets/create/textures/block/brass_block.png diff --git a/src/main/resources/assets/create/models/block/encased_belt/item.json b/src/main/resources/assets/create/models/block/encased_belt/item.json new file mode 100644 index 000000000..e94e7384b --- /dev/null +++ b/src/main/resources/assets/create/models/block/encased_belt/item.json @@ -0,0 +1,90 @@ +{ + "credit": "Made with Blockbench", + "parent": "block/block", + "textures": { + "0": "create:block/encased_belt", + "1": "create:block/gearbox", + "particle": "create:block/axis", + "1_0": "create:block/axis", + "1_1": "create:block/axis_top" + }, + "elements": [ + { + "name": "Base", + "from": [0, 0, 0], + "to": [16, 2, 16], + "faces": { + "north": {"uv": [0, 14, 16, 16], "texture": "#1"}, + "east": {"uv": [14, 0, 16, 16], "rotation": 90, "texture": "#0"}, + "south": {"uv": [0, 14, 16, 16], "texture": "#1"}, + "west": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "down": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#0"} + } + }, + { + "name": "Core", + "from": [2, 2, 1], + "to": [14, 14, 15], + "faces": { + "north": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "south": {"uv": [2, 2, 14, 14], "texture": "#1"} + } + }, + { + "name": "Top", + "from": [0, 14, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 2], "texture": "#1"}, + "east": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, + "south": {"uv": [0, 0, 16, 2], "texture": "#1"}, + "west": {"uv": [14, 0, 16, 16], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#0"} + } + }, + { + "name": "SIde", + "from": [0, 2, 0], + "to": [2, 14, 16], + "faces": { + "north": {"uv": [14, 2, 16, 14], "texture": "#1"}, + "east": {"uv": [2, 0, 14, 16], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 2, 2, 14], "texture": "#1"}, + "west": {"uv": [2, 0, 14, 16], "rotation": 270, "texture": "#0"} + } + }, + { + "name": "Side", + "from": [14, 2, 0], + "to": [16, 14, 16], + "faces": { + "north": {"uv": [0, 2, 2, 14], "texture": "#1"}, + "east": {"uv": [2, 0, 14, 16], "rotation": 90, "texture": "#0"}, + "south": {"uv": [14, 2, 16, 14], "texture": "#1"}, + "west": {"uv": [2, 0, 14, 16], "rotation": 270, "texture": "#0"} + } + }, + { + "name": "Axis", + "from": [6, 6, 0], + "to": [10, 10, 16], + "faces": { + "north": {"uv": [6, 6, 10, 10], "rotation": 180, "texture": "#1_1"}, + "east": {"uv": [6, 0, 10, 16], "rotation": 90, "texture": "#1_0"}, + "south": {"uv": [6, 6, 10, 10], "texture": "#1_1"}, + "west": {"uv": [6, 0, 10, 16], "rotation": 270, "texture": "#1_0"}, + "up": {"uv": [6, 0, 10, 16], "texture": "#1_0"}, + "down": {"uv": [6, 0, 10, 16], "rotation": 180, "texture": "#1_0"} + } + } + ], + "groups": [0, 1, 2, 3, 4, + { + "name": "shaft", + "origin": [8, 8, 8], + "children": [5] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/create/models/block/gauge/item_speed.json b/src/main/resources/assets/create/models/block/gauge/item_speed.json index 4acb891eb..4df920337 100644 --- a/src/main/resources/assets/create/models/block/gauge/item_speed.json +++ b/src/main/resources/assets/create/models/block/gauge/item_speed.json @@ -102,7 +102,6 @@ "name": "Axis", "from": [6, 6, 0], "to": [10, 10, 16], - "shade": false, "faces": { "north": {"uv": [6, 6, 10, 10], "rotation": 180, "texture": "#1"}, "east": {"uv": [6, 0, 10, 16], "rotation": 270, "texture": "#0"}, diff --git a/src/main/resources/assets/create/models/block/gauge/item_stress.json b/src/main/resources/assets/create/models/block/gauge/item_stress.json index f059867f7..38582a770 100644 --- a/src/main/resources/assets/create/models/block/gauge/item_stress.json +++ b/src/main/resources/assets/create/models/block/gauge/item_stress.json @@ -102,7 +102,6 @@ "name": "Axis", "from": [6, 6, 0], "to": [10, 10, 16], - "shade": false, "faces": { "north": {"uv": [6, 6, 10, 10], "rotation": 180, "texture": "#1"}, "east": {"uv": [6, 0, 10, 16], "rotation": 270, "texture": "#0"}, diff --git a/src/main/resources/assets/create/models/item/clutch.json b/src/main/resources/assets/create/models/item/clutch.json index f36f45866..eda38aa09 100644 --- a/src/main/resources/assets/create/models/item/clutch.json +++ b/src/main/resources/assets/create/models/item/clutch.json @@ -1,3 +1,90 @@ { - "parent": "create:block/clutch_off" + "credit": "Made with Blockbench", + "parent": "block/block", + "textures": { + "0": "create:block/clutch_off", + "1": "create:block/gearbox", + "particle": "create:block/axis", + "1_0": "create:block/axis", + "1_1": "create:block/axis_top" + }, + "elements": [ + { + "name": "Bottom", + "from": [0, 0, 0], + "to": [16, 2, 16], + "faces": { + "north": {"uv": [0, 14, 16, 16], "texture": "#0"}, + "east": {"uv": [0, 14, 16, 16], "texture": "#0"}, + "south": {"uv": [0, 14, 16, 16], "texture": "#0"}, + "west": {"uv": [0, 14, 16, 16], "texture": "#0"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "down": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#0"} + } + }, + { + "name": "Core", + "from": [1, 2, 1], + "to": [15, 14, 15], + "faces": { + "north": {"uv": [1, 2, 15, 14], "texture": "#1"}, + "south": {"uv": [1, 2, 15, 14], "texture": "#1"} + } + }, + { + "name": "Top", + "from": [0, 14, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 2], "texture": "#0"}, + "east": {"uv": [0, 0, 16, 2], "texture": "#0"}, + "south": {"uv": [0, 0, 16, 2], "texture": "#0"}, + "west": {"uv": [0, 0, 16, 2], "texture": "#0"}, + "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#0"} + } + }, + { + "name": "SideWest", + "from": [0, 2, 0], + "to": [2, 14, 16], + "faces": { + "north": {"uv": [14, 2, 16, 14], "texture": "#0"}, + "east": {"uv": [0, 2, 16, 14], "texture": "#0"}, + "south": {"uv": [0, 2, 2, 14], "texture": "#0"}, + "west": {"uv": [0, 2, 16, 14], "texture": "#0"} + } + }, + { + "name": "SideEast", + "from": [14, 2, 0], + "to": [16, 14, 16], + "faces": { + "north": {"uv": [0, 2, 2, 14], "texture": "#0"}, + "east": {"uv": [0, 2, 16, 14], "texture": "#0"}, + "south": {"uv": [14, 2, 16, 14], "texture": "#0"}, + "west": {"uv": [0, 2, 16, 14], "texture": "#0"} + } + }, + { + "name": "Axis", + "from": [6, 6, 0], + "to": [10, 10, 16], + "faces": { + "north": {"uv": [6, 6, 10, 10], "rotation": 180, "texture": "#1_1"}, + "east": {"uv": [6, 0, 10, 16], "rotation": 90, "texture": "#1_0"}, + "south": {"uv": [6, 6, 10, 10], "texture": "#1_1"}, + "west": {"uv": [6, 0, 10, 16], "rotation": 270, "texture": "#1_0"}, + "up": {"uv": [6, 0, 10, 16], "texture": "#1_0"}, + "down": {"uv": [6, 0, 10, 16], "rotation": 180, "texture": "#1_0"} + } + } + ], + "groups": [0, 1, 2, 3, 4, + { + "name": "shaft", + "origin": [8, 8, 8], + "children": [5] + } + ] } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/encased_belt.json b/src/main/resources/assets/create/models/item/encased_belt.json index 46d36fd69..ac1722910 100644 --- a/src/main/resources/assets/create/models/item/encased_belt.json +++ b/src/main/resources/assets/create/models/item/encased_belt.json @@ -1,3 +1,3 @@ { - "parent": "create:block/encased_belt/single" + "parent": "create:block/encased_belt/item" } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/encased_shaft.json b/src/main/resources/assets/create/models/item/encased_shaft.json index 962a2dbf7..c37c70f9d 100644 --- a/src/main/resources/assets/create/models/item/encased_shaft.json +++ b/src/main/resources/assets/create/models/item/encased_shaft.json @@ -1,3 +1,90 @@ { - "parent": "create:block/encased_shaft" + "credit": "Made with Blockbench", + "parent": "block/block", + "textures": { + "0": "create:block/gearbox_top", + "1": "create:block/gearbox", + "particle": "create:block/axis", + "1_0": "create:block/axis", + "1_1": "create:block/axis_top" + }, + "elements": [ + { + "name": "Bottom", + "from": [0, 0, 0], + "to": [16, 2, 16], + "faces": { + "north": {"uv": [0, 14, 16, 16], "texture": "#0"}, + "east": {"uv": [0, 14, 16, 16], "texture": "#0"}, + "south": {"uv": [0, 14, 16, 16], "texture": "#0"}, + "west": {"uv": [0, 14, 16, 16], "texture": "#0"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#0"} + } + }, + { + "name": "Core", + "from": [1, 2, 1], + "to": [15, 14, 15], + "faces": { + "north": {"uv": [1, 2, 15, 14], "texture": "#1"}, + "south": {"uv": [1, 2, 15, 14], "texture": "#1"} + } + }, + { + "name": "Top", + "from": [0, 14, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 2], "texture": "#0"}, + "east": {"uv": [0, 0, 16, 2], "texture": "#0"}, + "south": {"uv": [0, 0, 16, 2], "texture": "#0"}, + "west": {"uv": [0, 0, 16, 2], "texture": "#0"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#0"} + } + }, + { + "name": "SideWest", + "from": [0, 2, 0], + "to": [2, 14, 16], + "faces": { + "north": {"uv": [14, 2, 16, 14], "texture": "#0"}, + "east": {"uv": [0, 2, 16, 14], "texture": "#0"}, + "south": {"uv": [0, 2, 2, 14], "texture": "#0"}, + "west": {"uv": [0, 2, 16, 14], "texture": "#0"} + } + }, + { + "name": "SideEast", + "from": [14, 2, 0], + "to": [16, 14, 16], + "faces": { + "north": {"uv": [0, 2, 2, 14], "texture": "#0"}, + "east": {"uv": [0, 2, 16, 14], "texture": "#0"}, + "south": {"uv": [14, 2, 16, 14], "texture": "#0"}, + "west": {"uv": [0, 2, 16, 14], "texture": "#0"} + } + }, + { + "name": "Axis", + "from": [6, 6, 0], + "to": [10, 10, 16], + "faces": { + "north": {"uv": [6, 6, 10, 10], "rotation": 180, "texture": "#1_1"}, + "east": {"uv": [6, 0, 10, 16], "rotation": 90, "texture": "#1_0"}, + "south": {"uv": [6, 6, 10, 10], "texture": "#1_1"}, + "west": {"uv": [6, 0, 10, 16], "rotation": 270, "texture": "#1_0"}, + "up": {"uv": [6, 0, 10, 16], "texture": "#1_0"}, + "down": {"uv": [6, 0, 10, 16], "rotation": 180, "texture": "#1_0"} + } + } + ], + "groups": [0, 1, 2, 3, 4, + { + "name": "shaft", + "origin": [8, 8, 8], + "children": [5] + } + ] } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/gearbox.json b/src/main/resources/assets/create/models/item/gearbox.json index c9a04a2b5..aa9a6d7d1 100644 --- a/src/main/resources/assets/create/models/item/gearbox.json +++ b/src/main/resources/assets/create/models/item/gearbox.json @@ -1,3 +1,88 @@ { - "parent": "create:block/gearbox" + "credit": "Made with Blockbench", + "parent": "block/block", + "textures": { + "0": "create:block/gearbox_top", + "1": "create:block/gearbox", + "particle": "create:block/axis", + "1_0": "create:block/axis", + "1_1": "create:block/axis_top" + }, + "elements": [ + { + "name": "Bottom", + "from": [0, 0, 0], + "to": [16, 2, 16], + "faces": { + "north": {"uv": [0, 14, 16, 16], "texture": "#0"}, + "east": {"uv": [0, 14, 16, 16], "texture": "#0"}, + "south": {"uv": [0, 14, 16, 16], "texture": "#0"}, + "west": {"uv": [0, 14, 16, 16], "texture": "#0"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#0"} + } + }, + { + "name": "Core", + "from": [1, 2, 1], + "to": [15, 14, 15], + "faces": { + "north": {"uv": [1, 2, 15, 14], "texture": "#1"}, + "east": {"uv": [1, 2, 15, 14], "texture": "#1"}, + "south": {"uv": [1, 2, 15, 14], "texture": "#1"}, + "west": {"uv": [1, 2, 15, 14], "texture": "#1"} + } + }, + { + "name": "Top", + "from": [0, 14, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 2], "texture": "#0"}, + "east": {"uv": [0, 0, 16, 2], "texture": "#0"}, + "south": {"uv": [0, 0, 16, 2], "texture": "#0"}, + "west": {"uv": [0, 0, 16, 2], "texture": "#0"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#0"} + } + }, + { + "name": "Axis", + "from": [6, 6, 0], + "to": [10, 10, 16], + "faces": { + "north": {"uv": [6, 6, 10, 10], "rotation": 180, "texture": "#1_1"}, + "east": {"uv": [6, 0, 10, 16], "rotation": 90, "texture": "#1_0"}, + "south": {"uv": [6, 6, 10, 10], "texture": "#1_1"}, + "west": {"uv": [6, 0, 10, 16], "rotation": 270, "texture": "#1_0"}, + "up": {"uv": [6, 0, 10, 16], "texture": "#1_0"}, + "down": {"uv": [6, 0, 10, 16], "rotation": 180, "texture": "#1_0"} + } + }, + { + "name": "Axis", + "from": [0, 6, 6], + "to": [16, 10, 10], + "faces": { + "north": {"uv": [6, 0, 10, 16], "rotation": 90, "texture": "#1_0"}, + "east": {"uv": [6, 6, 10, 10], "rotation": 270, "texture": "#1_1"}, + "south": {"uv": [6, 0, 10, 16], "rotation": 270, "texture": "#1_0"}, + "west": {"uv": [6, 6, 10, 10], "rotation": 270, "texture": "#1_1"}, + "up": {"uv": [6, 0, 10, 16], "rotation": 270, "texture": "#1_0"}, + "down": {"uv": [6, 0, 10, 16], "rotation": 270, "texture": "#1_0"} + } + } + ], + "groups": [0, 1, 2, + { + "name": "shaft", + "origin": [8, 8, 8], + "children": [3] + }, + { + "name": "shaft", + "origin": [8, 8, 8], + "children": [4] + } + ] } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/gearshift.json b/src/main/resources/assets/create/models/item/gearshift.json index 74acd75da..52e8f3ac2 100644 --- a/src/main/resources/assets/create/models/item/gearshift.json +++ b/src/main/resources/assets/create/models/item/gearshift.json @@ -1,3 +1,90 @@ { - "parent": "create:block/gearshift_off" + "credit": "Made with Blockbench", + "parent": "block/block", + "textures": { + "0": "create:block/gearshift_off", + "1": "create:block/gearbox", + "particle": "create:block/axis", + "1_0": "create:block/axis", + "1_1": "create:block/axis_top" + }, + "elements": [ + { + "name": "Bottom", + "from": [0, 0, 0], + "to": [16, 2, 16], + "faces": { + "north": {"uv": [0, 14, 16, 16], "texture": "#0"}, + "east": {"uv": [0, 14, 16, 16], "texture": "#0"}, + "south": {"uv": [0, 14, 16, 16], "texture": "#0"}, + "west": {"uv": [0, 14, 16, 16], "texture": "#0"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "down": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#0"} + } + }, + { + "name": "Core", + "from": [1, 2, 1], + "to": [15, 14, 15], + "faces": { + "north": {"uv": [1, 2, 15, 14], "texture": "#1"}, + "south": {"uv": [1, 2, 15, 14], "texture": "#1"} + } + }, + { + "name": "Top", + "from": [0, 14, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 2], "texture": "#0"}, + "east": {"uv": [0, 0, 16, 2], "texture": "#0"}, + "south": {"uv": [0, 0, 16, 2], "texture": "#0"}, + "west": {"uv": [0, 0, 16, 2], "texture": "#0"}, + "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#0"} + } + }, + { + "name": "SideWest", + "from": [0, 2, 0], + "to": [2, 14, 16], + "faces": { + "north": {"uv": [14, 2, 16, 14], "texture": "#0"}, + "east": {"uv": [0, 2, 16, 14], "texture": "#0"}, + "south": {"uv": [0, 2, 2, 14], "texture": "#0"}, + "west": {"uv": [0, 2, 16, 14], "texture": "#0"} + } + }, + { + "name": "SideEast", + "from": [14, 2, 0], + "to": [16, 14, 16], + "faces": { + "north": {"uv": [0, 2, 2, 14], "texture": "#0"}, + "east": {"uv": [0, 2, 16, 14], "texture": "#0"}, + "south": {"uv": [14, 2, 16, 14], "texture": "#0"}, + "west": {"uv": [0, 2, 16, 14], "texture": "#0"} + } + }, + { + "name": "Axis", + "from": [6, 6, 0], + "to": [10, 10, 16], + "faces": { + "north": {"uv": [6, 6, 10, 10], "rotation": 180, "texture": "#1_1"}, + "east": {"uv": [6, 0, 10, 16], "rotation": 90, "texture": "#1_0"}, + "south": {"uv": [6, 6, 10, 10], "texture": "#1_1"}, + "west": {"uv": [6, 0, 10, 16], "rotation": 270, "texture": "#1_0"}, + "up": {"uv": [6, 0, 10, 16], "texture": "#1_0"}, + "down": {"uv": [6, 0, 10, 16], "rotation": 180, "texture": "#1_0"} + } + } + ], + "groups": [0, 1, 2, 3, 4, + { + "name": "shaft", + "origin": [8, 8, 8], + "children": [5] + } + ] } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/mechanical_piston.json b/src/main/resources/assets/create/models/item/mechanical_piston.json index f421820e2..590db2785 100644 --- a/src/main/resources/assets/create/models/item/mechanical_piston.json +++ b/src/main/resources/assets/create/models/item/mechanical_piston.json @@ -1,3 +1,95 @@ { - "parent": "create:block/mechanical_piston" + "credit": "Made with Blockbench", + "parent": "block/block", + "textures": { + "0": "create:block/gearbox_top", + "1": "create:block/piston_bottom", + "2": "create:block/gearbox", + "3": "create:block/piston_inner", + "4": "block/piston_side", + "5": "block/piston_top", + "particle": "create:block/axis", + "1_0": "create:block/axis", + "1_1": "create:block/axis_top" + }, + "elements": [ + { + "name": "Bottom", + "from": [0, 0, 0], + "to": [16, 2, 16], + "faces": { + "north": {"uv": [0, 14, 16, 16], "texture": "#0"}, + "east": {"uv": [0, 14, 16, 16], "texture": "#0"}, + "south": {"uv": [0, 14, 16, 16], "texture": "#0"}, + "west": {"uv": [0, 14, 16, 16], "texture": "#0"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#1"} + } + }, + { + "name": "Inner", + "from": [2, 2, 1], + "to": [14, 12, 15], + "faces": { + "north": {"uv": [2, 4, 14, 14], "texture": "#2"}, + "south": {"uv": [2, 4, 14, 14], "texture": "#2"}, + "down": {"uv": [0, 0, 12, 14], "texture": "#2"} + } + }, + { + "name": "Side", + "from": [0, 2, 0], + "to": [2, 12, 16], + "faces": { + "north": {"uv": [14, 0, 16, 10], "texture": "#0"}, + "east": {"uv": [0, 0, 16, 10], "texture": "#0"}, + "south": {"uv": [0, 0, 2, 10], "texture": "#0"}, + "west": {"uv": [0, 0, 16, 10], "texture": "#0"} + } + }, + { + "name": "Side2", + "from": [14, 2, 0], + "to": [16, 12, 16], + "faces": { + "north": {"uv": [0, 0, 2, 10], "texture": "#0"}, + "east": {"uv": [0, 0, 16, 10], "texture": "#0"}, + "south": {"uv": [14, 0, 16, 10], "texture": "#0"}, + "west": {"uv": [0, 0, 16, 10], "texture": "#0"} + } + }, + { + "name": "Top", + "from": [0, 12, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 4], "texture": "#4"}, + "east": {"uv": [0, 0, 16, 4], "texture": "#4"}, + "south": {"uv": [0, 0, 16, 4], "texture": "#4"}, + "west": {"uv": [0, 0, 16, 4], "texture": "#4"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#5"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#3"} + } + }, + { + "name": "Axis", + "from": [6, 6, 0], + "to": [10, 10, 16], + "faces": { + "north": {"uv": [6, 6, 10, 10], "rotation": 180, "texture": "#1_1"}, + "east": {"uv": [6, 0, 10, 16], "rotation": 90, "texture": "#1_0"}, + "south": {"uv": [6, 6, 10, 10], "texture": "#1_1"}, + "west": {"uv": [6, 0, 10, 16], "rotation": 270, "texture": "#1_0"}, + "up": {"uv": [6, 0, 10, 16], "texture": "#1_0"}, + "down": {"uv": [6, 0, 10, 16], "rotation": 180, "texture": "#1_0"} + } + } + ], + "groups": [0, 1, 2, 3, 4, + { + "name": "shaft", + "origin": [8, 8, 8], + "children": [5] + } + ] } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/mechanical_press.json b/src/main/resources/assets/create/models/item/mechanical_press.json index 20baae057..e0284b15f 100644 --- a/src/main/resources/assets/create/models/item/mechanical_press.json +++ b/src/main/resources/assets/create/models/item/mechanical_press.json @@ -1,152 +1,173 @@ { - "__comment": "Model generated using MrCrayfish's Model Creator (https://mrcrayfish.com/tools?id=mc)", + "credit": "Made with Blockbench", "parent": "block/block", - "textures": { - "mechanical_press_head": "create:block/mechanical_press_head", - "gearbox_top": "create:block/gearbox_top", - "mechanical_press_pole": "create:block/mechanical_press_pole", - "gearbox": "create:block/gearbox", - "mechanical_press_top": "create:block/mechanical_press_top", - "mechanical_press_bottom": "create:block/mechanical_press_bottom", - "particle": "create:block/gearbox_top" - }, + "textures": { + "0": "create:block/axis", + "1": "create:block/axis_top", + "mechanical_press_head": "create:block/mechanical_press_head", + "gearbox_top": "create:block/gearbox_top", + "mechanical_press_pole": "create:block/mechanical_press_pole", + "gearbox": "create:block/gearbox", + "mechanical_press_top": "create:block/mechanical_press_top", + "mechanical_press_bottom": "create:block/mechanical_press_bottom", + "particle": "create:block/axis" + }, + "elements": [ + { + "name": "Top", + "from": [0, 18, 0], + "to": [16, 20, 16], + "faces": { + "north": {"uv": [0, 0, 16, 2], "texture": "#gearbox"}, + "east": {"uv": [0, 0, 16, 2], "texture": "#gearbox"}, + "south": {"uv": [0, 0, 16, 2], "texture": "#gearbox"}, + "west": {"uv": [0, 0, 16, 2], "texture": "#gearbox"}, + "up": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#mechanical_press_top"}, + "down": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#gearbox"} + } + }, + { + "name": "Core", + "from": [2, 8, 1], + "to": [14, 18, 15], + "faces": { + "north": {"uv": [2, 2, 14, 12], "texture": "#gearbox"}, + "south": {"uv": [2, 2, 14, 12], "texture": "#gearbox"}, + "down": {"uv": [2, 1, 14, 15], "rotation": 180, "texture": "#mechanical_press_bottom"} + } + }, + { + "name": "Side", + "from": [14, 6, 0], + "to": [16, 18, 16], + "faces": { + "north": {"uv": [0, 2, 2, 14], "texture": "#gearbox_top"}, + "east": {"uv": [0, 4, 16, 16], "texture": "#gearbox_top"}, + "south": {"uv": [14, 2, 16, 14], "texture": "#gearbox_top"}, + "west": {"uv": [0, 4, 16, 16], "texture": "#gearbox_top"}, + "down": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#gearbox_top"} + } + }, + { + "name": "Side", + "from": [0, 6, 0], + "to": [2, 18, 16], + "faces": { + "north": {"uv": [14, 2, 16, 14], "texture": "#gearbox_top"}, + "east": {"uv": [0, 4, 16, 16], "texture": "#gearbox_top"}, + "south": {"uv": [0, 2, 2, 14], "texture": "#gearbox_top"}, + "west": {"uv": [0, 4, 16, 16], "texture": "#gearbox_top"}, + "down": {"uv": [14, 0, 16, 16], "rotation": 180, "texture": "#gearbox_top"} + } + }, + { + "name": "Pole1Core", + "from": [6, 4, 6], + "to": [10, 14, 10], + "faces": { + "east": {"uv": [6, 6, 10, 16], "texture": "#mechanical_press_pole"}, + "west": {"uv": [6, 6, 10, 16], "texture": "#mechanical_press_pole"} + } + }, + { + "name": "Pole2Core", + "from": [6, 14, 6], + "to": [10, 27, 10], + "faces": { + "east": {"uv": [6, 0, 10, 13], "texture": "#mechanical_press_pole"}, + "west": {"uv": [6, 0, 10, 13], "texture": "#mechanical_press_pole"}, + "up": {"uv": [11, 1, 15, 5], "rotation": 180, "texture": "#mechanical_press_pole"} + } + }, + { + "name": "Pole1Side", + "from": [5, 4, 5], + "to": [11, 14, 6], + "faces": { + "north": {"uv": [0, 6, 6, 16], "texture": "#mechanical_press_pole"}, + "east": {"uv": [0, 6, 1, 16], "texture": "#mechanical_press_pole"}, + "south": {"uv": [0, 6, 6, 16], "texture": "#mechanical_press_pole"}, + "west": {"uv": [5, 6, 6, 16], "texture": "#mechanical_press_pole"} + } + }, + { + "name": "Pole1Side", + "from": [5, 4, 10], + "to": [11, 14, 11], + "faces": { + "north": {"uv": [0, 6, 6, 16], "texture": "#mechanical_press_pole"}, + "east": {"uv": [0, 6, 1, 16], "texture": "#mechanical_press_pole"}, + "south": {"uv": [0, 6, 6, 16], "texture": "#mechanical_press_pole"}, + "west": {"uv": [5, 6, 6, 16], "texture": "#mechanical_press_pole"} + } + }, + { + "name": "Pole2Side", + "from": [5, 14, 10], + "to": [11, 27, 11], + "faces": { + "north": {"uv": [0, 0, 6, 13], "texture": "#mechanical_press_pole"}, + "east": {"uv": [0, 0, 1, 13], "texture": "#mechanical_press_pole"}, + "south": {"uv": [0, 0, 6, 13], "texture": "#mechanical_press_pole"}, + "west": {"uv": [5, 0, 6, 13], "texture": "#mechanical_press_pole"}, + "up": {"uv": [10, 0, 16, 1], "rotation": 180, "texture": "#mechanical_press_pole"} + } + }, + { + "name": "Pole2Side", + "from": [5, 14, 5], + "to": [11, 27, 6], + "faces": { + "north": {"uv": [0, 0, 6, 13], "texture": "#mechanical_press_pole"}, + "east": {"uv": [0, 0, 1, 13], "texture": "#mechanical_press_pole"}, + "south": {"uv": [0, 0, 6, 13], "texture": "#mechanical_press_pole"}, + "west": {"uv": [5, 0, 6, 13], "texture": "#mechanical_press_pole"}, + "up": {"uv": [10, 5, 16, 6], "rotation": 180, "texture": "#mechanical_press_pole"} + } + }, + { + "name": "Head", + "from": [3, 0, 3], + "to": [13, 4, 13], + "faces": { + "north": {"uv": [1, 0, 11, 4], "texture": "#mechanical_press_head"}, + "east": {"uv": [1, 0, 11, 4], "texture": "#mechanical_press_head"}, + "south": {"uv": [1, 0, 11, 4], "texture": "#mechanical_press_head"}, + "west": {"uv": [1, 0, 11, 4], "texture": "#mechanical_press_head"}, + "up": {"uv": [1, 5, 11, 15], "rotation": 180, "texture": "#mechanical_press_head"}, + "down": {"uv": [1, 5, 11, 15], "rotation": 180, "texture": "#mechanical_press_head"} + } + }, + { + "name": "Axis", + "from": [6, 10, 0], + "to": [10, 14, 16], + "faces": { + "north": {"uv": [6, 6, 10, 10], "rotation": 180, "texture": "#1"}, + "east": {"uv": [6, 0, 10, 16], "rotation": 90, "texture": "#0"}, + "south": {"uv": [6, 6, 10, 10], "texture": "#1"}, + "west": {"uv": [6, 0, 10, 16], "rotation": 270, "texture": "#0"}, + "up": {"uv": [6, 0, 10, 16], "texture": "#0"}, + "down": {"uv": [6, 0, 10, 16], "rotation": 180, "texture": "#0"} + } + } + ], "display": { - "gui": { - "rotation": [ 30, 225, 0 ], - "translation": [ 0, -2, 0], - "scale":[ 0.55, 0.55, 0.55 ] - }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, -2, 0], + "scale": [0.55, 0.55, 0.55] + }, "fixed": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, -2.75, -0.0625], - "scale":[ 0.5, 0.5, 0.5 ] - } - }, - "elements": [ - { - "name": "Top", - "from": [ 0, 18, 0 ], - "to": [ 16, 20, 16 ], - "faces": { - "north": { "texture": "#gearbox", "uv": [ 0, 0, 16, 2 ] }, - "east": { "texture": "#gearbox", "uv": [ 0, 0, 16, 2 ] }, - "south": { "texture": "#gearbox", "uv": [ 0, 0, 16, 2 ] }, - "west": { "texture": "#gearbox", "uv": [ 0, 0, 16, 2 ] }, - "up": { "texture": "#mechanical_press_top", "uv": [ 0, 0, 16, 16 ], "rotation": 180 }, - "down": { "texture": "#gearbox", "uv": [ 0, 0, 16, 16 ], "rotation": 180 } - } - }, - { - "name": "Core", - "from": [ 2, 8, 1 ], - "to": [ 14, 18, 15 ], - "faces": { - "north": { "texture": "#gearbox", "uv": [ 2, 2, 14, 12 ] }, - "south": { "texture": "#gearbox", "uv": [ 2, 2, 14, 12 ] }, - "down": { "texture": "#mechanical_press_bottom", "uv": [ 2, 1, 14, 15 ], "rotation": 180 } - } - }, - { - "name": "Side", - "from": [ 14, 6, 0 ], - "to": [ 16, 18, 16 ], - "faces": { - "north": { "texture": "#gearbox_top", "uv": [ 0, 2, 2, 14 ] }, - "east": { "texture": "#gearbox_top", "uv": [ 0, 4, 16, 16 ] }, - "south": { "texture": "#gearbox_top", "uv": [ 14, 2, 16, 14 ] }, - "west": { "texture": "#gearbox_top", "uv": [ 0, 4, 16, 16 ] }, - "down": { "texture": "#gearbox_top", "uv": [ 0, 0, 2, 16 ], "rotation": 180 } - } - }, - { - "name": "Side", - "from": [ 0, 6, 0 ], - "to": [ 2, 18, 16 ], - "faces": { - "north": { "texture": "#gearbox_top", "uv": [ 14, 2, 16, 14 ] }, - "east": { "texture": "#gearbox_top", "uv": [ 0, 4, 16, 16 ] }, - "south": { "texture": "#gearbox_top", "uv": [ 0, 2, 2, 14 ] }, - "west": { "texture": "#gearbox_top", "uv": [ 0, 4, 16, 16 ] }, - "down": { "texture": "#gearbox_top", "uv": [ 14, 0, 16, 16 ], "rotation": 180 } - } - }, - { - "name": "Pole1Core", - "from": [ 6, 4, 6 ], - "to": [ 10, 14, 10 ], - "faces": { - "east": { "texture": "#mechanical_press_pole", "uv": [ 6, 6, 10, 16 ] }, - "west": { "texture": "#mechanical_press_pole", "uv": [ 6, 6, 10, 16 ] } - } - }, - { - "name": "Pole2Core", - "from": [ 6, 14, 6 ], - "to": [ 10, 27, 10 ], - "faces": { - "east": { "texture": "#mechanical_press_pole", "uv": [ 6, 0, 10, 13 ] }, - "west": { "texture": "#mechanical_press_pole", "uv": [ 6, 0, 10, 13 ] }, - "up": { "texture": "#mechanical_press_pole", "uv": [ 11, 1, 15, 5 ], "rotation": 180 } - } - }, - { - "name": "Pole1Side", - "from": [ 5, 4, 5 ], - "to": [ 11, 14, 6 ], - "faces": { - "north": { "texture": "#mechanical_press_pole", "uv": [ 0, 6, 6, 16 ] }, - "east": { "texture": "#mechanical_press_pole", "uv": [ 0, 6, 1, 16 ] }, - "south": { "texture": "#mechanical_press_pole", "uv": [ 0, 6, 6, 16 ] }, - "west": { "texture": "#mechanical_press_pole", "uv": [ 5, 6, 6, 16 ] } - } - }, - { - "name": "Pole1Side", - "from": [ 5, 4, 10 ], - "to": [ 11, 14, 11 ], - "faces": { - "north": { "texture": "#mechanical_press_pole", "uv": [ 0, 6, 6, 16 ] }, - "east": { "texture": "#mechanical_press_pole", "uv": [ 0, 6, 1, 16 ] }, - "south": { "texture": "#mechanical_press_pole", "uv": [ 0, 6, 6, 16 ] }, - "west": { "texture": "#mechanical_press_pole", "uv": [ 5, 6, 6, 16 ] } - } - }, - { - "name": "Pole2Side", - "from": [ 5, 14, 10 ], - "to": [ 11, 27, 11 ], - "faces": { - "north": { "texture": "#mechanical_press_pole", "uv": [ 0, 0, 6, 13 ] }, - "east": { "texture": "#mechanical_press_pole", "uv": [ 0, 0, 1, 13 ] }, - "south": { "texture": "#mechanical_press_pole", "uv": [ 0, 0, 6, 13 ] }, - "west": { "texture": "#mechanical_press_pole", "uv": [ 5, 0, 6, 13 ] }, - "up": { "texture": "#mechanical_press_pole", "uv": [ 10, 0, 16, 1 ], "rotation": 180 } - } - }, - { - "name": "Pole2Side", - "from": [ 5, 14, 5 ], - "to": [ 11, 27, 6 ], - "faces": { - "north": { "texture": "#mechanical_press_pole", "uv": [ 0, 0, 6, 13 ] }, - "east": { "texture": "#mechanical_press_pole", "uv": [ 0, 0, 1, 13 ] }, - "south": { "texture": "#mechanical_press_pole", "uv": [ 0, 0, 6, 13 ] }, - "west": { "texture": "#mechanical_press_pole", "uv": [ 5, 0, 6, 13 ] }, - "up": { "texture": "#mechanical_press_pole", "uv": [ 10, 5, 16, 6 ], "rotation": 180 } - } - }, - { - "name": "Head", - "from": [ 3, 0, 3 ], - "to": [ 13, 4, 13 ], - "faces": { - "north": { "texture": "#mechanical_press_head", "uv": [ 1, 0, 11, 4 ] }, - "east": { "texture": "#mechanical_press_head", "uv": [ 1, 0, 11, 4 ] }, - "south": { "texture": "#mechanical_press_head", "uv": [ 1, 0, 11, 4 ] }, - "west": { "texture": "#mechanical_press_head", "uv": [ 1, 0, 11, 4 ] }, - "up": { "texture": "#mechanical_press_head", "uv": [ 1, 5, 11, 15 ], "rotation": 180 }, - "down": { "texture": "#mechanical_press_head", "uv": [ 1, 5, 11, 15 ], "rotation": 180 } - } - } - ] + "translation": [0, -2.75, -0.0625], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, + { + "name": "shaft", + "origin": [8, 8, 8], + "children": [11] + } + ] } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/sticky_mechanical_piston.json b/src/main/resources/assets/create/models/item/sticky_mechanical_piston.json index e03a03ed5..fe98bca55 100644 --- a/src/main/resources/assets/create/models/item/sticky_mechanical_piston.json +++ b/src/main/resources/assets/create/models/item/sticky_mechanical_piston.json @@ -1,3 +1,6 @@ { - "parent": "create:block/mechanical_piston_sticky" -} \ No newline at end of file + "parent": "create:item/mechanical_piston", + "textures": { + "5": "block/piston_top_sticky" + } +} diff --git a/src/main/resources/assets/create/models/item/vertical_gearbox.json b/src/main/resources/assets/create/models/item/vertical_gearbox.json index e880142fc..d802c2cac 100644 --- a/src/main/resources/assets/create/models/item/vertical_gearbox.json +++ b/src/main/resources/assets/create/models/item/vertical_gearbox.json @@ -1,48 +1,88 @@ { - "__comment": "Model generated using MrCrayfish's Model Creator (https://mrcrayfish.com/tools?id=mc)", + "credit": "Made with Blockbench", "parent": "block/block", - "textures": { - "particle": "create:block/gearbox", - "gearbox_top": "create:block/gearbox_top", - "gearbox": "create:block/gearbox" - }, - "elements": [ - { - "name": "Side", - "from": [ 0, 0, 0 ], - "to": [ 2, 16, 16 ], - "faces": { - "north": { "texture": "#gearbox_top", "uv": [ 14, 0, 16, 16 ] }, - "east": { "texture": "#gearbox_top", "uv": [ 0, 0, 16, 16 ] }, - "south": { "texture": "#gearbox_top", "uv": [ 0, 0, 2, 16 ] }, - "west": { "texture": "#gearbox_top", "uv": [ 0, 0, 16, 16 ] }, - "up": { "texture": "#gearbox_top", "uv": [ 0, 0, 2, 16 ] }, - "down": { "texture": "#gearbox_top", "uv": [ 0, 0, 2, 16 ] } - } - }, - { - "name": "Side", - "from": [ 14, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "north": { "texture": "#gearbox_top", "uv": [ 0, 0, 2, 16 ] }, - "east": { "texture": "#gearbox_top", "uv": [ 0, 0, 16, 16 ] }, - "south": { "texture": "#gearbox_top", "uv": [ 14, 0, 16, 16 ] }, - "west": { "texture": "#gearbox_top", "uv": [ 0, 0, 16, 16 ] }, - "up": { "texture": "#gearbox_top", "uv": [ 14, 0, 16, 16 ] }, - "down": { "texture": "#gearbox_top", "uv": [ 14, 0, 16, 16 ] } - } - }, - { - "name": "Center", - "from": [ 2, 1, 1 ], - "to": [ 14, 15, 15 ], - "faces": { - "north": { "texture": "#gearbox", "uv": [ 2, 1, 14, 15 ] }, - "south": { "texture": "#gearbox", "uv": [ 2, 1, 14, 15 ] }, - "up": { "texture": "#gearbox", "uv": [ 2, 1, 14, 15 ] }, - "down": { "texture": "#gearbox", "uv": [ 2, 1, 14, 15 ] } - } - } - ] + "textures": { + "0": "create:block/axis", + "1": "create:block/axis_top", + "gearbox_top": "create:block/gearbox_top", + "gearbox": "create:block/gearbox", + "particle": "create:block/axis" + }, + "elements": [ + { + "name": "Side", + "from": [0, 0, 0], + "to": [2, 16, 16], + "faces": { + "north": {"uv": [14, 0, 16, 16], "texture": "#gearbox_top"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#gearbox_top"}, + "south": {"uv": [0, 0, 2, 16], "texture": "#gearbox_top"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#gearbox_top"}, + "up": {"uv": [0, 0, 2, 16], "texture": "#gearbox_top"}, + "down": {"uv": [0, 0, 2, 16], "texture": "#gearbox_top"} + } + }, + { + "name": "Side", + "from": [14, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 2, 16], "texture": "#gearbox_top"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#gearbox_top"}, + "south": {"uv": [14, 0, 16, 16], "texture": "#gearbox_top"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#gearbox_top"}, + "up": {"uv": [14, 0, 16, 16], "texture": "#gearbox_top"}, + "down": {"uv": [14, 0, 16, 16], "texture": "#gearbox_top"} + } + }, + { + "name": "Center", + "from": [2, 1, 1], + "to": [14, 15, 15], + "faces": { + "north": {"uv": [2, 1, 14, 15], "texture": "#gearbox"}, + "south": {"uv": [2, 1, 14, 15], "texture": "#gearbox"}, + "up": {"uv": [2, 1, 14, 15], "texture": "#gearbox"}, + "down": {"uv": [2, 1, 14, 15], "texture": "#gearbox"} + } + }, + { + "name": "Axis", + "from": [6, 6, 0], + "to": [10, 10, 16], + "faces": { + "north": {"uv": [6, 6, 10, 10], "rotation": 180, "texture": "#1"}, + "east": {"uv": [6, 0, 10, 16], "rotation": 90, "texture": "#0"}, + "south": {"uv": [6, 6, 10, 10], "texture": "#1"}, + "west": {"uv": [6, 0, 10, 16], "rotation": 270, "texture": "#0"}, + "up": {"uv": [6, 0, 10, 16], "texture": "#0"}, + "down": {"uv": [6, 0, 10, 16], "rotation": 180, "texture": "#0"} + } + }, + { + "name": "Axis", + "from": [6, 0, 6], + "to": [10, 16, 10], + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#0"}, + "east": {"uv": [6, 0, 10, 16], "texture": "#0"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#0"}, + "west": {"uv": [6, 0, 10, 16], "texture": "#0"}, + "up": {"uv": [6, 6, 10, 10], "texture": "#1"}, + "down": {"uv": [6, 6, 10, 10], "texture": "#1"} + } + } + ], + "groups": [0, 1, 2, + { + "name": "shaft", + "origin": [8, 8, 8], + "children": [3] + }, + { + "name": "shaft", + "origin": [8, 8, 8], + "children": [4] + } + ] } \ No newline at end of file diff --git a/src/main/resources/assets/create/textures/block/belt_support_side.png b/src/main/resources/assets/create/textures/block/belt_support_side.png index 8c456585738e5fbc52b97555e1f63cec2c1a1743..f3d919354622b107e56ed9446262a7422aa5142c 100644 GIT binary patch delta 433 zcmV;i0Z#tw1MmZoNq@os01mTHM5m6UNypw7_UJnw_cVKVb9+M)z&&4EBMxW`FW-DrXkpUr)j*T^WiJ+RGnX}SitO1Va?h(u5$9o}Iu!DC{nttx^Yy7PV z2f8)s<@vTK3$3(PWHReqEhRCdoF)<2%yV#WEtyQ`^eT8aY6=PrxT?lAz|j1|SFYw1 b$aD7%W+d!1N${lH00000NkvXXu0mjf?hDC? delta 428 zcmV;d0aO0)1M35jNq@rt01m?e$8V@)0004iNklHzH*f6G%-G`fc})M=BDG8gaRlzY zcz=6wMd6CtXxTJ%Ro1IKOZtPntW6+@nvcoEm`KS=t6-j5@qcj9D{9h`l#yJrbTt%M zx3g8)pnoo%c)B@4;HrkzP1UVI%v{kkn#JkL!Am|02|yYlfE<7jDHcJ7T~ii~xIZ6S zS0Ro}01xg7#sCSG{6TQx01*+q$8ITCeJI~Bq8c;x1bktQVx_xoY%kw)9#p`s+D zM7O}1z>s*nJ%7X1I5e1ndxg!?{BVzpZugPq?Znnvadi@dp+9(Z?^|bM9p+Q*TKNUA zW-b7n!v*~o1k}@P)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0ntfBK~y+TO_4j2 z6G04y`!PK;JI2^$f=vhsh$sRM!wJZ_0=FXHJ5WWk1e+{g%$B_~?wNk^$z85O)umQT ze@nk4{q5@qbrnBnW5j5kTuaC~tG+YUK&EqSxIVuBZi)!#Pc}1eT>{8M>B3uAz6Xu}_B=oKm5(Y+DQ3Xz|!a zXOr<*t4aHO^v}n6iOIP-lnWXS-CVLWc4%7;P;0N8LsF$c+b}^MM%iUaSqo_iN6`p> zh?1N{eb-12HE=qgX;LLkV(6Ox5~orycAFJ`TNzJ2I%_%fjjz(6NQENCYJZ)C#1b?v zq3!FwZqRBCx0$7sM54Zx{W5WWUP>1QMKP}8eKg8+)^QjVp3^wjknDkLw;fi4g9b#$ zamfrsNtf%PgPEYUx_z^jDS?(@$3j2sX#ZyfO*2kg3|1)sW7aoahI*ZnYsg(7mSUzt z=bH7Z->e5_%~-J6G_X24{pIt!;YNBwNPuRYl&&7SMDwg6rPM#1^(^H~plmDv0000< KMNUMnLSTX?k^UtB literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/create/textures/block/brass_casing_side.png b/src/main/resources/assets/create/textures/block/brass_casing_side.png index 169847187d67b71866ea20980733b7651b14a7dc..bab9e0489e64e15dbc3fb284a30ab6625a311235 100644 GIT binary patch delta 438 zcmV;n0ZIO-1Lp&fBnkm@Qb$4nuFf3kks%v@!2kdb!2!6DYwZ940eneBK~y+TZIVk) z!$1&3GammF6cPl2EKv}!Wyz8Yu!J2O#ExTd3dA`$6i5&v9D6=C&+f>CPpeg`sUA;P zccSiZjt5;tQ6S{su(lSWo}X@o5k=`+EXq7jL3n9gR~byVM_`_6b#XN0V_pyAbq8mE zYI!b8fAmCuT^eGK}N32T+TG2!w?hREl$Rb^u`n@o!Q6Q~L z>*3ZlI#80_;Y&T6CZ+Q_2$%unrC95K%KDvABKNpNgOAE`&H7rM&e{dz55#?MT|#uC zFRf=l>b>S!JM`b+0;|&}2P51w1|c3~n4)r|j3kI9W(#;8_qM3M2JB z!>{%CA_}}0)#JmJbv6p4C{#shJd4vxkaC_SV6m#e@m982uGHQ2yeott;p=uG@gQ9O g@HK1gjzm@YFCg*{Ant#aM*si-07*qoM6N<$g1i&QDF6Tf delta 376 zcmV-;0f+wQ1E>R#B#|)~f5HF&4#EKyC`y0;000?uMObuGZ)S9NVRB^vaA9d~bS`dX zbRaY?FfKAN@gQlH0003cNkl6vgk-WCgV(4lNn>NKBd{sG&h1*q_J`l&ukXwj9+ze77)@dlEO4(M7q-9MuESfI^oda? zZ{T$14ZeCbZP>4i(L>|y?%?HiANcYB69++sufYk}S)<5DD|)RGTy+w6&}ud6wMu_# WNwI3;V3eZ(00009vM1>)uOumv*W{O8TWC@{RdGeLghmf!B9zspUE0N?Qy&^A0 zVw9OI&+|q|&ByHVu}Le#ws*#`+|Rw$r~VIM3@kf9G}Hzq?MSd`F%KfZnBM zYoKn2(y%trv`1;!86q5ZYaTMvJY=kSbT{It3Bth`dBhayXrhHN({eJ`!kBMyHs9vD zcdP5Zt*#c@9{aa@Sn1$wbaA%25dkKV=S-sTrqRKBVhCo}Ld|2t_TEqRdO-3n0M0y2 zJ5!kETbuz+zmiO7`aj9^d!nCpw&G4e#ht*Xl)%cIb5-~8)wx0S1%&#Cp|sMlrl!zM zD*WoZu=2r*Etj#Wn@p zx}pB0@mcx%SOKxABe0Y3kJiVT%qlZb-5o4K(ud zS8>1>0b`eft4DR45^*c6b)X9D*i$xiL>PV0g8KCx4Kdn0?v;9J#}Ci#C|K^ESA69t zYvmI1mqGM|;}Tak)%T^M2tN)f zbe}rmj_KE)fR=*gvT=Cd?bNqJ1EWi< zW9u#9Bx&rxJF_0~R4l;SAngk2=VHkEB*)n@PdTllYTCyPrUzPbmaSDa-s|MAc1^S< zR?RTNIc4Y^o7H1iiPNW=su@chdx=_CYj(L8d#%f*A0+5l_^e$L82^uL5b*HExb+CEZqterfLB2c!S;-8p2?}vz*byaAN!oS@HE_Rudns?UC zDHVLNZ>Ku_N^z3mlP>X>y*8=fd}+91h~O3QH-su;w0fxQ;;A=oCf|3ZE(M zM*b;@$;g$Gb9f>dYkG0nMfCZFw=|8`^SN}ka~UoB?t7J3VTph&kqM=+HO*%vl)I)Z8S?u&fP0N6NOzMBC=D@;czVeGT#;kl5Heo`P z0)4ggzrxIBm5Y|5SmM|98&?BqgAWjQUx0Syb|~F923;i=c97i6>UDr`!lzKxM7p6L z=y2D_Oe0dJUHU4d3$NfK=!Pu@NV`jD$Zm+$iF&whL+c+latcqH&Ppb8kwSM{IVI>e z>-K1jKxw3*cxF8yi{LHYHf`A6N#)%xebi0tdGFQ8YG!}A%(^eWP@f4FPAqre0koH z@TeQ|s$9ba@_0x_eK23Gt_gZiq+p#WP)3(pd4|fgubUACq7KCCeBX#8#ds`)`C2Q<1uFCRZ=P4)Bqn_?P#@w z^lQt~r@tQ>{v=s7?1AK$l3i*Poc40x^C&u5pp<~2E}-X&Jf;{R{4jcxZ`-wePZ%^j M+`L>Hj-5~c8wtm@WdHyG delta 1999 zcmZ8fdo)}58qI@hg``@Vb}{i7Z50)?^$cO?Bkf$Y7^QLv)1iY&%n%eg-jCL+RMj*s zonE7c26dHsG)BDEMN%W3QYAscj8ci9g5=yo|F~=2v(8%QJNw(;_uG4~U&WC+Y!QiU zi9IH`5_m93tVdo>qrFtq*%SR7q~EYgqB*9}oYSIRQ(|1R=ohl% zNVnq87A9RNWO(H>t`w(1uXjnhPigv@Y-#(ICqBSZYeUl-?+;ok|#on6eH-jSGWu`XH6h3;41Cn-ZIKs zA{@8uHQs^~6dMXbQ514-S^7g%7%_XAC9tX;sakGMX5amBM*`T)x%vqB)isJ*MxJ_R z4-LgBkW~A*Qaw$F_u|&d`@83u#AU#p22b@Gn~5MLB82G9t6+~#=0u#<1=$b7<2*|1 zpuwfZyheer_1aWS%N#^{e_bzYT0!5kF5uV|l$8taZs~*}n4Uurx$BD{VQBOpKlNnK z#jFgX3-$n9lNo5_#SGm428qaO<8=S9Ld($iQ#aAvZ5nsIwkYq_hYB!d(C1ip;W)W{CLll;UvwwPue z_!y`khB~qcb&T{=7Du4_sEN9>ab+(I$Sc!-KH_OAmVC;ZU({WLXeD8pzj>Q&e0s-p zAlVUpQbB>3#%oX7+0|v-lf7pyUvCDCvsaw4}(t97%2s<%YHRZ}I<%h}|ZptLk@KLi{|t%fV08G4@c zQR-#eT0;y*tE4=1AiY0`iMdP&PVmtOPTs=OWk~WdqHu}w3g%hS+zd&%FGDtgxb9`} zyN}o_SJ0JPyL$ z<#7MFFL5H|T-7Hn5As>2{^4&318PIu?A86%tY1usmhFP`&=DS{!7(txQ6CqIRG>?! zBcg_w_#_G;#qbKyc?T>^xC-Dxnt5lCi33&c=7beJyb`tQQOlMNN6{*4`d^KyPQGt;A4(#^7BLcz0(`xF_ z)aW(KAWu*x08=XW`lZSp> zFg3f#Ji6V~DlD!`VGn*^_a6NMF_;`qwbAcoLWQ)@DXmsG1k5%q4V z%H$?cXz}de?q~oCQ_4ss4DO@{wMON3pIgrQV!p5TGIoGW=&q?96X1(7PduOX#6TH* z%MNb)nqM4B1zgYv@p?kOZ>t@f-9j|5lp?$!s|wDhLm9FBrxa@;#s{8p-IwlneLidAmYpDqaN9 zip$^->>R-sW}qZH6_pJu@w&+OO`2k)Y9JVw{eU}@_@{k5YfT$mss`#@c;8L7!OUNg zZ71d8eKc&@jRq^kxFRh__LaI}?dzCdSw`%j{n799b1@%htv3!5f4KXWs?sfV z+USdS@E5gNf1i|G9IXCxNG#cFH{qK;j=xW|A=&;;e-pfpn&T}wfn0j2L@L$yyLt9Q TkyC&Q40=dsJ=|Ge1*iQNM{DQz diff --git a/src/main/resources/assets/create/textures/block/connected/crafter_side.png b/src/main/resources/assets/create/textures/block/connected/crafter_side.png index c47eefaf18fab3683319942dc88d0bbe46d566bd..85670c63dbfc2f6b4348a2e6bf35eb339f887cb6 100644 GIT binary patch delta 892 zcmV-?1B3j@2Dk^1Nq@iq01m(bYSxJf0009`Nklk5s=*EL4soYe6PJ@ zX71K ztqG5P#^v+B(x3nQy#+tkH(|ZA&E%cE0Je7f(Cvq?vD0Hcj8br28z&j^hX}zSg6)3+ zZ0`2ZH`3;pn}3BfPH}5w4hyp_CKG}v#*aymc?L-)!Se)?6ZDn5Q!>k;AI9uQKEg4z z`6k6A7$i`0Y?f{i6%KLCA0aeq4hv1P;R@U_3$}4pgs9x=x+Cz{(B>PD?_JCr_2M8A zXjTM)2Z(k=!7KwwW6Fm>egx&K%ZKMrR`S(X4|4?Q$bXv`ck`!@mQg+2ew--2Nmqs9 zqzkuZ?_Y@~6n}UKbwP2o%<_I!fa3E6g0Q%srvXkx?THKU_VouIurNV1>MrYqU=R-9 zNhi?z{RelTv+)bQeD3gA7w(gF ztIFp*FnB3QYMn%j|S>-!)Uv~)JwMt-Wj8n+)fihp+dfs>NT{lH0KcnD7m zJavIH*$)s#ZMyvcf!>P{;Gxv5=Lc<7`IY;D!)ydyK9}S9nI(Al{$uHaWpso@^_;Ft z6i57|8m};F`?Jw4NA>vH{Q!Oi6A8UbtZJyEuTDR3kY6bi(n?e^JLsp!2lx;0$x77b S2p7`;0000X12gwGINq@lr01m+cxRGn^0008sNklX z3W*LNkPu2$sRR6ijv%okBqaI+U|~SwH!!duF;<0<0d+xwg#|`7L|IS;{Y;!Vi9fja z>0-vOjA~UB^?xFPwbmMfUWk&#kR~yh z0oZm4220Qj+lZneEFSdTb1+K=T)QkL+kCf;TdUUuH%w-=^o$w_7nz87Cjr;-ffg!` z1=})UAm)=M7{-YZ(L;i6AK_pi`jXStiv$=e!!%9UWd^_Epv*IjqXc0;LKvoe5*tp5 zFE^vN<8R3ybbs9LWJ{QHx_U<6;-J09lVChM3vnDF2mL0`(s}T*vmu5BT{lTfO!{AZk^;d1cvscCp#O zkDYx~d>2W|PibE0@?b2Rkj}Z|@bkUFD{~X(C4K$D*K&Cl!G9~g@%vCx+g?6&m3{_AX{?D>FSNU z>kH}al@=HFMSw6@t50mQUT`F8Ii~8_qW<*dD@aSw)&KWRSd44kgn4@^&;;WTQAJU& z?FWv6?gXdm2c%xx4-`3Fy|y1Ha=LnLKTza!^?zsX2S5qDcz!44z*!V+KX6*m_5-H{ zZ9i~Y(Dnm_aZc3_5U8*12fE>4f>ZSaQm^d?PT~lvdht8HdG$KpY<68)sOcXsG0yGmw)3c(Uds1EmCzNq@os01mzTcA6U4*p z;Xcm2b7y9Slf%_S1Vs_a_!piRkRdw`+uzwH$Fvz|)7JG#Fn?^@^`lH;b~**VZ8l|5 z5=_fGJ-dRhs}fjN1m6q6To?f^xPH6~F&~54t zF6Z-kaB;VWAb+I@!vgG}N_>;SV9@DwTCG;U-|u$2mSrJ`R6N44AO;lBk)6$EHBBS? z??^GAfG(5CluD&Sp581l$9VNq@rt01m?e$8V@)0000ObVXQnQ*UN;cVTj60B~VxZgehgWpp4k zE-@}P{Z0w!0003^Nkli5QTjLK{pW>g5buLKPyovbWv!#(Kf{*xCvPa zT||)9Kq;lww1^U@wEpb#IC&?(crH_rSPsL?WWIam-fjff`+ueKo1UcHVgY>3Z{9}j z_i1M_X{V#BWKdf@`RTZ|oVJ(K);Ovp{rbyeEgjZj3gC0rJ>J_y=LcJ;a=5K%Qh#z^ zb-?#)z_fq1i!M)hOpPPYasbYCD~%tj)S4(2pYT}&tLF~20LVCwd%a!|1Vl;!TB(0` zQUF{|9}v@do_}XqmLv%gMtugDb`Br&TXSH7x#;%?6NVv8t>j(_4hI96U`~KJXr;x( zcds;zF8(-ZA9iCynh1bPJBQhzK`np;1|K5R93%%42jIYR=1?lFw7#?fVw9NlZ|V*O zfC~={KuhsIajpZ%U?h%VSBbuTQts}6$dGa?tz)I%^cH>q#`oYX&TaQf00000NkvXX Hu0mjf7)P}g diff --git a/src/main/resources/assets/create/textures/block/contact_side.png b/src/main/resources/assets/create/textures/block/contact_side.png index e135b3c6dafe010d100a22493f289bd202979f19..490905260c8729be0cedf062a0e2437c5b199200 100644 GIT binary patch delta 431 zcmV;g0Z{(T1MUNmNq@os01m?{0ucEN(FyG5d{fEAdz2pKASnOWh@j%tI^!;>}7WyetUJq zYDnpjSPQL75+cvd`PnHQlFV36vLM(1Luaa}Gi%!*w*3hF%I{NF*tAoH)$|Z zuTJ&3iea|Dptbqhi#9{C(p94D7yz|5QwH}CB5sChHiLBN$wBBr?+$$gG=lCCR1Y)- z7}0a>l$3~-Mt{&f7^!v#|L&ePL);bX3)=SRVP&j)6a`>gkYq*s0Pr2F`62~VSHRzv zOljIP%}PVlxO9&f^ZKhhx+v?tThQF#ZUla_9{}dx8Qz!qB30-Fq8sy%6bwT@?1A~s z<-y6}u@q7Yo@C0H%5^z0(t&SHNoorQk^l7a%qJK7btuAqPQa9v>u@kM{ozYf(GkdV Z^8*@;y8dyOk3#?e002ovPDHLkV1lr6$p-)c delta 397 zcmV;80doHC1Iz=ENq@rt01m?e$8V@)0000ObVXQnQ*UN;cVTj60B~VxZgehgWpp4k zE-@}P{Z0w!0003!Nkls8R?g3saA{^kle-d+X8oi#;+>dAe{3%*}l zyUT@B=jzT~J9p-mh@`(cE#`Vl@k5D{deR8uL|ROo38v3Y{AjhjnLX731WTQ}gIvII z^s0LSpdlhy9e=`Wzu{wa%Z&5Gb$g+yB1Bpc|4ZoDFfR~Mqy-r#k^iM$`{a+npbdaJ zNBa%KZk5~wKu7ah0$K6`Hek*+EQBo0jy8cbB8KQ_gNT3|asgZTURL%1qHlZ>zc0000>`n7mM30DeiGC2hAi5-ay~2^Y^~Hgbt}E1A zUj5T6U{Es$B6UV|^>+@jn_!GRousJ_F}l9V+gRc@+V*)M;>M1Kx{^U&SZ=h~Og>O$ z8k;QnHB6(OOn>cU=J9xAl3j0a%|;q22w1r&z!Rg;y;4UZaNZa=p97Iv?%=`Q^JW-V z$@+ppq=thCgc~>3smGfd=n9IeT{eK-%$w<~1oEw5|6j>=b{V5Fe3B(V%z^W{TcH2y zfoVIs>(1{6uDVX#8rUGdf5Y$FdR8{L3COBX|CB%o(oew#P<%Xk`tsSnl1fQYRE@QL z7z#$Db>c)t=?aFM$+yez;`s21Pq~(dW&i*H delta 425 zcmV;a0apH%1n2{hNq@rt01m?e$8V@)0000ObVXQnQ*UN;cVTj60B~VxZgehgWpp4k zE-@}P{Z0w!00045NklQ|N z6SOl3Z6PApQi(z^)N0?hf6{;Ixy@mWGI$x@GjpCZGshH8mVbuIcO8*m z&-HvK@Y>bmMmg2H^V_vtx9)Z8xmq#ND5W26Q|(F`CInuZrw8-nC>xI=Z#gDWCHdew zX@R%L!lf~NV?K=eH0J#~a{TEj@va@Ic9SF}HDN^JiIjM80QBzj%ph>1rbcSZ;e|DzoOG^>|c_Nb?wO+YbHKMPhaOXmd_)a71E= zlrZ*};OOud5F?QirW5$~mny}bUw}$FAo472J2cA~&I%wlA#z&)8OZ{4U^wkCR5H?F zX$6E4qw=>Fhyd&m0(9Yn0b~Z^f8t#W;9x{N!>l6mS|So}cR)BKUXPm5qwhLjB*elE T)_l|x00000NkvXXu0mjf{ph<| diff --git a/src/main/resources/assets/create/textures/block/crafter_side.png b/src/main/resources/assets/create/textures/block/crafter_side.png index 2cad9a61f1e4b97606d8518011c9051c895d3e62..b8f204444fe38c121487989523891b3307566436 100644 GIT binary patch delta 525 zcmV+o0`mQ&1il22Bnkm@Qb$4nuFf3kks%v@zyJUazyWI3i3tDz0nW6F)kz!b>R>A3$BC@VC9CriHYCfC-4*OS+H>9ip0cVq8o(_ ziNo}CcXd^B@2#E*OTd$y)UC(8b?VghJ|DhpaSLT-;rlL*LKoE9!df7S{Z-5;77e6- z!0Q)p5C-mWQ5qSw)-sm0f$}7zxRG(RmLp9Rj!#Y?S)Ba+=LOEr|Kj}jr6f=P6}Y&X zV>U1GXL>DhSv5$KfG#Pe5Tg@IH#Q{AwAh*qB$-iEH5D^3t%bG*Sr$^Vrn5$r8r#C> zHx&zwI0}TbqH+i7T8c2zI1=(DX%douVuedm#qbW^KX21sAQJ{xWrSoPD_X+ujNrB9 z8HV@q!*09%>=pJ8k2Lm=)M z`l9Wj5@!@ONZLy{6cmecHRqVY^S%AIVyt@trH&^byHt6?o`t9rgb|P>CC@J)^raiP9 P00000NkvXXu0mjfu_*Q& delta 501 zcmV%SI2aS@1ni50t zEQoSu6{Z}i*~cf&k@L?oP}WKxA1KL)F_FlU2Vd;ibKz?K|KwiavnxQ zlkj2eGJ%<2hkD{~PC!sWI5nT~IiC?sVCDtbkEa`s4`!H<2_Dq6oweWC2|W|~nSf0H znZS_6<`FW7OLo?NV<#+SyE%b!62|0U4`XVi7xUu-E__YjYfkM7XaYLV(!>yB#@FvM zJ=(``)_7Vjkrxmfb6!StcDNE z6-|H&o`EJ3ZMsM)sDfyC3OZgUH6?Nt-Xb+tBCx!^y}iBV+nd7?h|%cRKeID?|ID7c zIzJk8X3S8?yXJi>L^~J0eLa=HRw1FSied+ZS9Q~!4CWsv;D7C6p@*5W8-IQCi@3-$ zP#e|w2&TdpBXjZdjN&9iuG!x!cFX+Jhf!&CG16sjX5$<_+sW~+E7{QK)FXHIrW8rv zv}+f9h;^Hs5B^=P$){@X1M$O?dtBFlmKMaVYnCeqN{A%6t=|kWVvvL|$QzDJ8P+%O zg*v1=K$PHcA%A4>?GE||F?53nmBECN#NSH7@=TSZ4CELTCr=WG%%=sI8f?{Y0Ym@W z)Hs7~Ipf0F#4AamO<**G)#=54I}w~ zhPn;w+RN4-tw&h@2-c&Df=QW{t1f>WoE#n-ZH!j7sy;)AS*8RzF2>rSHg4Q(fCuT0GZA*E2Jl`Z+~t*HelZ6#T6n@0`{ac zFEosj$VjrL+>02$jk8gbKfb3hNVEC-PX^l|mWIROAX+vHbX76N43;p4_@e>S zCbRFikMBhfRDZ}zjfQao&{mKEOjwInIa!w~RgvR}octt7U zgua0J4O@^W3Csj(?!Z(C{Vp5O^w%^8G+JxgMROAMDT$r!)_NS>-#tZbza<6WMw^OK zqOI7{37TG~C8x8p(=Q3*)kfW)8E9?q!8D__^|rCL4OY7}{*z>=yegBtu%|vs3ydu; zAuVvlgfdTH=k$2>aDUIPA(ne9wmD*&j9`9sLURuUk8kn3sRP@`Tn~xAnMUImR6QN( T5IIo|00000NkvXXu0mjfcpcQ6 diff --git a/src/main/resources/assets/create/textures/block/crafter_topunderside.png b/src/main/resources/assets/create/textures/block/crafter_topunderside.png index bd07e219de1501024369697f090a00dbb0304e97..3d0b68797b202bef55d11a90ffe725aae5ced376 100644 GIT binary patch delta 569 zcmV-90>=I21@{DyNq@os01m16q|F8) z?FuNU5U_|pprN2dlvFfS`~v?#!za*C(@>>ZN*W{(S%g;WJeDBg*s(nib0z~+Tv>PS zojEi2+;dG|zPLsHTGJZFY~TyKbkZ0@!hpE|R&SMu<@U{c!hf@fy3z1bO8BPJoMJ_w z;Pc@i4*9$3)Z&2t{B8B=Y|RkK)c5Hzg{L$7Wcdz+9Q1H7t?(f!qN z1~k&T?WEMYH`3@N5p^S_(x|UZ?}1;vm4R=$m3906Bbyh6@B4dMMk$9qxMSi_;Pi66 zfwwrv()an>X@3RiY&Kggm)IE}983-mUwEi!do+ZNLoKYvg z5}f0sl!CWII73=(HjLAz>)ejLpbhxh1ezQl9bK7BtbaP3Be;8VQkG@7(-4Z|ru{Yc z)9awf7#r?|uingr5c_$K6a_KIhxdJ;%c=#X^TiiC2juxM#%S<8e|&BAqcVL@xXR*4 z@BqW9n+~duN9p&AUDF`1RgZo!Z->Sl1?32UwgAS`C@`SzR1%($sz)1I8PpAgmnLDB z#?TtFAToB7X5515vnMy=$o2%o1MnCp2IO|oB|K7hLh(&RY^oaR5(vI$(A7M1hCOR)4W-{Xk&Ah@a)l#6Pr3EE; z8(TJKmTg=F3d1V2NL!H0=78Zuw=DaWJFhN_AAE8?yq9y%bANeX>SJv3KMuCX@8VT> z^cMTkvF)HE!Vk;bBO*B0Lsp)zYk{+Zzj5Sm8&c;qP}gWXzfvzad*$GzE&pjn0FfP_ z;Pj;!tmV0;#-A7c7pLNNE!4NghUT)=B`dcK!LNGgq7v*^<*4Ym&9DjMjuE)7DnHM{ zm!{m-{gsTKp2NA&g`>E8c$PB}P zMBNE&>DAS8+G%Fphx;?6hYx#GsJm||kij0t|F}1SEq@M8m2Mt!AP@mEbabJu^UY&i z-7jbsyqFRMTha&-oFo=4m8pOBq04(q>KcKL&YNlXo-#(giHz$hXC+I2J0T-_J~syv zj1gFH95**R+bstyl`Y2IuQ#4jJF>&d&<)LdRaG!STrVyx_5okyv~^9L&e^NOG;p7+#pte$uQDxfD<@vqP*a>A$-$2+h{ zl6$vIJ|B7ju-fE@fr#LUg(oqMPqAma$`cHJMcFP0^pooq)UY_x@=20$BkVwo`bZ?VIjex)rMg;UoX*oS$c z3)SGGmOKO4@qXSA|Dik_wNd>;)m39^<1RiGTrjs4+yfo$x(oK|MWGZfTWEtGekOfp zBso3Yo%#i@Y%~`9YbNDt0bi~Ze314$|HB+Metgf57j;wfi1UbwN*mKMM&7Y36L<8Y jbZu-65;wTb9-lIwf0FT{WXh0>00000NkvXXu0mjfaHg@A delta 379 zcmV->0fhd=1G@u|Nq@rt01m?e$8V@)0003{NklEMr^?%27%9w5Fm1)qI*NI$! zy0`bqy4|-ncNiQVBP3xM`o0f}qUbL`p2uUW+eMJ2=~l2TE1J!k40(FE#_97y{CWq+ zap%jFTm^du)5~1I(F2fIHNfst_@?N|zMJKO>I6@bs2xfNUiIX!S?+qF7|ZZnxp@(OooCsn3zo8yytWj|HC`nT<(ID@cs(gbJ2uqM&yD~aIOvt{d@-u-`99IJ>X3UwRe!x Zv`xmExG diff --git a/src/main/resources/assets/create/textures/block/entity_detector_off.png b/src/main/resources/assets/create/textures/block/entity_detector_off.png index 4294598adb0d788f433e2a77a738f4d73324be52..4c05885d83280cb5088ace4a694194a8f77d9381 100644 GIT binary patch delta 466 zcmV;@0WJQE1d#-gNq@os01m3I6$<`qF^&r4)5l9inCnxHu5a5V5!{Diw_}bTtcdN>%73dD4?~)2D`kD(!F6f# z`Nub7n&+o&V>O8lVZ6Ha_UWUQErc_1$o|WPlP^E-j5#)@`|h^uQYMkfjA^>*LSdz# zl+$#;e}{Pe_4>xh+8EAwGqEJ8HHS?-#7SPBAG(mKw{`9g_CwaUC^JJaV9o%t2H0P1 z`;*O*tlIt(>VMjSRy47XPY(_fw2mSg-1PsulN%`>pbsS<HzbaIo4!I{3yBL)0F6RONOrR`J3IVVuBK5{%d%{bJ^ue^tbg2nR{xXr zrV{6HGQ!VR|N43FL-3(_ z2P`)^Ynu>HCj+UYhym*+P!?jRzg|u#62#ER97H6KX`^A9;Gzm${x@>QGV`?itz zcy{8-Li~EW!phNfJizwLC+jWC%=Th)h)5=fN~sUt+9W8h_d2ow0000HoatT6{ksvakfW(PUfylT6SKt6hmYfm73gLyNr@u3Py@duO`>FI)Q(fKt zUiHxT<2|v2QW+=zh4(EdbaipU8K6x}tW8}Hz{rgY%M~$M8-If9fuzIzEf>2&QeM2? z&@KGg&Fof)%dZZ44u#Jglsln6a*H>q_mva?JyWwI-Ct!3V1bFlx{#C!