From 5346e1917d9ef4deaab9771939af3331bd6e9fd5 Mon Sep 17 00:00:00 2001 From: GearShocky Date: Tue, 25 Jan 2022 00:35:07 +0600 Subject: [PATCH] -Added industrial glass textures; -Added item model for gravitation stabilizer; -Changed tritanium armor visor to black; --- .../ru/dbotthepony/mc/otm/datagen/DataGen.kt | 4 + .../models/item/gravitation_stabilizer.json | 576 ++++++++++++++++++ .../block/decorative/industrial_glass.png | Bin 0 -> 250 bytes .../decorative/industrial_glass_black.png | Bin 0 -> 243 bytes .../decorative/industrial_glass_blue.png | Bin 0 -> 243 bytes .../decorative/industrial_glass_brown.png | Bin 0 -> 243 bytes .../decorative/industrial_glass_cyan.png | Bin 0 -> 243 bytes .../decorative/industrial_glass_gray.png | Bin 0 -> 243 bytes .../decorative/industrial_glass_green.png | Bin 0 -> 243 bytes .../industrial_glass_light_blue.png | Bin 0 -> 243 bytes .../industrial_glass_light_gray.png | Bin 0 -> 243 bytes .../decorative/industrial_glass_lime.png | Bin 0 -> 243 bytes .../decorative/industrial_glass_magenta.png | Bin 0 -> 243 bytes .../decorative/industrial_glass_orange.png | Bin 0 -> 249 bytes .../decorative/industrial_glass_pink.png | Bin 0 -> 243 bytes .../decorative/industrial_glass_purple.png | Bin 0 -> 243 bytes .../block/decorative/industrial_glass_red.png | Bin 0 -> 243 bytes .../decorative/industrial_glass_white.png | Bin 0 -> 244 bytes .../decorative/industrial_glass_yellow.png | Bin 0 -> 243 bytes .../textures/models/armor/tritanium_armor.png | Bin 5908 -> 2792 bytes 20 files changed, 580 insertions(+) create mode 100644 src/main/resources/assets/overdrive_that_matters/models/item/gravitation_stabilizer.json create mode 100644 src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass.png create mode 100644 src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_black.png create mode 100644 src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_blue.png create mode 100644 src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_brown.png create mode 100644 src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_cyan.png create mode 100644 src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_gray.png create mode 100644 src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_green.png create mode 100644 src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_light_blue.png create mode 100644 src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_light_gray.png create mode 100644 src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_lime.png create mode 100644 src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_magenta.png create mode 100644 src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_orange.png create mode 100644 src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_pink.png create mode 100644 src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_purple.png create mode 100644 src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_red.png create mode 100644 src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_white.png create mode 100644 src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_yellow.png diff --git a/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/DataGen.kt b/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/DataGen.kt index fcdb05480..f82a67540 100644 --- a/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/DataGen.kt +++ b/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/DataGen.kt @@ -76,6 +76,10 @@ object DataGen { decorativeCubeAll(Blocks.CARBON_FIBRE_BLOCK) decorativeCubeAll(Blocks.TRITANIUM_BLOCK) + for (glass in Registry.INDUSTRIAL_GLASS_LIST) { + decorativeCubeAll(glass.block) + } + blockModelProvider.resourceCubeAll(Blocks.TRITANIUM_ORE) blockModelProvider.resourceCubeAll(Blocks.TRITANIUM_RAW_BLOCK) blockModelProvider.resourceCubeAll(Blocks.DEEPSLATE_TRITANIUM_ORE) diff --git a/src/main/resources/assets/overdrive_that_matters/models/item/gravitation_stabilizer.json b/src/main/resources/assets/overdrive_that_matters/models/item/gravitation_stabilizer.json new file mode 100644 index 000000000..bc2241158 --- /dev/null +++ b/src/main/resources/assets/overdrive_that_matters/models/item/gravitation_stabilizer.json @@ -0,0 +1,576 @@ +{ + "textures": { + "1": "overdrive_that_matters:block/gravitational_stabilizer_idle", + "particle": "overdrive_that_matters:block/gravitational_stabilizer_idle" + }, + "elements": [ + { + "name": "body", + "from": [8, 1, 17], + "to": [15, 11, 20], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 6]}, + "faces": { + "north": {"uv": [0, 0, 1.75, 5], "texture": "#1"}, + "east": {"uv": [5.5, 11, 6.25, 16], "texture": "#1"}, + "south": {"uv": [12.25, 11, 14, 16], "texture": "#1"}, + "west": {"uv": [5.5, 11, 6.25, 16], "rotation": 180, "texture": "#1"}, + "up": {"uv": [0, 0, 1.75, 1.5], "texture": "#1"}, + "down": {"uv": [12.25, 9, 14, 10.5], "texture": "#1"} + } + }, + { + "name": "canconnector", + "from": [1, 2, 17], + "to": [2, 4, 20], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 6]}, + "faces": { + "north": {"uv": [0, 0, 1, 2], "texture": "#1"}, + "east": {"uv": [0, 0, 3, 2], "texture": "#1"}, + "south": {"uv": [0.5, 6.5, 0.75, 7.5], "texture": "#1"}, + "west": {"uv": [0, 6.5, 0.75, 7.5], "texture": "#1"}, + "up": {"uv": [0, 6.5, 0.75, 7], "rotation": 90, "texture": "#1"}, + "down": {"uv": [0, 7, 0.75, 7.5], "rotation": 270, "texture": "#1"} + } + }, + { + "name": "canconnector", + "from": [1, 7, 17], + "to": [2, 9, 20], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 6]}, + "faces": { + "north": {"uv": [0, 0, 1, 2], "texture": "#1"}, + "east": {"uv": [0, 0, 3, 2], "texture": "#1"}, + "south": {"uv": [0.5, 6.5, 0.75, 7.5], "texture": "#1"}, + "west": {"uv": [0, 6.5, 0.75, 7.5], "texture": "#1"}, + "up": {"uv": [0, 6.5, 0.75, 7], "rotation": 90, "texture": "#1"}, + "down": {"uv": [0, 7, 0.75, 7.5], "rotation": 270, "texture": "#1"} + } + }, + { + "name": "body", + "from": [1, 11, 17], + "to": [15, 15, 21], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 6]}, + "faces": { + "north": {"uv": [0, 0, 14, 4], "texture": "#1"}, + "east": {"uv": [5.25, 9, 6.25, 11], "texture": "#1"}, + "south": {"uv": [10.5, 9, 14, 11], "texture": "#1"}, + "west": {"uv": [4.25, 9, 5.25, 11], "texture": "#1"}, + "up": {"uv": [7, 7, 10.5, 9], "texture": "#1"}, + "down": {"uv": [7, 9, 10.5, 11], "texture": "#1"} + } + }, + { + "name": "body", + "from": [1, 1, 14], + "to": [15, 15, 17], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 6]}, + "faces": { + "north": {"uv": [0, 9, 3.5, 16], "texture": "#1"}, + "east": {"uv": [6.25, 9, 7, 16], "texture": "#1"}, + "south": {"uv": [7, 9, 10.5, 16], "texture": "#1"}, + "west": {"uv": [3.5, 9, 4.25, 16], "texture": "#1"}, + "up": {"uv": [7, 5.5, 10.5, 7], "texture": "#1"}, + "down": {"uv": [3.5, 7.5, 7, 9], "texture": "#1"} + } + }, + { + "name": "emitter", + "from": [3, 3, 7], + "to": [13, 13, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 6]}, + "faces": { + "north": {"uv": [0, 1, 2.5, 6], "texture": "#1"}, + "east": {"uv": [2.5, 1, 3.75, 6], "texture": "#1"}, + "south": {"uv": [0, 1, 2.5, 6], "texture": "#1"}, + "west": {"uv": [2.5, 1, 3.75, 6], "texture": "#1"}, + "up": {"uv": [2.5, 1, 3.75, 6], "rotation": 90, "texture": "#1"}, + "down": {"uv": [2.5, 1, 3.75, 6], "rotation": 90, "texture": "#1"} + } + }, + { + "name": "emitterframe", + "from": [7, 12, -6], + "to": [9, 14, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 6]}, + "faces": { + "north": {"uv": [3.75, 3, 4.25, 4], "texture": "#1"}, + "east": {"uv": [3.75, 2, 8.5, 3], "rotation": 180, "texture": "#1"}, + "south": {"uv": [0, 0, 2, 2], "texture": "#1"}, + "west": {"uv": [3.75, 2, 8.5, 3], "texture": "#1"}, + "up": {"uv": [3.75, 2, 8.5, 3], "rotation": 90, "texture": "#1"}, + "down": {"uv": [3.75, 2, 8.5, 3], "rotation": 270, "texture": "#1"} + } + }, + { + "name": "emitterframe", + "from": [7, 2, -6], + "to": [9, 4, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 6]}, + "faces": { + "north": {"uv": [3.75, 3, 4.25, 4], "texture": "#1"}, + "east": {"uv": [3.75, 2, 8.5, 3], "rotation": 180, "texture": "#1"}, + "south": {"uv": [0, 0, 2, 2], "texture": "#1"}, + "west": {"uv": [3.75, 2, 8.5, 3], "texture": "#1"}, + "up": {"uv": [3.75, 2, 8.5, 3], "rotation": 90, "texture": "#1"}, + "down": {"uv": [3.75, 2, 8.5, 3], "rotation": 270, "texture": "#1"} + } + }, + { + "name": "emitterframe", + "from": [12, 7, -6], + "to": [14, 9, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 6]}, + "faces": { + "north": {"uv": [3.75, 3, 4.25, 4], "texture": "#1"}, + "east": {"uv": [3.75, 2, 8.5, 3], "rotation": 180, "texture": "#1"}, + "south": {"uv": [0, 0, 2, 2], "texture": "#1"}, + "west": {"uv": [3.75, 2, 8.5, 3], "texture": "#1"}, + "up": {"uv": [3.75, 2, 8.5, 3], "rotation": 90, "texture": "#1"}, + "down": {"uv": [3.75, 2, 8.5, 3], "rotation": 270, "texture": "#1"} + } + }, + { + "name": "emitterframe", + "from": [2, 7, -6], + "to": [4, 9, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 6]}, + "faces": { + "north": {"uv": [3.75, 3, 4.25, 4], "texture": "#1"}, + "east": {"uv": [3.75, 2, 8.5, 3], "rotation": 180, "texture": "#1"}, + "south": {"uv": [0, 0, 2, 2], "texture": "#1"}, + "west": {"uv": [3.75, 2, 8.5, 3], "texture": "#1"}, + "up": {"uv": [3.75, 2, 8.5, 3], "rotation": 90, "texture": "#1"}, + "down": {"uv": [3.75, 2, 8.5, 3], "rotation": 270, "texture": "#1"} + } + }, + { + "name": "mattercan", + "from": [2, 6, 17], + "to": [8, 10, 21], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 6]}, + "faces": { + "north": {"uv": [0, 0, 6, 4], "texture": "#1"}, + "east": {"uv": [5.25, 4, 6.25, 6], "texture": "#1"}, + "south": {"uv": [3.75, 4, 5.25, 6], "texture": "#1"}, + "west": {"uv": [5.25, 4, 6.25, 6], "texture": "#1"}, + "up": {"uv": [3.75, 4, 5.25, 6], "texture": "#1"}, + "down": {"uv": [3.75, 4, 5.25, 6], "texture": "#1"} + } + }, + { + "name": "mattercan", + "from": [2, 1, 17], + "to": [8, 5, 21], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 6]}, + "faces": { + "north": {"uv": [0, 0, 6, 4], "texture": "#1"}, + "east": {"uv": [5.25, 4, 6.25, 6], "texture": "#1"}, + "south": {"uv": [3.75, 4, 5.25, 6], "texture": "#1"}, + "west": {"uv": [5.25, 4, 6.25, 6], "texture": "#1"}, + "up": {"uv": [3.75, 4, 5.25, 6], "texture": "#1"}, + "down": {"uv": [3.75, 4, 5.25, 6], "texture": "#1"} + } + }, + { + "name": "emitterframe", + "from": [2, 2, 13], + "to": [14, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 6]}, + "faces": { + "north": {"uv": [8.5, 0, 11.5, 1], "texture": "#1"}, + "east": {"uv": [8.5, 0, 9, 1], "texture": "#1"}, + "south": {"uv": [0, 0, 12, 2], "texture": "#1"}, + "west": {"uv": [8.5, 0, 9, 1], "texture": "#1"}, + "up": {"uv": [8.5, 0, 11.5, 1], "texture": "#1"}, + "down": {"uv": [8.5, 0, 11.5, 1], "texture": "#1"} + } + }, + { + "name": "emitterframe", + "from": [12, 4, 13], + "to": [14, 12, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 6]}, + "faces": { + "north": {"uv": [9, 0, 11, 1], "rotation": 90, "texture": "#1"}, + "east": {"uv": [9, 0, 11, 1], "rotation": 90, "texture": "#1"}, + "south": {"uv": [0, 0, 2, 8], "texture": "#1"}, + "west": {"uv": [9, 0, 11, 1], "rotation": 90, "texture": "#1"}, + "up": {"uv": [0, 0, 2, 2], "texture": "#1"}, + "down": {"uv": [0, 0, 2, 2], "texture": "#1"} + } + }, + { + "name": "emitterframe", + "from": [2, 4, 13], + "to": [4, 12, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 6]}, + "faces": { + "north": {"uv": [9, 0, 11, 1], "rotation": 90, "texture": "#1"}, + "east": {"uv": [9, 0, 11, 1], "rotation": 90, "texture": "#1"}, + "south": {"uv": [0, 0, 2, 8], "texture": "#1"}, + "west": {"uv": [9, 0, 11, 1], "rotation": 90, "texture": "#1"}, + "up": {"uv": [0, 0, 2, 2], "texture": "#1"}, + "down": {"uv": [0, 0, 2, 2], "texture": "#1"} + } + }, + { + "name": "emitterframe", + "from": [2, 12, 13], + "to": [14, 14, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 6]}, + "faces": { + "north": {"uv": [8.5, 0, 11.5, 1], "texture": "#1"}, + "east": {"uv": [8.5, 0, 9, 1], "texture": "#1"}, + "south": {"uv": [0, 0, 12, 2], "texture": "#1"}, + "west": {"uv": [8.5, 0, 9, 1], "texture": "#1"}, + "up": {"uv": [8.5, 0, 11.5, 1], "texture": "#1"}, + "down": {"uv": [8.5, 0, 11.5, 1], "texture": "#1"} + } + }, + { + "name": "frame", + "from": [14, 0, -8], + "to": [16, 2, 22], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 6]}, + "faces": { + "north": {"uv": [7.5, 0, 8, 1], "texture": "#1"}, + "east": {"uv": [0, 0, 7.5, 1], "rotation": 180, "texture": "#1"}, + "south": {"uv": [8, 0, 8.5, 1], "texture": "#1"}, + "west": {"uv": [0, 0, 7.5, 1], "texture": "#1"}, + "up": {"uv": [0, 0, 7.5, 1], "rotation": 90, "texture": "#1"}, + "down": {"uv": [0, 0, 7.5, 1], "rotation": 270, "texture": "#1"} + } + }, + { + "name": "frame", + "from": [14, 14, -8], + "to": [16, 16, 22], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 6]}, + "faces": { + "north": {"uv": [7.5, 0, 8, 1], "texture": "#1"}, + "east": {"uv": [0, 0, 7.5, 1], "rotation": 180, "texture": "#1"}, + "south": {"uv": [8, 0, 8.5, 1], "texture": "#1"}, + "west": {"uv": [0, 0, 7.5, 1], "texture": "#1"}, + "up": {"uv": [0, 0, 7.5, 1], "rotation": 90, "texture": "#1"}, + "down": {"uv": [0, 0, 7.5, 1], "rotation": 270, "texture": "#1"} + } + }, + { + "name": "frame", + "from": [0, 14, -8], + "to": [2, 16, 22], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 6]}, + "faces": { + "north": {"uv": [7.5, 0, 8, 1], "texture": "#1"}, + "east": {"uv": [0, 0, 7.5, 1], "rotation": 180, "texture": "#1"}, + "south": {"uv": [8, 0, 8.5, 1], "texture": "#1"}, + "west": {"uv": [0, 0, 7.5, 1], "texture": "#1"}, + "up": {"uv": [0, 0, 7.5, 1], "rotation": 90, "texture": "#1"}, + "down": {"uv": [0, 0, 7.5, 1], "rotation": 270, "texture": "#1"} + } + }, + { + "name": "frame", + "from": [0, 0, -8], + "to": [2, 2, 22], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 6]}, + "faces": { + "north": {"uv": [7.5, 0, 8, 1], "texture": "#1"}, + "east": {"uv": [0, 0, 7.5, 1], "rotation": 180, "texture": "#1"}, + "south": {"uv": [8, 0, 8.5, 1], "texture": "#1"}, + "west": {"uv": [0, 0, 7.5, 1], "texture": "#1"}, + "up": {"uv": [0, 0, 7.5, 1], "rotation": 90, "texture": "#1"}, + "down": {"uv": [0, 0, 7.5, 1], "rotation": 270, "texture": "#1"} + } + }, + { + "name": "frame", + "from": [1, 2, 8], + "to": [2, 14, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 6]}, + "faces": { + "north": {"uv": [3.75, 1, 6.75, 2], "rotation": 90, "texture": "#1"}, + "east": {"uv": [3.75, 1, 6.75, 2], "rotation": 90, "texture": "#1"}, + "south": {"uv": [3.75, 1, 6.75, 2], "rotation": 90, "texture": "#1"}, + "west": {"uv": [3.75, 1, 6.75, 2], "rotation": 90, "texture": "#1"}, + "up": {"uv": [0, 0, 1, 2], "texture": "#1"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#1"} + } + }, + { + "name": "frame", + "from": [14, 2, 8], + "to": [15, 14, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 6]}, + "faces": { + "north": {"uv": [3.75, 1, 6.75, 2], "rotation": 90, "texture": "#1"}, + "east": {"uv": [3.75, 1, 6.75, 2], "rotation": 90, "texture": "#1"}, + "south": {"uv": [3.75, 1, 6.75, 2], "rotation": 90, "texture": "#1"}, + "west": {"uv": [3.75, 1, 6.75, 2], "rotation": 90, "texture": "#1"}, + "up": {"uv": [0, 0, 1, 2], "texture": "#1"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#1"} + } + }, + { + "name": "frame", + "from": [2, 0, 20], + "to": [14, 2, 22], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 6]}, + "faces": { + "north": {"uv": [4.75, 3, 7.75, 4], "texture": "#1"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#1"}, + "south": {"uv": [4.75, 3, 7.75, 4], "texture": "#1"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#1"}, + "up": {"uv": [4.75, 3, 7.75, 4], "texture": "#1"}, + "down": {"uv": [4.75, 3, 7.75, 4], "texture": "#1"} + } + }, + { + "name": "frame", + "from": [2, 14, 20], + "to": [14, 16, 22], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 6]}, + "faces": { + "north": {"uv": [4.75, 3, 7.75, 4], "texture": "#1"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#1"}, + "south": {"uv": [4.75, 3, 7.75, 4], "texture": "#1"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#1"}, + "up": {"uv": [4.75, 3, 7.75, 4], "texture": "#1"}, + "down": {"uv": [4.75, 3, 7.75, 4], "texture": "#1"} + } + }, + { + "name": "frame", + "from": [2, 14, 8], + "to": [14, 15, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 6]}, + "faces": { + "north": {"uv": [3.75, 1, 6.75, 1.5], "texture": "#1"}, + "east": {"uv": [0, 0, 2, 1], "texture": "#1"}, + "south": {"uv": [3.75, 1, 6.75, 1.5], "texture": "#1"}, + "west": {"uv": [0, 0, 2, 1], "texture": "#1"}, + "up": {"uv": [3.75, 1, 6.75, 2], "texture": "#1"}, + "down": {"uv": [3.75, 1, 6.75, 2], "texture": "#1"} + } + }, + { + "name": "frame", + "from": [2, 1, 8], + "to": [14, 2, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 6]}, + "faces": { + "north": {"uv": [3.75, 1, 6.75, 1.5], "texture": "#1"}, + "east": {"uv": [0, 0, 2, 1], "texture": "#1"}, + "south": {"uv": [3.75, 1, 6.75, 1.5], "texture": "#1"}, + "west": {"uv": [0, 0, 2, 1], "texture": "#1"}, + "up": {"uv": [3.75, 1, 6.75, 2], "texture": "#1"}, + "down": {"uv": [3.75, 1, 6.75, 2], "texture": "#1"} + } + }, + { + "name": "emitter", + "from": [3, 3, -5], + "to": [13, 13, 0], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 6]}, + "faces": { + "north": {"uv": [0, 1, 2.5, 6], "texture": "#1"}, + "east": {"uv": [2.5, 1, 3.75, 6], "texture": "#1"}, + "south": {"uv": [0, 1, 2.5, 6], "texture": "#1"}, + "west": {"uv": [2.5, 1, 3.75, 6], "texture": "#1"}, + "up": {"uv": [2.5, 1, 3.75, 6], "rotation": 90, "texture": "#1"}, + "down": {"uv": [2.5, 1, 3.75, 6], "rotation": 90, "texture": "#1"} + } + }, + { + "name": "emitter", + "from": [3, 3, 1], + "to": [13, 13, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 6]}, + "faces": { + "north": {"uv": [0, 1, 2.5, 6], "texture": "#1"}, + "east": {"uv": [2.5, 1, 3.75, 6], "texture": "#1"}, + "south": {"uv": [0, 1, 2.5, 6], "texture": "#1"}, + "west": {"uv": [2.5, 1, 3.75, 6], "texture": "#1"}, + "up": {"uv": [2.5, 1, 3.75, 6], "rotation": 90, "texture": "#1"}, + "down": {"uv": [2.5, 1, 3.75, 6], "rotation": 90, "texture": "#1"} + } + }, + { + "name": "frame", + "from": [0, 2, 5], + "to": [2, 14, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 6]}, + "faces": { + "north": {"uv": [4.75, 3, 7.75, 4], "rotation": 90, "texture": "#1"}, + "east": {"uv": [4.75, 3, 7.75, 4], "rotation": 90, "texture": "#1"}, + "south": {"uv": [4.75, 3, 7.75, 4], "rotation": 90, "texture": "#1"}, + "west": {"uv": [4.75, 3, 7.75, 4], "rotation": 90, "texture": "#1"}, + "up": {"uv": [0, 0, 2, 2], "texture": "#1"}, + "down": {"uv": [0, 0, 2, 2], "texture": "#1"} + } + }, + { + "name": "frame", + "from": [14, 2, 5], + "to": [16, 14, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 6]}, + "faces": { + "north": {"uv": [4.75, 3, 7.75, 4], "rotation": 90, "texture": "#1"}, + "east": {"uv": [4.75, 3, 7.75, 4], "rotation": 90, "texture": "#1"}, + "south": {"uv": [4.75, 3, 7.75, 4], "rotation": 90, "texture": "#1"}, + "west": {"uv": [4.75, 3, 7.75, 4], "rotation": 90, "texture": "#1"}, + "up": {"uv": [0, 0, 2, 2], "texture": "#1"}, + "down": {"uv": [0, 0, 2, 2], "texture": "#1"} + } + }, + { + "name": "frame", + "from": [1, 2, 2], + "to": [2, 14, 4], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 6]}, + "faces": { + "north": {"uv": [3.75, 1, 6.75, 2], "rotation": 90, "texture": "#1"}, + "east": {"uv": [3.75, 1, 6.75, 2], "rotation": 90, "texture": "#1"}, + "south": {"uv": [3.75, 1, 6.75, 2], "rotation": 90, "texture": "#1"}, + "west": {"uv": [3.75, 1, 6.75, 2], "rotation": 90, "texture": "#1"}, + "up": {"uv": [0, 0, 1, 2], "texture": "#1"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#1"} + } + }, + { + "name": "frame", + "from": [14, 2, 2], + "to": [15, 14, 4], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 6]}, + "faces": { + "north": {"uv": [3.75, 1, 6.75, 2], "rotation": 90, "texture": "#1"}, + "east": {"uv": [3.75, 1, 6.75, 2], "rotation": 90, "texture": "#1"}, + "south": {"uv": [3.75, 1, 6.75, 2], "rotation": 90, "texture": "#1"}, + "west": {"uv": [3.75, 1, 6.75, 2], "rotation": 90, "texture": "#1"}, + "up": {"uv": [0, 0, 1, 2], "texture": "#1"}, + "down": {"uv": [0, 0, 1, 2], "texture": "#1"} + } + }, + { + "name": "catalyst", + "from": [0, 1, -8], + "to": [2, 5, -7], + "rotation": {"angle": -45, "axis": "z", "origin": [1, 1, -8]}, + "faces": { + "north": {"uv": [6.75, 1, 7.75, 2], "rotation": 90, "texture": "#1"}, + "east": {"uv": [6.75, 1, 7.75, 1.5], "rotation": 90, "texture": "#1"}, + "south": {"uv": [6.75, 1, 7.75, 2], "rotation": 90, "texture": "#1"}, + "west": {"uv": [6.75, 1, 7.75, 1.5], "rotation": 90, "texture": "#1"}, + "up": {"uv": [6.75, 1, 7, 2], "rotation": 90, "texture": "#1"}, + "down": {"uv": [0, 0, 2, 1], "texture": "#1"} + } + }, + { + "name": "catalyst", + "from": [14, 1, -8], + "to": [16, 5, -7], + "rotation": {"angle": 45, "axis": "z", "origin": [15, 1, -8]}, + "faces": { + "north": {"uv": [6.75, 1, 7.75, 2], "rotation": 90, "texture": "#1"}, + "east": {"uv": [6.75, 1, 7.75, 1.5], "rotation": 90, "texture": "#1"}, + "south": {"uv": [6.75, 1, 7.75, 2], "rotation": 90, "texture": "#1"}, + "west": {"uv": [6.75, 1, 7.75, 1.5], "rotation": 90, "texture": "#1"}, + "up": {"uv": [6.75, 1, 7, 2], "rotation": 90, "texture": "#1"}, + "down": {"uv": [0, 0, 2, 1], "texture": "#1"} + } + }, + { + "name": "catalyst", + "from": [14, 11, -8], + "to": [16, 15, -7], + "rotation": {"angle": -45, "axis": "z", "origin": [15, 15, -8]}, + "faces": { + "north": {"uv": [6.75, 1, 7.75, 2], "rotation": 270, "texture": "#1"}, + "east": {"uv": [6.75, 1, 7.75, 1.5], "rotation": 270, "texture": "#1"}, + "south": {"uv": [6.75, 1, 7.75, 2], "rotation": 270, "texture": "#1"}, + "west": {"uv": [6.75, 1, 7.75, 1.5], "rotation": 270, "texture": "#1"}, + "up": {"uv": [0, 0, 2, 1], "texture": "#1"}, + "down": {"uv": [6.75, 1, 7, 2], "rotation": 90, "texture": "#1"} + } + }, + { + "name": "catalyst", + "from": [1, 14, -8], + "to": [5, 16, -7], + "rotation": {"angle": -45, "axis": "z", "origin": [1, 15, -8]}, + "faces": { + "north": {"uv": [6.75, 1, 7.75, 2], "texture": "#1"}, + "east": {"uv": [6.75, 1, 7, 2], "texture": "#1"}, + "south": {"uv": [6.75, 1, 7.75, 2], "rotation": 180, "texture": "#1"}, + "west": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#1"}, + "up": {"uv": [6.75, 1, 7.75, 1.5], "rotation": 180, "texture": "#1"}, + "down": {"uv": [6.75, 1, 7.75, 1.5], "rotation": 180, "texture": "#1"} + } + }, + { + "name": "frame", + "from": [2, 14, 2], + "to": [14, 15, 4], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 6]}, + "faces": { + "north": {"uv": [3.75, 1, 6.75, 1.5], "texture": "#1"}, + "east": {"uv": [0, 0, 2, 1], "texture": "#1"}, + "south": {"uv": [3.75, 1, 6.75, 1.5], "texture": "#1"}, + "west": {"uv": [0, 0, 2, 1], "texture": "#1"}, + "up": {"uv": [3.75, 1, 6.75, 2], "texture": "#1"}, + "down": {"uv": [3.75, 1, 6.75, 2], "texture": "#1"} + } + }, + { + "name": "frame", + "from": [2, 1, 2], + "to": [14, 2, 4], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 6]}, + "faces": { + "north": {"uv": [3.75, 1, 6.75, 1.5], "texture": "#1"}, + "east": {"uv": [0, 0, 2, 1], "texture": "#1"}, + "south": {"uv": [3.75, 1, 6.75, 1.5], "texture": "#1"}, + "west": {"uv": [0, 0, 2, 1], "texture": "#1"}, + "up": {"uv": [3.75, 1, 6.75, 2], "texture": "#1"}, + "down": {"uv": [3.75, 1, 6.75, 2], "texture": "#1"} + } + } + ], + "display": { + "thirdperson_righthand": { + "translation": [0, 1.25, -2], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "translation": [0, 1.25, -2], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 45, 0], + "translation": [0, 1.5, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, 45, 0], + "translation": [0, 1.5, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [40, -135, 0], + "translation": [-0.25, 0.5, 0], + "scale": [0.45, 0.45, 0.45] + }, + "head": { + "translation": [0, 0, -0.25], + "scale": [1.1, 1.1, 1.1] + }, + "fixed": { + "rotation": [-90, -180, 0], + "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/decorative/industrial_glass.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass.png new file mode 100644 index 0000000000000000000000000000000000000000..e4fe513d731f1b8afe8165fc447e3188546194dc GIT binary patch literal 250 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1quc!G2E{#}EturIWn{4=C`sXj)x3urlHR$1Z~= zHouGm?zhjjF#i?$rB_qlo;dla<@S}#$vka+QQE!v=_w7|*KSQMW7AxkGUJ7$VFO## z+1GsnPS0Mdi!*m5_Z-%L#k1$TlHm)UAg@RJFX;A3YOv1pcQ!otNn$a}#)CWET-eG@ rm5g?*7VHx2J@`5?%J^?i`qHvhqV_+;H1;nBI*q~8)z4*}Q$iB}Z`W82 literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_black.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_black.png new file mode 100644 index 0000000000000000000000000000000000000000..82009a750ff0747abe28e54ab536ceb4786f7105 GIT binary patch literal 243 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBufiR<}hF1enu*1{EF~q_@*~HZJ?|B9mBO@aPE>@e$Pb@x< zCo@Yk1Qk3w(y5vtsMOfn>dJFM;Mjo!2mS|~ZC4C(VUC`l=o7$awW0MA3!@pc!>rCS z-d&6;nQV+D%pSb#Y-$lD6PO*U3R#sdHgHBODT+0G33|t*;mhUVsk}t0LGUb?n3Aq` eYLhWDGs9ndqqe(?{~iXqiNVv=&t;ucLK6TUo=3R= literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_blue.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_blue.png new file mode 100644 index 0000000000000000000000000000000000000000..e93a24a8c396f6a560502cae8234274d4e0f198a GIT binary patch literal 243 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBufiR<}hF1enu*1{EF~q_@*~HZJ?|B9mBO@aPE>@e$Pb@x< zCo@Yk1bui>{zzy8$3%y|(mI|K0>=&@e$Pb@x< zCo@Yk1S$ObeNkuw$HWJwt7CXh2pl_b;K2WYv+asOF3iyr6nz5ttTwb>Vqr96c9_*! z#=DDAC6kS@gxQ0aolPyGWCF88RUxa=#Rkr3B}K7@FG25^G<>-nJe8M7H3*&s6I0UF fPHi$~W@b3B-l%Qk)8s;+n;1M@{an^LB{Ts5rTR!r literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_cyan.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_cyan.png new file mode 100644 index 0000000000000000000000000000000000000000..30abf56606a256c2d3d8804e0d767dd95b4c4cf1 GIT binary patch literal 243 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBufiR<}hF1enu*1{EF~q_@*~HZJ?|B9mBO@aPE>@e$Pb@x< zCo@Yk1bv7;pUfH2;&GrV)1Bvpz_9}d4*U-|+pZYo!W=z8(IhgqFv zyt^1xGT9hQm_2ye+0-IRCNMix6|yQ_Y~YMmQWR_W67-Hq!(F(qB? e)FxwQW`+`Rqc){%&1|5X7(8A5T-G@yGywo4PeoP$ literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_gray.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_gray.png new file mode 100644 index 0000000000000000000000000000000000000000..7014df97b0934b3a913876b994d76aa8f497435e GIT binary patch literal 243 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBufiR<}hF1enu*1{EF~q_@*~HZJ?|B9mBO@aPE>@e$Pb@x< zCo@Yk1bz7Z{k>{}pc13Db~eumfnx^_9QYq_wp}sEg*keHqE7&y)rQtfER1H%4zoJT zcy}?XWU?`qFnjQ_v#CXtOkj4XDr8l<*uWXBq$t+#CFmWKhA)?cr}7f12EnsnVoJK& esZGYr%nT7~Ms2Q|skT5jF?hQAxvX@e$Pb@x< zCo@Yk1Szcgp1~Q>;_>0vq!^wP0>=&@e$Pb@x< zCo@Yk1S!0_xQ|80Nu^@%Vk5Q`j^u=d2lXqS9Tw1B)TnzxKuv>P_J&ht6T@sqg|jZZ z+3qq-GHGVm#ki!6nORuJ>I9?0-W^O6GY+)qP88sFsM0KFoTA3MV2NN5?}3gqFmcLQ fIQ8btMn(pOc%!y0U(CJ&-NfMO>gTe~DWM4fX6i`b literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_light_gray.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_light_gray.png new file mode 100644 index 0000000000000000000000000000000000000000..742c9f97828f1c9c764d51025e43cb28dd8ee29b GIT binary patch literal 243 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBufiR<}hF1enu*1{EF~q_@*~HZJ?|B9mBO@aPE>@e$Pb@x< zCo@Yk1U-28a3hP3lgf>a$?iNS1dbgzaNvKy*>=Ss7v|^*iar5+RvTI`u`rr3JIv}V z6{m!Nk{8opc(p2|z48U)XRi7Dx7 er#2ZgGc!oq8?_zJmAeUa6N9I#pUXO@geCxSZbr2L literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_lime.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_lime.png new file mode 100644 index 0000000000000000000000000000000000000000..e8cf8a5a9490ffae78a5b674170eea3ec2008a12 GIT binary patch literal 243 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBufiR<}hF1enu*1{EF~q_@*~HZJ?|B9mBO@aPE>@e$Pb@x< zCo@Yk1T6@!P2!Ab@hDh%Rf#QyBRL`ALH&wnhXphjHR_%aP}5+Sz2TJE#4wvt;jGJU zwz~|IOqv;XF)nFiW){}5I>D&0cL&qNi~}vY69u>(sx-?Pr>LbP0l+XkKS|Uj< literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_magenta.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_magenta.png new file mode 100644 index 0000000000000000000000000000000000000000..0b56bda0ec9256518e93e2df53e2ec8b5d8667a7 GIT binary patch literal 243 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBufiR<}hF1enu*1{EF~q_@*~HZJ?|B9mBO@aPE>@e$Pb@x< zCo@Yk1Wov{yOuMe#lv9!RwK3)j^u=d2lXqS9Tw1B)TnzxKuv>P_J&ht6T@sqg|jZZ z+3qq-GHGVm#ki!6nORuJ>I9?0-W^O6GY+)qP88sFsM0KFoTA3MV2NN5?}3gqFmcLQ fIQ8btMn;D1$Bo)77cN-^bQ6Q8tDnm{r-UW|quWWI literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_orange.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_orange.png new file mode 100644 index 0000000000000000000000000000000000000000..f0b01d92f99c3d15dc2a6bab092702530f5457c6 GIT binary patch literal 249 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBufiR<}hF1enu+P)QF~q_@*~HZJ?|B9mBO@aPE>@e$Pb@x< zCo@Yk1YKD7J%cl%#Ur57Q;#i$BRL`ALH&wnhXphjHR_%aP}5+So#B+(#4wvt;p}on zpF<3H877%DGwfni$z)?xizu1E>`+z6s&uh|Gg?Vetl>-0J0=ZZt_`i15*$_mwPgTe~DWM4f5Qj>$ literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_pink.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_pink.png new file mode 100644 index 0000000000000000000000000000000000000000..2286ef814a1f72ca9632798f5bab815e88c7af13 GIT binary patch literal 243 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBufiR<}hF1enu*1{EF~q_@*~HZJ?|B9mBO@aPE>@e$Pb@x< zCo@Yk1Z@b=PvMMc@erub^yN7raO}W=1OEfgwkrm?Fh@^N^avg{(>!8#tqt6vZ081ifR@@a1ywR9+(0Ab1u`Oi5Qe ewaJ*7nZfnAQQPs)0w;iOV(@hJb6Mw<&;$U6%|*EY literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_purple.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..2bb5cd46a65c641b93f7fd8a067e2a0afe921f33 GIT binary patch literal 243 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBufiR<}hF1enu*1{EF~q_@*~HZJ?|B9mBO@aPE>@e$Pb@x< zCo@Yk1TFZkSI8OB;!)t4QO9#a;Mjo!2mS|~ZC4C(VUC`l=o7$awW0MA3!@pc!>rCS z-d&6;nQV+D%pSb#Y-$lD6PO*U3R#sdHgHBODT+0G33|t*;mhUVsk}t0LGUb?n3Aq` eYLhWDGefnxQQOhDHg=$!7(8A5T-G@yGywqXvqgFU literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_red.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_red.png new file mode 100644 index 0000000000000000000000000000000000000000..6409567574a1fc0208b582f774645b1650739839 GIT binary patch literal 243 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBufiR<}hF1enu*1{EF~q_@*~HZJ?|B9mBO@aPE>@e$Pb@x< zCo@Yk1U>lp;-cdQj)@8FbLQBd5IA<=z=8h(XW12kT$tG>DEb8OSrs%~Vqr96c9_*! z#=DDAC6kS@gxQ0aolPyGWCF88RUxa=#Rkr3B}K7@FG25^G<>-nJe8M7H3*&s6I0UF ePHi$~W@dOY&8Y2*NFOiIO$?r{elF{r5}E+497lZs literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_white.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_white.png new file mode 100644 index 0000000000000000000000000000000000000000..1d479fab94dc37c2e68d415a0e523ef16d59d953 GIT binary patch literal 244 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBufiR<}hF1enu+!7UF~q`u>Eykl4GKIhjg}G3mlPM2*QD|eb4oAbymyEj0itKBmCo%HRl5{bo%V5F zP>R@$6?;}1TJpV=bf{VKbjGa)Rkp2+-aJ==`|KTlf9p&MS?{^R!TNubjHQU}A=8Xg jXMoto-lzDn&Jorl$Bo)9F)8o>9mU}3>gTe~DWM4f2&`1% literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_yellow.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/industrial_glass_yellow.png new file mode 100644 index 0000000000000000000000000000000000000000..6ac1521aa3f31fd83d347ddb015327f0ddb1cd91 GIT binary patch literal 243 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBufiR<}hF1enu*1{EF~q_@*~HZJ?|B9mBO@aPE>@e$Pb@x< zCo@Yk1R12BTCAENsO0F^7sGQx;Mjo!2mS|~ZC4C(VUC`l=o7$awW0MA3!@pc!>rCS z-d&6;nQV+D%pSb#Y-$lD6PO*U3R#sdHgHBODT+0G33|t*;mhUVsk}t0LGUb?n3Aq` eYLhWDGsC&}Ms1Vd-|PUoiNVv=&t;ucLK6V4XGZA& literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/overdrive_that_matters/textures/models/armor/tritanium_armor.png b/src/main/resources/assets/overdrive_that_matters/textures/models/armor/tritanium_armor.png index 8398d892f6f5014cd96356a1a7932693c698419f..259c90a3cbc566220805aed2f15e8137fe47ac16 100644 GIT binary patch literal 2792 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 literal 5908 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