From ffa94d190d932ab650564b36efc65cc371de87f2 Mon Sep 17 00:00:00 2001 From: GearShocky Date: Mon, 1 Jan 2024 23:16:59 +0600 Subject: [PATCH] Microwave --- .../mc/otm/datagen/blocks/BlockStates.kt | 2 + .../mc/otm/datagen/items/ItemModels.kt | 2 + .../models/block/powered_smoker_error.json | 158 ++++++++++++++++++ .../models/block/powered_smoker_idle.json | 158 ++++++++++++++++++ .../models/block/powered_smoker_working.json | 158 ++++++++++++++++++ .../textures/block/power_cable_0.png | Bin 0 -> 208 bytes .../textures/block/power_cable_1.png | Bin 0 -> 217 bytes .../textures/block/power_cable_2.png | Bin 0 -> 217 bytes .../textures/block/power_cable_3.png | Bin 0 -> 212 bytes .../block/powered_smoker_interior_2.png | Bin 0 -> 446 bytes .../textures/block/storage_cable — копия.png | Bin 199 -> 0 bytes 11 files changed, 478 insertions(+) create mode 100644 src/main/resources/assets/overdrive_that_matters/models/block/powered_smoker_error.json create mode 100644 src/main/resources/assets/overdrive_that_matters/models/block/powered_smoker_idle.json create mode 100644 src/main/resources/assets/overdrive_that_matters/models/block/powered_smoker_working.json create mode 100644 src/main/resources/assets/overdrive_that_matters/textures/block/power_cable_0.png create mode 100644 src/main/resources/assets/overdrive_that_matters/textures/block/power_cable_1.png create mode 100644 src/main/resources/assets/overdrive_that_matters/textures/block/power_cable_2.png create mode 100644 src/main/resources/assets/overdrive_that_matters/textures/block/power_cable_3.png create mode 100644 src/main/resources/assets/overdrive_that_matters/textures/block/powered_smoker_interior_2.png delete mode 100644 src/main/resources/assets/overdrive_that_matters/textures/block/storage_cable — копия.png diff --git a/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/blocks/BlockStates.kt b/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/blocks/BlockStates.kt index 780b7f7ac..6412255fd 100644 --- a/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/blocks/BlockStates.kt +++ b/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/blocks/BlockStates.kt @@ -97,8 +97,10 @@ fun addBlockStates(provider: MatteryBlockStateProvider) { provider.block(MBlocks.TWIN_PLATE_PRESS) provider.block(MBlocks.GRAVITATION_STABILIZER) provider.block(MBlocks.GRAVITATION_STABILIZER_LENS) + provider.block(MBlocks.POWERED_BLAST_FURNACE) provider.block(MBlocks.POWERED_FURNACE) + provider.block(MBlocks.POWERED_SMOKER) provider.block(MBlocks.STORAGE_POWER_SUPPLIER) provider.block(MBlocks.MATTER_RECYCLER) diff --git a/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/items/ItemModels.kt b/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/items/ItemModels.kt index e29bed539..4598b73c2 100644 --- a/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/items/ItemModels.kt +++ b/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/items/ItemModels.kt @@ -174,8 +174,10 @@ fun addItemModels(provider: MatteryItemModelProvider) { provider.block(MItems.ENERGY_SERVO, "energy_servo") provider.block(MItems.ESSENCE_STORAGE, "essence_storage") provider.block(MItems.MATTER_RECONSTRUCTOR, "matter_reconstructor") + provider.block(MItems.POWERED_BLAST_FURNACE, "powered_blast_furnace_working") provider.block(MItems.POWERED_FURNACE, "powered_furnace_working") + provider.block(MItems.POWERED_SMOKER, "powered_smoker_working") provider.block(MItems.PLATE_PRESS, "plate_press_idle") provider.block(MItems.TWIN_PLATE_PRESS, "twin_plate_press_idle") diff --git a/src/main/resources/assets/overdrive_that_matters/models/block/powered_smoker_error.json b/src/main/resources/assets/overdrive_that_matters/models/block/powered_smoker_error.json new file mode 100644 index 000000000..664623d15 --- /dev/null +++ b/src/main/resources/assets/overdrive_that_matters/models/block/powered_smoker_error.json @@ -0,0 +1,158 @@ +{ + "credit": "Made with Blockbench", + "render_type": "translucent", + "texture_size": [32, 32], + "textures": { + "0": "overdrive_that_matters:block/powered_smoker_base", + "1": "overdrive_that_matters:block/powered_smoker_interior_2", + "particle": "overdrive_that_matters:block/powered_smoker_base" + }, + "elements": [ + { + "name": "body2", + "from": [1, 0, 8], + "to": [15, 4, 15], + "faces": { + "east": {"uv": [0, 14, 4, 16], "texture": "#1"}, + "south": {"uv": [0, 14, 7, 16], "texture": "#1"}, + "west": {"uv": [3, 14, 7, 16], "texture": "#1"}, + "down": {"uv": [0.5, 4, 7.5, 7.5], "rotation": 180, "texture": "#0"} + } + }, + { + "name": "body", + "from": [0, 0, 0], + "to": [16, 4, 8], + "faces": { + "north": {"uv": [8, 6, 16, 8], "texture": "#0"}, + "east": {"uv": [12, 14, 8, 16], "texture": "#0"}, + "south": {"uv": [0, 0, 8, 2], "texture": "#0"}, + "west": {"uv": [8, 14, 12, 16], "texture": "#0"}, + "down": {"uv": [0, 0, 8, 4], "rotation": 180, "texture": "#0"} + } + }, + { + "name": "body", + "from": [0, 4, 0], + "to": [5, 16, 16], + "faces": { + "north": {"uv": [13.5, 6, 16, 12], "texture": "#1"}, + "east": {"uv": [0, 0, 8, 6], "texture": "#1"}, + "south": {"uv": [8, 0, 10.5, 6], "texture": "#1"}, + "west": {"uv": [8, 8, 16, 14], "texture": "#0"}, + "up": {"uv": [5.5, 8, 8, 16], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 8, 2.5, 0.5], "texture": "#0"} + } + }, + { + "name": "body", + "from": [5, 4, 0], + "to": [16, 5, 16], + "faces": { + "north": {"uv": [8, 5.5, 13.5, 6], "texture": "#0"}, + "east": {"uv": [16, 13.5, 8, 14], "texture": "#0"}, + "south": {"uv": [10.5, 5.5, 16, 6], "texture": "#1"}, + "west": {"uv": [0, 0, 8, 1], "texture": "#missing"}, + "up": {"uv": [0, 6, 5.5, 14], "rotation": 180, "texture": "#1"}, + "down": {"uv": [2.5, 8, 8, 0.5], "texture": "#0"} + } + }, + { + "name": "body", + "from": [5, 14, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [8, 0, 13.5, 1], "texture": "#0"}, + "east": {"uv": [16, 8, 8, 9], "texture": "#0"}, + "south": {"uv": [10.5, 0, 16, 1], "texture": "#1"}, + "up": {"uv": [0, 8, 5.5, 16], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 14, 5.5, 6], "rotation": 180, "texture": "#1"} + } + }, + { + "name": "body", + "from": [5, 5, 15], + "to": [16, 14, 16], + "faces": { + "north": {"uv": [5.5, 6, 11, 10], "texture": "#1"}, + "east": {"uv": [16, 9, 15.5, 13.5], "texture": "#0"}, + "south": {"uv": [10.5, 1, 16, 5.5], "texture": "#1"}, + "up": {"uv": [0, 0, 5.5, 1], "texture": "#missing"} + } + }, + { + "name": "body", + "from": [15, 5, 0], + "to": [16, 14, 15], + "faces": { + "north": {"uv": [8, 1, 8.5, 5.5], "texture": "#0"}, + "east": {"uv": [15.5, 9, 8, 13.5], "texture": "#0"}, + "west": {"uv": [8, 1, 0.5, 5.5], "texture": "#1"}, + "up": {"uv": [0.5, 0, 0.5, 15], "texture": "#missing"} + } + }, + { + "name": "plate", + "from": [6, 5, 4], + "to": [14, 6, 12], + "faces": { + "north": {"uv": [12, 15.5, 16, 16], "texture": "#1"}, + "east": {"uv": [12, 15.5, 16, 16], "texture": "#1"}, + "south": {"uv": [12, 15.5, 16, 16], "texture": "#1"}, + "west": {"uv": [12, 15.5, 16, 16], "texture": "#1"}, + "up": {"uv": [12, 12, 16, 16], "texture": "#1"} + } + }, + { + "name": "screen", + "from": [5, 5, 1], + "to": [15, 14, 1], + "faces": { + "north": {"uv": [8.5, 1, 13.5, 5.5], "texture": "#0"}, + "south": {"uv": [13.5, 1, 8.5, 5.5], "texture": "#0"} + } + }, + { + "name": "heater", + "from": [5, 11, 8], + "to": [6, 14, 13], + "faces": { + "north": {"uv": [9, 11, 9.5, 12.5], "texture": "#1"}, + "east": {"uv": [6.5, 11, 9, 12.5], "texture": "#1"}, + "south": {"uv": [6, 11, 6.5, 12.5], "texture": "#1"}, + "down": {"uv": [6.5, 12.5, 9, 13], "rotation": 90, "texture": "#1"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, 225, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.625, 0.625, 0.625] + }, + "fixed": { + "scale": [0.5, 0.5, 0.5] + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/overdrive_that_matters/models/block/powered_smoker_idle.json b/src/main/resources/assets/overdrive_that_matters/models/block/powered_smoker_idle.json new file mode 100644 index 000000000..1c72c38f6 --- /dev/null +++ b/src/main/resources/assets/overdrive_that_matters/models/block/powered_smoker_idle.json @@ -0,0 +1,158 @@ +{ + "credit": "Made with Blockbench", + "render_type": "translucent", + "texture_size": [32, 32], + "textures": { + "0": "overdrive_that_matters:block/powered_smoker_base", + "1": "overdrive_that_matters:block/powered_smoker_interior_0", + "particle": "overdrive_that_matters:block/powered_smoker_base" + }, + "elements": [ + { + "name": "body2", + "from": [1, 0, 8], + "to": [15, 4, 15], + "faces": { + "east": {"uv": [0, 14, 4, 16], "texture": "#1"}, + "south": {"uv": [0, 14, 7, 16], "texture": "#1"}, + "west": {"uv": [3, 14, 7, 16], "texture": "#1"}, + "down": {"uv": [0.5, 4, 7.5, 7.5], "rotation": 180, "texture": "#0"} + } + }, + { + "name": "body", + "from": [0, 0, 0], + "to": [16, 4, 8], + "faces": { + "north": {"uv": [8, 6, 16, 8], "texture": "#0"}, + "east": {"uv": [12, 14, 8, 16], "texture": "#0"}, + "south": {"uv": [0, 0, 8, 2], "texture": "#0"}, + "west": {"uv": [8, 14, 12, 16], "texture": "#0"}, + "down": {"uv": [0, 0, 8, 4], "rotation": 180, "texture": "#0"} + } + }, + { + "name": "body", + "from": [0, 4, 0], + "to": [5, 16, 16], + "faces": { + "north": {"uv": [13.5, 6, 16, 12], "texture": "#1"}, + "east": {"uv": [0, 0, 8, 6], "texture": "#1"}, + "south": {"uv": [8, 0, 10.5, 6], "texture": "#1"}, + "west": {"uv": [8, 8, 16, 14], "texture": "#0"}, + "up": {"uv": [5.5, 8, 8, 16], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 8, 2.5, 0.5], "texture": "#0"} + } + }, + { + "name": "body", + "from": [5, 4, 0], + "to": [16, 5, 16], + "faces": { + "north": {"uv": [8, 5.5, 13.5, 6], "texture": "#0"}, + "east": {"uv": [16, 13.5, 8, 14], "texture": "#0"}, + "south": {"uv": [10.5, 5.5, 16, 6], "texture": "#1"}, + "west": {"uv": [0, 0, 8, 1], "texture": "#missing"}, + "up": {"uv": [0, 6, 5.5, 14], "rotation": 180, "texture": "#1"}, + "down": {"uv": [2.5, 8, 8, 0.5], "texture": "#0"} + } + }, + { + "name": "body", + "from": [5, 14, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [8, 0, 13.5, 1], "texture": "#0"}, + "east": {"uv": [16, 8, 8, 9], "texture": "#0"}, + "south": {"uv": [10.5, 0, 16, 1], "texture": "#1"}, + "up": {"uv": [0, 8, 5.5, 16], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 14, 5.5, 6], "rotation": 180, "texture": "#1"} + } + }, + { + "name": "body", + "from": [5, 5, 15], + "to": [16, 14, 16], + "faces": { + "north": {"uv": [5.5, 6, 11, 10], "texture": "#1"}, + "east": {"uv": [16, 9, 15.5, 13.5], "texture": "#0"}, + "south": {"uv": [10.5, 1, 16, 5.5], "texture": "#1"}, + "up": {"uv": [0, 0, 5.5, 1], "texture": "#missing"} + } + }, + { + "name": "body", + "from": [15, 5, 0], + "to": [16, 14, 15], + "faces": { + "north": {"uv": [8, 1, 8.5, 5.5], "texture": "#0"}, + "east": {"uv": [15.5, 9, 8, 13.5], "texture": "#0"}, + "west": {"uv": [8, 1, 0.5, 5.5], "texture": "#1"}, + "up": {"uv": [0.5, 0, 0.5, 15], "texture": "#missing"} + } + }, + { + "name": "plate", + "from": [6, 5, 4], + "to": [14, 6, 12], + "faces": { + "north": {"uv": [12, 15.5, 16, 16], "texture": "#1"}, + "east": {"uv": [12, 15.5, 16, 16], "texture": "#1"}, + "south": {"uv": [12, 15.5, 16, 16], "texture": "#1"}, + "west": {"uv": [12, 15.5, 16, 16], "texture": "#1"}, + "up": {"uv": [12, 12, 16, 16], "texture": "#1"} + } + }, + { + "name": "screen", + "from": [5, 5, 1], + "to": [15, 14, 1], + "faces": { + "north": {"uv": [8.5, 1, 13.5, 5.5], "texture": "#0"}, + "south": {"uv": [13.5, 1, 8.5, 5.5], "texture": "#0"} + } + }, + { + "name": "heater", + "from": [5, 11, 8], + "to": [6, 14, 13], + "faces": { + "north": {"uv": [9, 11, 9.5, 12.5], "texture": "#1"}, + "east": {"uv": [6.5, 11, 9, 12.5], "texture": "#1"}, + "south": {"uv": [6, 11, 6.5, 12.5], "texture": "#1"}, + "down": {"uv": [6.5, 12.5, 9, 13], "rotation": 90, "texture": "#1"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, 225, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.625, 0.625, 0.625] + }, + "fixed": { + "scale": [0.5, 0.5, 0.5] + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/overdrive_that_matters/models/block/powered_smoker_working.json b/src/main/resources/assets/overdrive_that_matters/models/block/powered_smoker_working.json new file mode 100644 index 000000000..a515ccd1a --- /dev/null +++ b/src/main/resources/assets/overdrive_that_matters/models/block/powered_smoker_working.json @@ -0,0 +1,158 @@ +{ + "credit": "Made with Blockbench", + "render_type": "translucent", + "texture_size": [32, 32], + "textures": { + "0": "overdrive_that_matters:block/powered_smoker_base", + "1": "overdrive_that_matters:block/powered_smoker_interior_1", + "particle": "overdrive_that_matters:block/powered_smoker_base" + }, + "elements": [ + { + "name": "body2", + "from": [1, 0, 8], + "to": [15, 4, 15], + "faces": { + "east": {"uv": [0, 14, 4, 16], "texture": "#1"}, + "south": {"uv": [0, 14, 7, 16], "texture": "#1"}, + "west": {"uv": [3, 14, 7, 16], "texture": "#1"}, + "down": {"uv": [0.5, 4, 7.5, 7.5], "rotation": 180, "texture": "#0"} + } + }, + { + "name": "body", + "from": [0, 0, 0], + "to": [16, 4, 8], + "faces": { + "north": {"uv": [8, 6, 16, 8], "texture": "#0"}, + "east": {"uv": [12, 14, 8, 16], "texture": "#0"}, + "south": {"uv": [0, 0, 8, 2], "texture": "#0"}, + "west": {"uv": [8, 14, 12, 16], "texture": "#0"}, + "down": {"uv": [0, 0, 8, 4], "rotation": 180, "texture": "#0"} + } + }, + { + "name": "body", + "from": [0, 4, 0], + "to": [5, 16, 16], + "faces": { + "north": {"uv": [13.5, 6, 16, 12], "texture": "#1"}, + "east": {"uv": [0, 0, 8, 6], "texture": "#1"}, + "south": {"uv": [8, 0, 10.5, 6], "texture": "#1"}, + "west": {"uv": [8, 8, 16, 14], "texture": "#0"}, + "up": {"uv": [5.5, 8, 8, 16], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 8, 2.5, 0.5], "texture": "#0"} + } + }, + { + "name": "body", + "from": [5, 4, 0], + "to": [16, 5, 16], + "faces": { + "north": {"uv": [8, 5.5, 13.5, 6], "texture": "#0"}, + "east": {"uv": [16, 13.5, 8, 14], "texture": "#0"}, + "south": {"uv": [10.5, 5.5, 16, 6], "texture": "#1"}, + "west": {"uv": [0, 0, 8, 1], "texture": "#missing"}, + "up": {"uv": [0, 6, 5.5, 14], "rotation": 180, "texture": "#1"}, + "down": {"uv": [2.5, 8, 8, 0.5], "texture": "#0"} + } + }, + { + "name": "body", + "from": [5, 14, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [8, 0, 13.5, 1], "texture": "#0"}, + "east": {"uv": [16, 8, 8, 9], "texture": "#0"}, + "south": {"uv": [10.5, 0, 16, 1], "texture": "#1"}, + "up": {"uv": [0, 8, 5.5, 16], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 14, 5.5, 6], "rotation": 180, "texture": "#1"} + } + }, + { + "name": "body", + "from": [5, 5, 15], + "to": [16, 14, 16], + "faces": { + "north": {"uv": [5.5, 6, 11, 10], "texture": "#1"}, + "east": {"uv": [16, 9, 15.5, 13.5], "texture": "#0"}, + "south": {"uv": [10.5, 1, 16, 5.5], "texture": "#1"}, + "up": {"uv": [0, 0, 5.5, 1], "texture": "#missing"} + } + }, + { + "name": "body", + "from": [15, 5, 0], + "to": [16, 14, 15], + "faces": { + "north": {"uv": [8, 1, 8.5, 5.5], "texture": "#0"}, + "east": {"uv": [15.5, 9, 8, 13.5], "texture": "#0"}, + "west": {"uv": [8, 1, 0.5, 5.5], "texture": "#1"}, + "up": {"uv": [0.5, 0, 0.5, 15], "texture": "#missing"} + } + }, + { + "name": "plate", + "from": [6, 5, 4], + "to": [14, 6, 12], + "faces": { + "north": {"uv": [12, 15.5, 16, 16], "texture": "#1"}, + "east": {"uv": [12, 15.5, 16, 16], "texture": "#1"}, + "south": {"uv": [12, 15.5, 16, 16], "texture": "#1"}, + "west": {"uv": [12, 15.5, 16, 16], "texture": "#1"}, + "up": {"uv": [12, 12, 16, 16], "texture": "#1"} + } + }, + { + "name": "screen", + "from": [5, 5, 1], + "to": [15, 14, 1], + "faces": { + "north": {"uv": [8.5, 1, 13.5, 5.5], "texture": "#0"}, + "south": {"uv": [13.5, 1, 8.5, 5.5], "texture": "#0"} + } + }, + { + "name": "heater", + "from": [5, 11, 8], + "to": [6, 14, 13], + "faces": { + "north": {"uv": [9, 11, 9.5, 12.5], "texture": "#1"}, + "east": {"uv": [6.5, 11, 9, 12.5], "texture": "#1"}, + "south": {"uv": [6, 11, 6.5, 12.5], "texture": "#1"}, + "down": {"uv": [6.5, 12.5, 9, 13], "rotation": 90, "texture": "#1"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, 225, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.625, 0.625, 0.625] + }, + "fixed": { + "scale": [0.5, 0.5, 0.5] + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/power_cable_0.png b/src/main/resources/assets/overdrive_that_matters/textures/block/power_cable_0.png new file mode 100644 index 0000000000000000000000000000000000000000..005a11637f65b47daad9d71a32ae28cdf0e17c47 GIT binary patch literal 208 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NS%G}f0G|+7Q&ZFW`uc)`f(bq4{~vh%zX6nBa7f9T38dIdg8YL2g8_q-H?td1 zh_k>WvY3H^Z$Ah#TCfJI00j*_T^vI+f|C!h^!WJn@c8tcQIPU5Fkr}3V-pLLVBum| oD)FF3Oeg9BqqLO75~iFShC}i!kuJ^6SwPJUp00i_>zopr0Nczq>i_@% literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/power_cable_1.png b/src/main/resources/assets/overdrive_that_matters/textures/block/power_cable_1.png new file mode 100644 index 0000000000000000000000000000000000000000..b062ae995f4249260d99063b5688e169c5f0cfc0 GIT binary patch literal 217 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NS%G}%0G|+7Q&ZFW`uc)`0>5bnG3zagwp#sv;Q9XsP?}-W!s$nW6lY10U+{k@ zUVo0hS&gpB|nwI%{;!Bs4WLo=8th wNN#srz!1R6Jm-9yE4S4H2j=FGhGu4lfNS%G}%0G|+7Q&ZFW`uc)`g0*vfj%^7)yDRkn1JD0AfYJ;sN7AK%6lY10U+{k@ zUVo0hS&gpB|nwI%{;!Bs4WLo=8th wNN#srz!1R6Jm-9yE4S4H2j=FGhGu4lf4LV`5C&kyB9|bU6xie!SP>Qp_BeIx*f$snaGiF`uS#)OtgMz`+)z4*}Q$iB}NIk4k literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/storage_cable — копия.png b/src/main/resources/assets/overdrive_that_matters/textures/block/storage_cable — копия.png deleted file mode 100644 index 70af311858fadd4cb99fc07287c546218ac4778c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 199 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBufG}g$wN6f;V2r1WV~B-+vWcnb-}4QuEPsD6raoj(VBWK5 zkAz*_9}ckx&!4B?*p@5ptTsXS{M;iC|>M%$%Fg?j&W8A=a pVwPi05W~?%3of^V2@E_u49C_hUesDNF#u=}gQu&X%Q~loCIH)rJV^im