From 19e205b527832eec4cca01bf962469d789f7c579 Mon Sep 17 00:00:00 2001 From: GearShocky Date: Fri, 21 Jul 2023 17:53:25 +0600 Subject: [PATCH] Furnaces --- .../mc/otm/datagen/blocks/BlockStates.kt | 1 + .../mc/otm/datagen/items/ItemModels.kt | 1 + .../mc/otm/shapes/BlockShapes.java | 53 ++ .../block/powered_blast_furnace_error.json | 259 ++++++++++ .../block/powered_blast_furnace_idle.json | 250 ++++++++++ .../block/powered_blast_furnace_working.json | 260 ++++++++++ .../models/block/powered_furnace_error.json | 470 +++++++++++------- .../models/block/powered_furnace_idle.json | 468 ++++++++++------- .../models/block/powered_furnace_working.json | 456 +++++++++-------- .../textures/block/electric_furnace.png | Bin 852 -> 724 bytes .../block/electric_furnace_offline.png | Bin 820 -> 671 bytes .../textures/block/induction_furnace.png | Bin 0 -> 906 bytes .../block/induction_furnace_offline.png | Bin 0 -> 824 bytes 13 files changed, 1663 insertions(+), 555 deletions(-) create mode 100644 src/main/resources/assets/overdrive_that_matters/models/block/powered_blast_furnace_error.json create mode 100644 src/main/resources/assets/overdrive_that_matters/models/block/powered_blast_furnace_idle.json create mode 100644 src/main/resources/assets/overdrive_that_matters/models/block/powered_blast_furnace_working.json create mode 100644 src/main/resources/assets/overdrive_that_matters/textures/block/induction_furnace.png create mode 100644 src/main/resources/assets/overdrive_that_matters/textures/block/induction_furnace_offline.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 391f7d877..c5f1f5680 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,6 +97,7 @@ 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.STORAGE_POWER_SUPPLIER) 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 4f747ee5c..1dab2caeb 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 @@ -143,6 +143,7 @@ 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.PLATE_PRESS, "plate_press_idle") diff --git a/src/main/java/ru/dbotthepony/mc/otm/shapes/BlockShapes.java b/src/main/java/ru/dbotthepony/mc/otm/shapes/BlockShapes.java index 9e09e6691..dc64f03ec 100644 --- a/src/main/java/ru/dbotthepony/mc/otm/shapes/BlockShapes.java +++ b/src/main/java/ru/dbotthepony/mc/otm/shapes/BlockShapes.java @@ -732,4 +732,57 @@ public class BlockShapes { new SimpleCuboid(0.125d, 0.3125d, 0.125d, 0.875d, 0.5d, 0.875d), new SimpleCuboid(0d, 0.5d, 0d, 1d, 1d, 1d) ); + + public static final BlockShape POWERED_FURNACE = new BlockShape( + new SimpleCuboid(0.9375d, 0.5d, 0d, 1d, 1d, 0.0625d), + new SimpleCuboid(0d, 0.5d, 0d, 0.0625d, 1d, 0.0625d), + new SimpleCuboid(0d, 0.5d, 0.0625d, 1d, 1d, 0.6875d), + new SimpleCuboid(0.6875d, 0.5d, 0.6875d, 1d, 1d, 0.9375d), + new SimpleCuboid(0.6875d, 0.3125d, 0.9375d, 0.75d, 1d, 1d), + new SimpleCuboid(0.9375d, 0.3125d, 0.9375d, 1d, 1d, 1d), + new SimpleCuboid(0.75d, 0.9375d, 0.9375d, 0.9375d, 1d, 1d), + new SimpleCuboid(0.6875d, 0d, 0.9375d, 1d, 0.3125d, 1d), + new SimpleCuboid(0d, 0.375d, 0.9375d, 0.6875d, 0.5d, 1d), + new SimpleCuboid(0.0625d, 0.5d, 0d, 0.9375d, 0.5625d, 0.0625d), + new SimpleCuboid(0.0625d, 0.9375d, 0d, 0.9375d, 1d, 0.0625d), + new SimpleCuboid(0d, 0.0625d, 0.0625d, 1d, 0.4375d, 0.4375d), + new SimpleCuboid(0.8125d, 0d, 0d, 0.9375d, 0.5d, 0.5d), + new SimpleCuboid(0.0625d, 0d, 0d, 0.1875d, 0.5d, 0.5d), + new SimpleCuboid(0.0625d, 0.5d, 0.75d, 0.3125d, 1d, 1d), + new SimpleCuboid(0.375d, 0.5d, 0.75d, 0.625d, 1d, 1d), + new SimpleCuboid(0d, 0d, 0.5d, 1d, 0.5d, 0.9375d), + new SimpleCuboid(0d, 0.5d, 0.6875d, 0.6875d, 0.875d, 0.9375d), + new SimpleCuboid(-0.03125d, 1.03125d, 0.0625d, 1.03125d, 1.03125d, 0.125d), + new SimpleCuboid(-0.03125d, 0.71875d, 0.0625d, -0.03125d, 1.03125d, 0.125d), + new SimpleCuboid(-0.03125d, 0.71875d, 0.125d, -0.03125d, 0.78125d, 0.625d), + new SimpleCuboid(1.03125d, 0.71875d, 0.125d, 1.03125d, 0.78125d, 0.625d), + new SimpleCuboid(1.03125d, 0.71875d, 0.0625d, 1.03125d, 1.03125d, 0.125d), + new SimpleCuboid(-0.0625d, 0.625d, 0.375d, 0d, 0.875d, 0.625d), + new SimpleCuboid(1d, 0.625d, 0.375d, 1.0625d, 0.875d, 0.625d), + new SimpleCuboid(0.0625d, 0.5625d, 0.061875d, 0.9375d, 0.9375d, 0.061875d) + ); + + public static final BlockShape POWERED_BLAST_FURNACE = new BlockShape( + new SimpleCuboid(0.0625d, 0.625d, 0.6875d, 0.9375d, 0.6875d, 0.9375d), + new SimpleCuboid(0.0625d, 0.5d, 0.6875d, 0.9375d, 0.5625d, 0.9375d), + new SimpleCuboid(0.0625d, 0.375d, 0.6875d, 0.9375d, 0.4375d, 0.9375d), + new SimpleCuboid(0d, 0d, 0d, 1d, 0.3125d, 1d), + new SimpleCuboid(0d, 0.3125d, 0.375d, 1d, 1d, 0.6875d), + new SimpleCuboid(0d, 0.75d, 0.6875d, 1d, 1d, 1d), + new SimpleCuboid(0.125d, 0.3125d, 0.6875d, 0.875d, 0.75d, 0.875d), + new SimpleCuboid(0.1875d, 0.3125d, 0d, 0.8125d, 1d, 0.375d), + new SimpleCuboid(0.25d, 1d, 0.25d, 0.75d, 1.0625d, 0.75d), + new SimpleCuboid(0.03125d, 0.3125d, 0.65625d, 0.96875d, 0.5d, 0.96875d), + new SimpleCuboid(0.96875d, 0.3125d, 0.65625d, 0.03125d, 0.75d, 0.96875d), + new SimpleCuboid(0.8125d, 0.3125d, 0.0625d, 0.9375d, 0.9375d, 0.375d), + new SimpleCuboid(0.0625d, 0.3125d, 0.0625d, 0.1875d, 0.9375d, 0.375d), + new SimpleCuboid(0.061875d, 0.5625d, 0.125d, 0.061875d, 0.625d, 0.3125d), + new SimpleCuboid(0.061875d, 0.6875d, 0.125d, 0.061875d, 0.75d, 0.3125d), + new SimpleCuboid(0.061875d, 0.8125d, 0.125d, 0.061875d, 0.875d, 0.3125d), + new SimpleCuboid(0.938125d, 0.8125d, 0.125d, 0.938125d, 0.875d, 0.3125d), + new SimpleCuboid(0.938125d, 0.5625d, 0.125d, 0.938125d, 0.625d, 0.3125d), + new SimpleCuboid(0.938125d, 0.6875d, 0.125d, 0.938125d, 0.75d, 0.3125d), + new SimpleCuboid(0.3125d, 1.000625d, 0.125d, 0.6875d, 1.000625d, 0.1875d) + ); + } diff --git a/src/main/resources/assets/overdrive_that_matters/models/block/powered_blast_furnace_error.json b/src/main/resources/assets/overdrive_that_matters/models/block/powered_blast_furnace_error.json new file mode 100644 index 000000000..e2d063ba8 --- /dev/null +++ b/src/main/resources/assets/overdrive_that_matters/models/block/powered_blast_furnace_error.json @@ -0,0 +1,259 @@ +{ + "render_type": "translucent", + "texture_size": [32, 64], + "textures": { + "particle": "overdrive_that_matters:block/induction_furnace", + "texture": "overdrive_that_matters:block/induction_furnace" + }, + "elements": [ + { + "name": "heatsink", + "from": [1, 10, 11], + "to": [15, 11, 15], + "faces": { + "east": {"uv": [7, 0.25, 9, 0.5], "texture": "#texture"}, + "south": {"uv": [9, 0, 16, 0.25], "texture": "#texture"}, + "west": {"uv": [7, 0, 9, 0.25], "texture": "#texture"}, + "up": {"uv": [0, 0, 7, 1], "texture": "#texture"}, + "down": {"uv": [0, 0, 7, 1], "rotation": 180, "texture": "#texture"} + }, + "forge_data": { "block_light": 15, "sky_light": 15 } + }, + { + "name": "heatsink", + "from": [1, 8, 11], + "to": [15, 9, 15], + "faces": { + "east": {"uv": [7, 0.25, 9, 0.5], "texture": "#texture"}, + "south": {"uv": [9, 0, 16, 0.25], "texture": "#texture"}, + "west": {"uv": [7, 0, 9, 0.25], "texture": "#texture"}, + "up": {"uv": [0, 0, 7, 1], "texture": "#texture"}, + "down": {"uv": [0, 0, 7, 1], "rotation": 180, "texture": "#texture"} + }, + "forge_data": { "block_light": 15, "sky_light": 15 } + }, + { + "name": "heatsink", + "from": [1, 6, 11], + "to": [15, 7, 15], + "faces": { + "east": {"uv": [7, 0.25, 9, 0.5], "texture": "#texture"}, + "south": {"uv": [9, 0, 16, 0.25], "texture": "#texture"}, + "west": {"uv": [7, 0, 9, 0.25], "texture": "#texture"}, + "up": {"uv": [0, 0, 7, 1], "texture": "#texture"}, + "down": {"uv": [0, 0, 7, 1], "rotation": 180, "texture": "#texture"} + }, + "forge_data": { "block_light": 15, "sky_light": 15 } + }, + { + "name": "base", + "from": [0, 0, 0], + "to": [16, 5, 16], + "faces": { + "north": {"uv": [0, 9.5, 8, 10.75], "texture": "#texture"}, + "east": {"uv": [0, 10.75, 8, 12], "texture": "#texture"}, + "south": {"uv": [0, 10.75, 8, 12], "texture": "#texture"}, + "west": {"uv": [0, 10.75, 8, 12], "texture": "#texture"}, + "up": {"uv": [0, 12, 8, 16], "texture": "#texture"}, + "down": {"uv": [0, 12, 8, 16], "texture": "#texture"} + } + }, + { + "name": "base", + "from": [0, 5, 6], + "to": [16, 16, 11], + "faces": { + "north": {"uv": [0, 3.5, 8, 6.25], "texture": "#texture"}, + "east": {"uv": [13, 7.25, 10.5, 10], "texture": "#texture"}, + "south": {"uv": [0, 12, 8, 14.75], "texture": "#texture"}, + "west": {"uv": [10.5, 7.25, 13, 10], "texture": "#texture"}, + "up": {"uv": [0, 2.25, 8, 3.5], "rotation": 180, "texture": "#texture"} + } + }, + { + "name": "base", + "from": [0, 12, 11], + "to": [16, 16, 16], + "faces": { + "east": {"uv": [15.5, 7.25, 13, 8.25], "texture": "#texture"}, + "south": {"uv": [0, 6.25, 8, 7.25], "texture": "#texture"}, + "west": {"uv": [13, 7.25, 15.5, 8.25], "texture": "#texture"}, + "up": {"uv": [0, 1, 8, 2.25], "rotation": 180, "texture": "#texture"}, + "down": {"uv": [0, 12, 8, 13.25], "texture": "#texture"} + } + }, + { + "name": "base", + "from": [2, 5, 11], + "to": [14, 12, 14], + "faces": { + "east": {"uv": [6, 7.75, 7.5, 9.5], "texture": "#texture"}, + "south": {"uv": [1, 7.75, 7, 9.5], "texture": "#texture"}, + "west": {"uv": [0, 7.75, 1.5, 9.5], "texture": "#texture"} + } + }, + { + "name": "chamber", + "from": [3, 5, 0], + "to": [13, 16, 6], + "faces": { + "north": {"uv": [8, 13.25, 13, 16], "texture": "#texture"}, + "east": {"uv": [16, 13.25, 13, 16], "texture": "#texture"}, + "west": {"uv": [13, 13.25, 16, 16], "texture": "#texture"}, + "up": {"uv": [8, 11.75, 13, 13.25], "rotation": 180, "texture": "#texture"} + } + }, + { + "name": "smokething", + "from": [4, 16, 4], + "to": [12, 17, 12], + "faces": { + "north": {"uv": [8, 3, 12, 3.25], "texture": "#texture"}, + "east": {"uv": [8, 3, 12, 3.25], "texture": "#texture"}, + "south": {"uv": [8, 3, 12, 3.25], "texture": "#texture"}, + "west": {"uv": [8, 3, 12, 3.25], "texture": "#texture"}, + "up": {"uv": [8, 1, 12, 3], "texture": "#texture"} + } + }, + { + "name": "net", + "from": [0.5, 5, 10.5], + "to": [15.5, 8, 15.5], + "faces": { + "east": {"uv": [15.5, 9.25, 13, 10], "texture": "#texture"}, + "south": {"uv": [8, 11, 15.5, 11.75], "texture": "#texture"}, + "west": {"uv": [13, 9.25, 15.5, 10], "texture": "#texture"} + } + }, + { + "name": "net", + "from": [15.5, 5, 10.5], + "to": [0.5, 12, 15.5], + "faces": { + "east": {"uv": [13, 8.25, 15.5, 10], "texture": "#texture"}, + "south": {"uv": [8, 10, 15.5, 11.75], "texture": "#texture"}, + "west": {"uv": [13, 8.25, 15.5, 10], "texture": "#texture"} + } + }, + { + "name": "detals", + "from": [13, 5, 1], + "to": [15, 15, 6], + "faces": { + "north": {"uv": [8, 5, 9, 7.5], "texture": "#texture"}, + "east": {"uv": [8, 7.5, 10.5, 10], "texture": "#texture"}, + "up": {"uv": [10, 5, 9, 6.25], "texture": "#texture"} + } + }, + { + "name": "detals", + "from": [1, 5, 1], + "to": [3, 15, 6], + "faces": { + "north": {"uv": [9, 5, 8, 7.5], "texture": "#texture"}, + "west": {"uv": [8, 7.5, 10.5, 10], "texture": "#texture"}, + "up": {"uv": [9, 5, 10, 6.25], "texture": "#texture"} + } + }, + { + "name": "light", + "from": [1, 9, 2], + "to": [1, 10, 5], + "faces": { + "east": {"uv": [12.5, 1, 14, 1.25], "texture": "#texture"}, + "west": {"uv": [12.5, 1, 14, 1.25], "texture": "#texture"} + }, + "forge_data": { "block_light": 15, "sky_light": 15 } + }, + { + "name": "light", + "from": [1, 11, 2], + "to": [1, 12, 5], + "faces": { + "east": {"uv": [12.5, 1, 14, 1.25], "texture": "#texture"}, + "west": {"uv": [12.5, 1, 14, 1.25], "texture": "#texture"} + }, + "forge_data": { "block_light": 15, "sky_light": 15 } + }, + { + "name": "light", + "from": [1, 13, 2], + "to": [1, 14, 5], + "faces": { + "east": {"uv": [12.5, 1, 14, 1.25], "texture": "#texture"}, + "west": {"uv": [12.5, 1, 14, 1.25], "texture": "#texture"} + }, + "forge_data": { "block_light": 15, "sky_light": 15 } + }, + { + "name": "light", + "from": [15, 13, 2], + "to": [15, 14, 5], + "faces": { + "east": {"uv": [12.5, 1, 14, 1.25], "texture": "#texture"}, + "west": {"uv": [12.5, 1, 14, 1.25], "texture": "#texture"} + }, + "forge_data": { "block_light": 15, "sky_light": 15 } + }, + { + "name": "light", + "from": [15, 9, 2], + "to": [15, 10, 5], + "faces": { + "east": {"uv": [12.5, 1, 14, 1.25], "texture": "#texture"}, + "west": {"uv": [12.5, 1, 14, 1.25], "texture": "#texture"} + }, + "forge_data": { "block_light": 15, "sky_light": 15 } + }, + { + "name": "light", + "from": [15, 11, 2], + "to": [15, 12, 5], + "faces": { + "east": {"uv": [12.5, 1, 14, 1.25], "texture": "#texture"}, + "west": {"uv": [12.5, 1, 14, 1.25], "texture": "#texture"} + }, + "forge_data": { "block_light": 15, "sky_light": 15 } + }, + { + "name": "light", + "from": [5, 16, 2], + "to": [11, 16, 3], + "faces": { + "up": {"uv": [12.5, 1.5, 15.5, 1.75], "texture": "#texture"} + }, + "forge_data": { "block_light": 15, "sky_light": 15 } + } + ], + "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_blast_furnace_idle.json b/src/main/resources/assets/overdrive_that_matters/models/block/powered_blast_furnace_idle.json new file mode 100644 index 000000000..fddc23f2a --- /dev/null +++ b/src/main/resources/assets/overdrive_that_matters/models/block/powered_blast_furnace_idle.json @@ -0,0 +1,250 @@ +{ + "credit": "Made with Blockbench", + "render_type": "translucent", + "texture_size": [32, 64], + "textures": { + "particle": "overdrive_that_matters:block/induction_furnace_offline", + "texture": "overdrive_that_matters:block/induction_furnace_offline" + }, + "elements": [ + { + "name": "heatsink", + "from": [1, 10, 11], + "to": [15, 11, 15], + "faces": { + "east": {"uv": [7, 0.25, 9, 0.5], "texture": "#texture"}, + "south": {"uv": [9, 0, 16, 0.25], "texture": "#texture"}, + "west": {"uv": [7, 0, 9, 0.25], "texture": "#texture"}, + "up": {"uv": [0, 0, 7, 1], "texture": "#texture"}, + "down": {"uv": [0, 0, 7, 1], "rotation": 180, "texture": "#texture"} + } + }, + { + "name": "heatsink", + "from": [1, 8, 11], + "to": [15, 9, 15], + "faces": { + "east": {"uv": [7, 0.25, 9, 0.5], "texture": "#texture"}, + "south": {"uv": [9, 0, 16, 0.25], "texture": "#texture"}, + "west": {"uv": [7, 0, 9, 0.25], "texture": "#texture"}, + "up": {"uv": [0, 0, 7, 1], "texture": "#texture"}, + "down": {"uv": [0, 0, 7, 1], "rotation": 180, "texture": "#texture"} + } + }, + { + "name": "heatsink", + "from": [1, 6, 11], + "to": [15, 7, 15], + "faces": { + "east": {"uv": [7, 0.25, 9, 0.5], "texture": "#texture"}, + "south": {"uv": [9, 0, 16, 0.25], "texture": "#texture"}, + "west": {"uv": [7, 0, 9, 0.25], "texture": "#texture"}, + "up": {"uv": [0, 0, 7, 1], "texture": "#texture"}, + "down": {"uv": [0, 0, 7, 1], "rotation": 180, "texture": "#texture"} + } + }, + { + "name": "base", + "from": [0, 0, 0], + "to": [16, 5, 16], + "faces": { + "north": {"uv": [0, 9.5, 8, 10.75], "texture": "#texture"}, + "east": {"uv": [0, 10.75, 8, 12], "texture": "#texture"}, + "south": {"uv": [0, 10.75, 8, 12], "texture": "#texture"}, + "west": {"uv": [0, 10.75, 8, 12], "texture": "#texture"}, + "up": {"uv": [0, 12, 8, 16], "texture": "#texture"}, + "down": {"uv": [0, 12, 8, 16], "texture": "#texture"} + } + }, + { + "name": "base", + "from": [0, 5, 6], + "to": [16, 16, 11], + "faces": { + "north": {"uv": [0, 3.5, 8, 6.25], "texture": "#texture"}, + "east": {"uv": [13, 7.25, 10.5, 10], "texture": "#texture"}, + "south": {"uv": [0, 12, 8, 14.75], "texture": "#texture"}, + "west": {"uv": [10.5, 7.25, 13, 10], "texture": "#texture"}, + "up": {"uv": [0, 2.25, 8, 3.5], "rotation": 180, "texture": "#texture"} + } + }, + { + "name": "base", + "from": [0, 12, 11], + "to": [16, 16, 16], + "faces": { + "east": {"uv": [15.5, 7.25, 13, 8.25], "texture": "#texture"}, + "south": {"uv": [0, 6.25, 8, 7.25], "texture": "#texture"}, + "west": {"uv": [13, 7.25, 15.5, 8.25], "texture": "#texture"}, + "up": {"uv": [0, 1, 8, 2.25], "rotation": 180, "texture": "#texture"}, + "down": {"uv": [0, 12, 8, 13.25], "texture": "#texture"} + } + }, + { + "name": "base", + "from": [2, 5, 11], + "to": [14, 12, 14], + "faces": { + "east": {"uv": [6, 7.75, 7.5, 9.5], "texture": "#texture"}, + "south": {"uv": [1, 7.75, 7, 9.5], "texture": "#texture"}, + "west": {"uv": [0, 7.75, 1.5, 9.5], "texture": "#texture"} + } + }, + { + "name": "chamber", + "from": [3, 5, 0], + "to": [13, 16, 6], + "faces": { + "north": {"uv": [8, 13.25, 13, 16], "texture": "#texture"}, + "east": {"uv": [16, 13.25, 13, 16], "texture": "#texture"}, + "west": {"uv": [13, 13.25, 16, 16], "texture": "#texture"}, + "up": {"uv": [8, 11.75, 13, 13.25], "rotation": 180, "texture": "#texture"} + } + }, + { + "name": "smokething", + "from": [4, 16, 4], + "to": [12, 17, 12], + "faces": { + "north": {"uv": [8, 3, 12, 3.25], "texture": "#texture"}, + "east": {"uv": [8, 3, 12, 3.25], "texture": "#texture"}, + "south": {"uv": [8, 3, 12, 3.25], "texture": "#texture"}, + "west": {"uv": [8, 3, 12, 3.25], "texture": "#texture"}, + "up": {"uv": [8, 1, 12, 3], "texture": "#texture"} + } + }, + { + "name": "net", + "from": [0.5, 5, 10.5], + "to": [15.5, 8, 15.5], + "faces": { + "east": {"uv": [15.5, 9.25, 13, 10], "texture": "#texture"}, + "south": {"uv": [8, 11, 15.5, 11.75], "texture": "#texture"}, + "west": {"uv": [13, 9.25, 15.5, 10], "texture": "#texture"} + } + }, + { + "name": "net", + "from": [15.5, 5, 10.5], + "to": [0.5, 12, 15.5], + "faces": { + "east": {"uv": [13, 8.25, 15.5, 10], "texture": "#texture"}, + "south": {"uv": [8, 10, 15.5, 11.75], "texture": "#texture"}, + "west": {"uv": [13, 8.25, 15.5, 10], "texture": "#texture"} + } + }, + { + "name": "detals", + "from": [13, 5, 1], + "to": [15, 15, 6], + "faces": { + "north": {"uv": [8, 5, 9, 7.5], "texture": "#texture"}, + "east": {"uv": [8, 7.5, 10.5, 10], "texture": "#texture"}, + "up": {"uv": [10, 5, 9, 6.25], "texture": "#texture"} + } + }, + { + "name": "detals", + "from": [1, 5, 1], + "to": [3, 15, 6], + "faces": { + "north": {"uv": [9, 5, 8, 7.5], "texture": "#texture"}, + "west": {"uv": [8, 7.5, 10.5, 10], "texture": "#texture"}, + "up": {"uv": [9, 5, 10, 6.25], "texture": "#texture"} + } + }, + { + "name": "light", + "from": [0.99, 9, 2], + "to": [0.99, 10, 5], + "faces": { + "east": {"uv": [12.5, 1, 14, 1.25], "texture": "#texture"}, + "west": {"uv": [12.5, 1, 14, 1.25], "texture": "#texture"} + } + }, + { + "name": "light", + "from": [0.99, 11, 2], + "to": [0.99, 12, 5], + "faces": { + "east": {"uv": [12.5, 1, 14, 1.25], "texture": "#texture"}, + "west": {"uv": [12.5, 1, 14, 1.25], "texture": "#texture"} + } + }, + { + "name": "light", + "from": [0.99, 13, 2], + "to": [0.99, 14, 5], + "faces": { + "east": {"uv": [12.5, 1, 14, 1.25], "texture": "#texture"}, + "west": {"uv": [12.5, 1, 14, 1.25], "texture": "#texture"} + } + }, + { + "name": "light", + "from": [15.01, 13, 2], + "to": [15.01, 14, 5], + "faces": { + "east": {"uv": [12.5, 1, 14, 1.25], "texture": "#texture"}, + "west": {"uv": [12.5, 1, 14, 1.25], "texture": "#texture"} + } + }, + { + "name": "light", + "from": [15.01, 9, 2], + "to": [15.01, 10, 5], + "faces": { + "east": {"uv": [12.5, 1, 14, 1.25], "texture": "#texture"}, + "west": {"uv": [12.5, 1, 14, 1.25], "texture": "#texture"} + } + }, + { + "name": "light", + "from": [15.01, 11, 2], + "to": [15.01, 12, 5], + "faces": { + "east": {"uv": [12.5, 1, 14, 1.25], "texture": "#texture"}, + "west": {"uv": [12.5, 1, 14, 1.25], "texture": "#texture"} + } + }, + { + "name": "light", + "from": [5, 16.01, 2], + "to": [11, 16.01, 3], + "faces": { + "up": {"uv": [12.5, 1.5, 15.5, 1.75], "texture": "#texture"} + } + } + ], + "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_blast_furnace_working.json b/src/main/resources/assets/overdrive_that_matters/models/block/powered_blast_furnace_working.json new file mode 100644 index 000000000..9d4ea6959 --- /dev/null +++ b/src/main/resources/assets/overdrive_that_matters/models/block/powered_blast_furnace_working.json @@ -0,0 +1,260 @@ +{ + "credit": "Made with Blockbench", + "render_type": "translucent", + "texture_size": [32, 64], + "textures": { + "particle": "overdrive_that_matters:block/induction_furnace", + "texture": "overdrive_that_matters:block/induction_furnace" + }, + "elements": [ + { + "name": "heatsink", + "from": [1, 10, 11], + "to": [15, 11, 15], + "faces": { + "east": {"uv": [7, 0.25, 9, 0.5], "texture": "#texture"}, + "south": {"uv": [9, 0, 16, 0.25], "texture": "#texture"}, + "west": {"uv": [7, 0, 9, 0.25], "texture": "#texture"}, + "up": {"uv": [0, 0, 7, 1], "texture": "#texture"}, + "down": {"uv": [0, 0, 7, 1], "rotation": 180, "texture": "#texture"} + }, + "forge_data": { "block_light": 15, "sky_light": 15 } + }, + { + "name": "heatsink", + "from": [1, 8, 11], + "to": [15, 9, 15], + "faces": { + "east": {"uv": [7, 0.25, 9, 0.5], "texture": "#texture"}, + "south": {"uv": [9, 0, 16, 0.25], "texture": "#texture"}, + "west": {"uv": [7, 0, 9, 0.25], "texture": "#texture"}, + "up": {"uv": [0, 0, 7, 1], "texture": "#texture"}, + "down": {"uv": [0, 0, 7, 1], "rotation": 180, "texture": "#texture"} + }, + "forge_data": { "block_light": 15, "sky_light": 15 } + }, + { + "name": "heatsink", + "from": [1, 6, 11], + "to": [15, 7, 15], + "faces": { + "east": {"uv": [7, 0.25, 9, 0.5], "texture": "#texture"}, + "south": {"uv": [9, 0, 16, 0.25], "texture": "#texture"}, + "west": {"uv": [7, 0, 9, 0.25], "texture": "#texture"}, + "up": {"uv": [0, 0, 7, 1], "texture": "#texture"}, + "down": {"uv": [0, 0, 7, 1], "rotation": 180, "texture": "#texture"} + }, + "forge_data": { "block_light": 15, "sky_light": 15 } + }, + { + "name": "base", + "from": [0, 0, 0], + "to": [16, 5, 16], + "faces": { + "north": {"uv": [0, 9.5, 8, 10.75], "texture": "#texture"}, + "east": {"uv": [0, 10.75, 8, 12], "texture": "#texture"}, + "south": {"uv": [0, 10.75, 8, 12], "texture": "#texture"}, + "west": {"uv": [0, 10.75, 8, 12], "texture": "#texture"}, + "up": {"uv": [0, 12, 8, 16], "texture": "#texture"}, + "down": {"uv": [0, 12, 8, 16], "texture": "#texture"} + } + }, + { + "name": "base", + "from": [0, 5, 6], + "to": [16, 16, 11], + "faces": { + "north": {"uv": [0, 3.5, 8, 6.25], "texture": "#texture"}, + "east": {"uv": [13, 7.25, 10.5, 10], "texture": "#texture"}, + "south": {"uv": [0, 12, 8, 14.75], "texture": "#texture"}, + "west": {"uv": [10.5, 7.25, 13, 10], "texture": "#texture"}, + "up": {"uv": [0, 2.25, 8, 3.5], "rotation": 180, "texture": "#texture"} + } + }, + { + "name": "base", + "from": [0, 12, 11], + "to": [16, 16, 16], + "faces": { + "east": {"uv": [15.5, 7.25, 13, 8.25], "texture": "#texture"}, + "south": {"uv": [0, 6.25, 8, 7.25], "texture": "#texture"}, + "west": {"uv": [13, 7.25, 15.5, 8.25], "texture": "#texture"}, + "up": {"uv": [0, 1, 8, 2.25], "rotation": 180, "texture": "#texture"}, + "down": {"uv": [0, 12, 8, 13.25], "texture": "#texture"} + } + }, + { + "name": "base", + "from": [2, 5, 11], + "to": [14, 12, 14], + "faces": { + "east": {"uv": [6, 7.75, 7.5, 9.5], "texture": "#texture"}, + "south": {"uv": [1, 7.75, 7, 9.5], "texture": "#texture"}, + "west": {"uv": [0, 7.75, 1.5, 9.5], "texture": "#texture"} + } + }, + { + "name": "chamber", + "from": [3, 5, 0], + "to": [13, 16, 6], + "faces": { + "north": {"uv": [8, 13.25, 13, 16], "texture": "#texture"}, + "east": {"uv": [16, 13.25, 13, 16], "texture": "#texture"}, + "west": {"uv": [13, 13.25, 16, 16], "texture": "#texture"}, + "up": {"uv": [8, 11.75, 13, 13.25], "rotation": 180, "texture": "#texture"} + } + }, + { + "name": "smokething", + "from": [4, 16, 4], + "to": [12, 17, 12], + "faces": { + "north": {"uv": [8, 3, 12, 3.25], "texture": "#texture"}, + "east": {"uv": [8, 3, 12, 3.25], "texture": "#texture"}, + "south": {"uv": [8, 3, 12, 3.25], "texture": "#texture"}, + "west": {"uv": [8, 3, 12, 3.25], "texture": "#texture"}, + "up": {"uv": [8, 1, 12, 3], "texture": "#texture"} + } + }, + { + "name": "net", + "from": [0.5, 5, 10.5], + "to": [15.5, 8, 15.5], + "faces": { + "east": {"uv": [15.5, 9.25, 13, 10], "texture": "#texture"}, + "south": {"uv": [8, 11, 15.5, 11.75], "texture": "#texture"}, + "west": {"uv": [13, 9.25, 15.5, 10], "texture": "#texture"} + } + }, + { + "name": "net", + "from": [15.5, 5, 10.5], + "to": [0.5, 12, 15.5], + "faces": { + "east": {"uv": [13, 8.25, 15.5, 10], "texture": "#texture"}, + "south": {"uv": [8, 10, 15.5, 11.75], "texture": "#texture"}, + "west": {"uv": [13, 8.25, 15.5, 10], "texture": "#texture"} + } + }, + { + "name": "detals", + "from": [13, 5, 1], + "to": [15, 15, 6], + "faces": { + "north": {"uv": [8, 5, 9, 7.5], "texture": "#texture"}, + "east": {"uv": [8, 7.5, 10.5, 10], "texture": "#texture"}, + "up": {"uv": [10, 5, 9, 6.25], "texture": "#texture"} + } + }, + { + "name": "detals", + "from": [1, 5, 1], + "to": [3, 15, 6], + "faces": { + "north": {"uv": [9, 5, 8, 7.5], "texture": "#texture"}, + "west": {"uv": [8, 7.5, 10.5, 10], "texture": "#texture"}, + "up": {"uv": [9, 5, 10, 6.25], "texture": "#texture"} + } + }, + { + "name": "light", + "from": [0.99, 9, 2], + "to": [0.99, 10, 5], + "faces": { + "east": {"uv": [12.5, 1, 14, 1.25], "texture": "#texture"}, + "west": {"uv": [12.5, 1, 14, 1.25], "texture": "#texture"} + }, + "forge_data": { "block_light": 15, "sky_light": 15 } + }, + { + "name": "light", + "from": [0.99, 11, 2], + "to": [0.99, 12, 5], + "faces": { + "east": {"uv": [12.5, 1, 14, 1.25], "texture": "#texture"}, + "west": {"uv": [12.5, 1, 14, 1.25], "texture": "#texture"} + }, + "forge_data": { "block_light": 15, "sky_light": 15 } + }, + { + "name": "light", + "from": [0.99, 13, 2], + "to": [0.99, 14, 5], + "faces": { + "east": {"uv": [12.5, 1, 14, 1.25], "texture": "#texture"}, + "west": {"uv": [12.5, 1, 14, 1.25], "texture": "#texture"} + }, + "forge_data": { "block_light": 15, "sky_light": 15 } + }, + { + "name": "light", + "from": [15.01, 13, 2], + "to": [15.01, 14, 5], + "faces": { + "east": {"uv": [12.5, 1, 14, 1.25], "texture": "#texture"}, + "west": {"uv": [12.5, 1, 14, 1.25], "texture": "#texture"} + }, + "forge_data": { "block_light": 15, "sky_light": 15 } + }, + { + "name": "light", + "from": [15.01, 9, 2], + "to": [15.01, 10, 5], + "faces": { + "east": {"uv": [12.5, 1, 14, 1.25], "texture": "#texture"}, + "west": {"uv": [12.5, 1, 14, 1.25], "texture": "#texture"} + }, + "forge_data": { "block_light": 15, "sky_light": 15 } + }, + { + "name": "light", + "from": [15.01, 11, 2], + "to": [15.01, 12, 5], + "faces": { + "east": {"uv": [12.5, 1, 14, 1.25], "texture": "#texture"}, + "west": {"uv": [12.5, 1, 14, 1.25], "texture": "#texture"} + }, + "forge_data": { "block_light": 15, "sky_light": 15 } + }, + { + "name": "light", + "from": [5, 16.01, 2], + "to": [11, 16.01, 3], + "faces": { + "up": {"uv": [12.5, 1.5, 15.5, 1.75], "texture": "#texture"} + }, + "forge_data": { "block_light": 15, "sky_light": 15 } + } + ], + "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_furnace_error.json b/src/main/resources/assets/overdrive_that_matters/models/block/powered_furnace_error.json index 597d7d580..4402744be 100644 --- a/src/main/resources/assets/overdrive_that_matters/models/block/powered_furnace_error.json +++ b/src/main/resources/assets/overdrive_that_matters/models/block/powered_furnace_error.json @@ -1,245 +1,353 @@ { - "render_type": "cutout", + "credit": "Made with Blockbench", + "render_type": "translucent", + "texture_size": [64, 32], "textures": { "0": "overdrive_that_matters:block/electric_furnace_offline", "particle": "overdrive_that_matters:block/electric_furnace_offline" }, "elements": [ { - "name": "heatsink", - "from": [1, 10, 11], - "to": [15, 11, 15], + "name": "chamber", + "from": [15, 8, 0], + "to": [16, 16, 1], "faces": { - "east": {"uv": [7, 0.25, 9, 0.5], "texture": "#0"}, - "south": {"uv": [9, 0, 16, 0.25], "texture": "#0"}, - "west": {"uv": [7, 0, 9, 0.25], "texture": "#0"}, - "up": {"uv": [0, 0, 7, 1], "texture": "#0"}, - "down": {"uv": [0, 0, 7, 1], "rotation": 180, "texture": "#0"} - } - }, - { - "name": "heatsink", - "from": [1, 8, 11], - "to": [15, 9, 15], - "faces": { - "east": {"uv": [7, 0.25, 9, 0.5], "texture": "#0"}, - "south": {"uv": [9, 0, 16, 0.25], "texture": "#0"}, - "west": {"uv": [7, 0, 9, 0.25], "texture": "#0"}, - "up": {"uv": [0, 0, 7, 1], "texture": "#0"}, - "down": {"uv": [0, 0, 7, 1], "rotation": 180, "texture": "#0"} - } - }, - { - "name": "heatsink", - "from": [1, 6, 11], - "to": [15, 7, 15], - "faces": { - "east": {"uv": [7, 0.25, 9, 0.5], "texture": "#0"}, - "south": {"uv": [9, 0, 16, 0.25], "texture": "#0"}, - "west": {"uv": [7, 0, 9, 0.25], "texture": "#0"}, - "up": {"uv": [0, 0, 7, 1], "texture": "#0"}, - "down": {"uv": [0, 0, 7, 1], "rotation": 180, "texture": "#0"} - } - }, - { - "name": "base", - "from": [0, 0, 0], - "to": [16, 5, 16], - "faces": { - "north": {"uv": [0, 9.5, 8, 10.75], "texture": "#0"}, - "east": {"uv": [0, 10.75, 8, 12], "texture": "#0"}, - "south": {"uv": [0, 10.75, 8, 12], "texture": "#0"}, - "west": {"uv": [0, 10.75, 8, 12], "texture": "#0"}, - "up": {"uv": [0, 12, 8, 16], "texture": "#0"}, - "down": {"uv": [0, 12, 8, 16], "texture": "#0"} - } - }, - { - "name": "base", - "from": [0, 5, 6], - "to": [16, 16, 11], - "faces": { - "north": {"uv": [0, 3.5, 8, 6.25], "texture": "#0"}, - "east": {"uv": [13, 7.25, 10.5, 10], "texture": "#0"}, - "south": {"uv": [0, 12, 8, 14.75], "texture": "#0"}, - "west": {"uv": [10.5, 7.25, 13, 10], "texture": "#0"}, - "up": {"uv": [0, 2.25, 8, 3.5], "rotation": 180, "texture": "#0"} - } - }, - { - "name": "base", - "from": [0, 12, 11], - "to": [16, 16, 16], - "faces": { - "east": {"uv": [15.5, 7.25, 13, 8.25], "texture": "#0"}, - "south": {"uv": [0, 6.25, 8, 7.25], "texture": "#0"}, - "west": {"uv": [13, 7.25, 15.5, 8.25], "texture": "#0"}, - "up": {"uv": [0, 1, 8, 2.25], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 12, 8, 13.25], "texture": "#0"} - } - }, - { - "name": "base", - "from": [2, 5, 11], - "to": [14, 12, 14], - "faces": { - "east": {"uv": [6, 7.75, 7.5, 9.5], "texture": "#0"}, - "south": {"uv": [1, 7.75, 7, 9.5], "texture": "#0"}, - "west": {"uv": [0, 7.75, 1.5, 9.5], "texture": "#0"} + "north": {"uv": [4, 9.5, 4.25, 13.5], "texture": "#0"}, + "east": {"uv": [3.75, 9.5, 4, 13.5], "texture": "#0"}, + "south": {"uv": [0, 0, 1, 8], "texture": "#missing"}, + "west": {"uv": [4, 9.5, 4.25, 13.5], "texture": "#0"}, + "up": {"uv": [4, 9, 4.25, 9.5], "texture": "#0"}, + "down": {"uv": [4, 9, 4.25, 9.5], "texture": "#0"} } }, { "name": "chamber", - "from": [3, 5, 0], - "to": [13, 16, 6], + "from": [0, 8, 0], + "to": [1, 16, 1], "faces": { - "north": {"uv": [8, 13.25, 13, 16], "texture": "#0"}, - "east": {"uv": [16, 13.25, 13, 16], "texture": "#0"}, - "west": {"uv": [13, 13.25, 16, 16], "texture": "#0"}, - "up": {"uv": [8, 11.75, 13, 13.25], "rotation": 180, "texture": "#0"} + "north": {"uv": [7.75, 9.5, 8, 13.5], "texture": "#0"}, + "east": {"uv": [7.75, 9.5, 8, 13.5], "texture": "#0"}, + "south": {"uv": [0, 0, 1, 8], "texture": "#missing"}, + "west": {"uv": [3.75, 9.5, 4, 13.5], "texture": "#0"}, + "up": {"uv": [7.75, 9, 8, 9.5], "texture": "#0"}, + "down": {"uv": [7.75, 9, 8, 9.5], "texture": "#0"} } }, { - "name": "smokething", - "from": [4, 16, 4], - "to": [12, 17, 12], + "name": "chamber", + "from": [0, 8, 1], + "to": [16, 16, 11], "faces": { - "north": {"uv": [8, 3, 12, 3.25], "texture": "#0"}, - "east": {"uv": [8, 3, 12, 3.25], "texture": "#0"}, - "south": {"uv": [8, 3, 12, 3.25], "texture": "#0"}, - "west": {"uv": [8, 3, 12, 3.25], "texture": "#0"}, - "up": {"uv": [8, 1, 12, 3], "texture": "#0"} + "north": {"uv": [4, 9.5, 8, 13.5], "texture": "#0"}, + "east": {"uv": [1.25, 9.5, 3.75, 13.5], "texture": "#0"}, + "south": {"uv": [4, 4, 8, 8], "texture": "#0"}, + "west": {"uv": [3.75, 9.5, 1.25, 13.5], "texture": "#0"}, + "up": {"uv": [4, 4, 8, 9], "rotation": 180, "texture": "#0"}, + "down": {"uv": [4, 4, 8, 9], "texture": "#0"} } }, { - "name": "net", - "from": [0.5, 5, 10.5], - "to": [15.5, 12, 15.5], + "name": "exhaust", + "from": [11, 8, 11], + "to": [16, 16, 15], "faces": { - "east": {"uv": [13, 8.25, 15.5, 10], "texture": "#0"}, - "south": {"uv": [8, 10, 15.5, 11.75], "texture": "#0"}, - "west": {"uv": [13, 8.25, 15.5, 10], "texture": "#0"} + "north": {"uv": [0, 0, 5, 8], "texture": "#missing"}, + "east": {"uv": [8, 7.5, 9, 11.5], "texture": "#0"}, + "south": {"uv": [12.25, 0, 13.5, 4], "texture": "#0"}, + "west": {"uv": [9, 7.5, 8, 11.5], "texture": "#0"}, + "up": {"uv": [2.75, 13.5, 4, 15.5], "texture": "#0"}, + "down": {"uv": [0, 0, 5, 4], "texture": "#missing"} } }, { - "name": "net", - "from": [15.5, 5, 10.5], - "to": [0.5, 12, 15.5], + "name": "exhaust", + "from": [11, 5, 15], + "to": [12, 16, 16], "faces": { - "east": {"uv": [13, 8.25, 15.5, 10], "texture": "#0"}, - "south": {"uv": [8, 10, 15.5, 11.75], "texture": "#0"}, - "west": {"uv": [13, 8.25, 15.5, 10], "texture": "#0"} + "north": {"uv": [0, 0, 1, 11], "texture": "#missing"}, + "east": {"uv": [0, 9, 0.25, 14.5], "texture": "#0"}, + "south": {"uv": [0, 9, 0.25, 14.5], "texture": "#0"}, + "west": {"uv": [0, 9, 0.25, 14.5], "texture": "#0"}, + "up": {"uv": [0, 9, 0.25, 9.5], "texture": "#0"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#missing"} } }, { - "name": "detals", - "from": [13, 5, 1], - "to": [15, 15, 6], + "name": "exhaust", + "from": [15, 5, 15], + "to": [16, 16, 16], "faces": { - "north": {"uv": [8, 5, 9, 7.5], "texture": "#0"}, - "east": {"uv": [8, 7.5, 10.5, 10], "texture": "#0"}, - "up": {"uv": [10, 5, 9, 6.25], "texture": "#0"} + "north": {"uv": [0, 0, 1, 11], "texture": "#missing"}, + "east": {"uv": [1, 9, 1.25, 14.5], "texture": "#0"}, + "south": {"uv": [1, 9, 1.25, 14.5], "texture": "#0"}, + "west": {"uv": [1, 9, 1.25, 14.5], "texture": "#0"}, + "up": {"uv": [1, 9, 1.25, 9.5], "texture": "#0"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#missing"} } }, { - "name": "detals", - "from": [1, 5, 1], - "to": [3, 15, 6], + "name": "exhaust", + "from": [12, 15, 15], + "to": [15, 16, 16], "faces": { - "north": {"uv": [9, 5, 8, 7.5], "texture": "#0"}, - "west": {"uv": [8, 7.5, 10.5, 10], "texture": "#0"}, - "up": {"uv": [9, 5, 10, 6.25], "texture": "#0"} + "north": {"uv": [0, 0, 3, 1], "texture": "#missing"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#missing"}, + "south": {"uv": [0.25, 9, 1, 9.5], "texture": "#0"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#missing"}, + "up": {"uv": [0.25, 9, 1, 9.5], "texture": "#0"}, + "down": {"uv": [0.25, 9, 1, 9.5], "texture": "#0"} } }, { - "name": "light", - "from": [1, 13, 2], - "to": [2, 14, 5], + "name": "exhaust", + "from": [11, 0, 15], + "to": [16, 5, 16], "faces": { - "north": {"uv": [12.5, 1, 13, 1.25], "texture": "#0"}, - "east": {"uv": [12.5, 1, 14, 1.25], "texture": "#0"}, - "south": {"uv": [13.5, 1, 14, 1.25], "texture": "#0"}, - "west": {"uv": [12.5, 1, 14, 1.25], "texture": "#0"}, - "up": {"uv": [12.5, 1, 14, 1.25], "rotation": 90, "texture": "#0"}, - "down": {"uv": [12.5, 1, 14, 1.25], "rotation": 90, "texture": "#0"} + "north": {"uv": [0, 0, 5, 5], "texture": "#missing"}, + "east": {"uv": [2.5, 13.5, 2.75, 16], "texture": "#0"}, + "south": {"uv": [1.25, 13.5, 2.5, 16], "texture": "#0"}, + "west": {"uv": [2.5, 13.5, 2.75, 16], "texture": "#0"}, + "up": {"uv": [1.25, 13.5, 2.5, 14], "texture": "#0"}, + "down": {"uv": [0, 0, 5, 1], "texture": "#missing"} } }, { - "name": "light", - "from": [1, 11, 2], - "to": [2, 12, 5], + "name": "details", + "from": [0, 6, 15], + "to": [11, 8, 16], "faces": { - "north": {"uv": [12.5, 1, 13, 1.25], "texture": "#0"}, - "east": {"uv": [12.5, 1, 14, 1.25], "texture": "#0"}, - "south": {"uv": [13.5, 1, 14, 1.25], "texture": "#0"}, - "west": {"uv": [12.5, 1, 14, 1.25], "texture": "#0"}, - "up": {"uv": [12.5, 1, 14, 1.25], "rotation": 90, "texture": "#0"}, - "down": {"uv": [12.5, 1, 14, 1.25], "rotation": 90, "texture": "#0"} + "north": {"uv": [0, 0, 11, 2], "texture": "#missing"}, + "east": {"uv": [0, 0, 1, 2], "texture": "#missing"}, + "south": {"uv": [8.25, 0, 11, 1], "texture": "#0"}, + "west": {"uv": [8.25, 0, 8.5, 1], "texture": "#0"}, + "up": {"uv": [8.75, 0, 11, 0.5], "texture": "#0"}, + "down": {"uv": [8.5, 0.5, 11, 1], "texture": "#0"} } }, { - "name": "light", - "from": [1, 9, 2], - "to": [2, 10, 5], + "name": "chamber", + "from": [1, 8, 0], + "to": [15, 9, 1], "faces": { - "north": {"uv": [12.5, 1, 13, 1.25], "texture": "#0"}, - "east": {"uv": [12.5, 1, 14, 1.25], "texture": "#0"}, - "south": {"uv": [13.5, 1, 14, 1.25], "texture": "#0"}, - "west": {"uv": [12.5, 1, 14, 1.25], "texture": "#0"}, - "up": {"uv": [12.5, 1, 14, 1.25], "rotation": 90, "texture": "#0"}, - "down": {"uv": [12.5, 1, 14, 1.25], "rotation": 90, "texture": "#0"} + "north": {"uv": [4, 13, 8, 13.5], "texture": "#0"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#missing"}, + "south": {"uv": [0, 0, 14, 1], "texture": "#missing"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#missing"}, + "up": {"uv": [4.25, 13, 7.75, 13.5], "texture": "#0"}, + "down": {"uv": [4.25, 9, 7.75, 9.5], "texture": "#0"} } }, { - "name": "light", - "from": [14, 9, 2], - "to": [15, 10, 5], + "name": "chamber", + "from": [1, 15, 0], + "to": [15, 16, 1], "faces": { - "north": {"uv": [12.5, 1, 13, 1.25], "texture": "#0"}, - "east": {"uv": [12.5, 1, 14, 1.25], "texture": "#0"}, - "south": {"uv": [13.5, 1, 14, 1.25], "texture": "#0"}, - "west": {"uv": [12.5, 1, 14, 1.25], "texture": "#0"}, - "up": {"uv": [12.5, 1, 14, 1.25], "rotation": 90, "texture": "#0"}, - "down": {"uv": [12.5, 1, 14, 1.25], "rotation": 90, "texture": "#0"} + "north": {"uv": [4.25, 9.5, 7.75, 10], "texture": "#0"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#missing"}, + "south": {"uv": [0, 0, 14, 1], "texture": "#missing"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#missing"}, + "up": {"uv": [4.25, 9, 7.75, 9.5], "texture": "#0"}, + "down": {"uv": [4.25, 9.5, 7.75, 10], "texture": "#0"} } }, { - "name": "light", - "from": [14, 13, 2], - "to": [15, 14, 5], + "name": "cylinder", + "from": [0, 1, 1], + "to": [16, 7, 7], "faces": { - "north": {"uv": [12.5, 1, 13, 1.25], "texture": "#0"}, - "east": {"uv": [12.5, 1, 14, 1.25], "texture": "#0"}, - "south": {"uv": [13.5, 1, 14, 1.25], "texture": "#0"}, - "west": {"uv": [12.5, 1, 14, 1.25], "texture": "#0"}, - "up": {"uv": [12.5, 1, 14, 1.25], "rotation": 90, "texture": "#0"}, - "down": {"uv": [12.5, 1, 14, 1.25], "rotation": 90, "texture": "#0"} + "north": {"uv": [0, 3, 4, 6], "texture": "#0"}, + "east": {"uv": [4.25, 0.5, 5.75, 3.5], "texture": "#0"}, + "south": {"uv": [0, 3, 4, 6], "texture": "#0"}, + "west": {"uv": [4.25, 0.5, 5.75, 3.5], "texture": "#0"}, + "up": {"uv": [0, 0, 4, 3], "texture": "#0"}, + "down": {"uv": [0, 6, 4, 9], "texture": "#0"} } }, { - "name": "light", - "from": [14, 11, 2], - "to": [15, 12, 5], + "name": "details", + "from": [13, 0, 0], + "to": [15, 8, 8], "faces": { - "north": {"uv": [12.5, 1, 13, 1.25], "texture": "#0"}, - "east": {"uv": [12.5, 1, 14, 1.25], "texture": "#0"}, - "south": {"uv": [13.5, 1, 14, 1.25], "texture": "#0"}, - "west": {"uv": [12.5, 1, 14, 1.25], "texture": "#0"}, - "up": {"uv": [12.5, 1, 14, 1.25], "rotation": 90, "texture": "#0"}, - "down": {"uv": [12.5, 1, 14, 1.25], "rotation": 90, "texture": "#0"} + "north": {"uv": [6, 0, 6.5, 4], "texture": "#0"}, + "east": {"uv": [4, 0, 6, 4], "texture": "#0"}, + "south": {"uv": [6, 0, 6.5, 4], "texture": "#0"}, + "west": {"uv": [4, 0, 6, 4], "texture": "#0"}, + "up": {"uv": [6, 0, 6.5, 4], "texture": "#0"}, + "down": {"uv": [6, 0, 6.5, 4], "texture": "#0"} } }, { - "name": "light", - "from": [5, 15, 2], - "to": [11, 16, 3], + "name": "details", + "from": [1, 0, 0], + "to": [3, 8, 8], "faces": { - "north": {"uv": [12.5, 1.5, 15.5, 1.75], "texture": "#0"}, - "east": {"uv": [15, 1.5, 15.5, 1.75], "texture": "#0"}, - "south": {"uv": [12.5, 1.5, 15.5, 1.75], "texture": "#0"}, - "west": {"uv": [12.5, 1.5, 13, 1.75], "texture": "#0"}, - "up": {"uv": [12.5, 1.5, 15.5, 1.75], "texture": "#0"} + "north": {"uv": [6, 0, 6.5, 4], "texture": "#0"}, + "east": {"uv": [4, 0, 6, 4], "texture": "#0"}, + "south": {"uv": [6, 0, 6.5, 4], "texture": "#0"}, + "west": {"uv": [4, 0, 6, 4], "texture": "#0"}, + "up": {"uv": [6, 0, 6.5, 4], "texture": "#0"}, + "down": {"uv": [6, 0, 6.5, 4], "texture": "#0"} + } + }, + { + "name": "pipe", + "from": [1, 8, 12], + "to": [5, 16, 16], + "faces": { + "north": {"uv": [9, 7.5, 10, 11.5], "texture": "#0"}, + "east": {"uv": [9, 7.5, 10, 11.5], "texture": "#0"}, + "south": {"uv": [9, 7.5, 10, 11.5], "texture": "#0"}, + "west": {"uv": [9, 7.5, 10, 11.5], "texture": "#0"}, + "up": {"uv": [10, 7.5, 11, 9.5], "texture": "#0"} + } + }, + { + "name": "pipe", + "from": [6, 8, 12], + "to": [10, 16, 16], + "faces": { + "north": {"uv": [9, 7.5, 10, 11.5], "texture": "#0"}, + "east": {"uv": [9, 7.5, 10, 11.5], "texture": "#0"}, + "south": {"uv": [9, 7.5, 10, 11.5], "texture": "#0"}, + "west": {"uv": [9, 7.5, 10, 11.5], "texture": "#0"}, + "up": {"uv": [10, 7.5, 11, 9.5], "texture": "#0"} + } + }, + { + "name": "body", + "from": [0, 0, 8], + "to": [16, 8, 15], + "faces": { + "north": {"uv": [8.25, 0, 12.25, 4], "texture": "#0"}, + "east": {"uv": [8.25, 0, 6.5, 4], "texture": "#0"}, + "south": {"uv": [8.25, 0, 12.25, 4], "texture": "#0"}, + "west": {"uv": [6.5, 0, 8.25, 4], "texture": "#0"}, + "up": {"uv": [0, 0, 16, 7], "texture": "#missing"}, + "down": {"uv": [8, 4, 12, 7.5], "texture": "#0"} + } + }, + { + "name": "body", + "from": [0, 8, 11], + "to": [11, 14, 15], + "faces": { + "north": {"uv": [0, 0, 11, 6], "texture": "#missing"}, + "east": {"uv": [0, 0, 4, 6], "texture": "#missing"}, + "south": {"uv": [13.25, 6, 16, 9], "texture": "#0"}, + "west": {"uv": [13.5, 0, 14.5, 3], "texture": "#0"}, + "up": {"uv": [13.25, 4, 16, 6], "texture": "#0"}, + "down": {"uv": [0, 0, 11, 4], "texture": "#missing"} + } + }, + { + "name": "details", + "from": [-0.5, 16.5, 1], + "to": [16.5, 16.5, 2], + "faces": { + "up": {"uv": [11.75, 15.5, 16, 16], "texture": "#0"}, + "down": {"uv": [11.75, 15.5, 16, 16], "texture": "#0"} + } + }, + { + "name": "details", + "from": [-0.5, 11.5, 1], + "to": [-0.5, 16.5, 2], + "faces": { + "east": {"uv": [14.75, 15, 16, 15.5], "rotation": 90, "texture": "#0"}, + "west": {"uv": [14.75, 15, 16, 15.5], "rotation": 90, "texture": "#0"} + } + }, + { + "name": "details", + "from": [-0.5, 11.5, 2], + "to": [-0.5, 12.5, 10], + "faces": { + "east": {"uv": [11.75, 15, 13.75, 15.5], "texture": "#0"}, + "west": {"uv": [11.75, 15, 13.75, 15.5], "texture": "#0"} + } + }, + { + "name": "details", + "from": [16.5, 11.5, 2], + "to": [16.5, 12.5, 10], + "faces": { + "east": {"uv": [11.75, 15, 13.75, 15.5], "texture": "#0"}, + "west": {"uv": [11.75, 15, 13.75, 15.5], "texture": "#0"} + } + }, + { + "name": "details", + "from": [16.5, 11.5, 1], + "to": [16.5, 16.5, 2], + "faces": { + "east": {"uv": [14.75, 15, 16, 15.5], "rotation": 90, "texture": "#0"}, + "west": {"uv": [14.75, 15, 16, 15.5], "rotation": 90, "texture": "#0"} + } + }, + { + "name": "details", + "from": [-1, 10, 6], + "to": [0, 14, 10], + "faces": { + "north": {"uv": [14.75, 0, 15, 2], "texture": "#0"}, + "east": {"uv": [15, 0, 16, 2], "texture": "#0"}, + "south": {"uv": [14.75, 0, 15, 2], "texture": "#0"}, + "west": {"uv": [15, 0, 16, 2], "texture": "#0"}, + "up": {"uv": [14.75, 0, 15, 2], "texture": "#0"}, + "down": {"uv": [14.75, 0, 15, 2], "texture": "#0"} + } + }, + { + "name": "details", + "from": [16, 10, 6], + "to": [17, 14, 10], + "faces": { + "north": {"uv": [14.75, 0, 15, 2], "texture": "#0"}, + "east": {"uv": [15, 0, 16, 2], "texture": "#0"}, + "south": {"uv": [14.75, 0, 15, 2], "texture": "#0"}, + "west": {"uv": [15, 0, 16, 2], "texture": "#0"}, + "up": {"uv": [14.75, 0, 15, 2], "texture": "#0"}, + "down": {"uv": [14.75, 0, 15, 2], "texture": "#0"} + } + }, + { + "name": "furnace_burn", + "from": [1, 9, 0.99], + "to": [15, 15, 0.99], + "faces": { + "north": {"uv": [4.25, 10, 7.75, 13], "texture": "#0"} } } - ] + ], + "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_furnace_idle.json b/src/main/resources/assets/overdrive_that_matters/models/block/powered_furnace_idle.json index 6eac0cd04..4402744be 100644 --- a/src/main/resources/assets/overdrive_that_matters/models/block/powered_furnace_idle.json +++ b/src/main/resources/assets/overdrive_that_matters/models/block/powered_furnace_idle.json @@ -1,245 +1,353 @@ { + "credit": "Made with Blockbench", "render_type": "translucent", + "texture_size": [64, 32], "textures": { "0": "overdrive_that_matters:block/electric_furnace_offline", "particle": "overdrive_that_matters:block/electric_furnace_offline" }, "elements": [ { - "name": "heatsink", - "from": [1, 10, 11], - "to": [15, 11, 15], + "name": "chamber", + "from": [15, 8, 0], + "to": [16, 16, 1], "faces": { - "east": {"uv": [7, 0.25, 9, 0.5], "texture": "#0"}, - "south": {"uv": [9, 0, 16, 0.25], "texture": "#0"}, - "west": {"uv": [7, 0, 9, 0.25], "texture": "#0"}, - "up": {"uv": [0, 0, 7, 1], "texture": "#0"}, - "down": {"uv": [0, 0, 7, 1], "rotation": 180, "texture": "#0"} - } - }, - { - "name": "heatsink", - "from": [1, 8, 11], - "to": [15, 9, 15], - "faces": { - "east": {"uv": [7, 0.25, 9, 0.5], "texture": "#0"}, - "south": {"uv": [9, 0, 16, 0.25], "texture": "#0"}, - "west": {"uv": [7, 0, 9, 0.25], "texture": "#0"}, - "up": {"uv": [0, 0, 7, 1], "texture": "#0"}, - "down": {"uv": [0, 0, 7, 1], "rotation": 180, "texture": "#0"} - } - }, - { - "name": "heatsink", - "from": [1, 6, 11], - "to": [15, 7, 15], - "faces": { - "east": {"uv": [7, 0.25, 9, 0.5], "texture": "#0"}, - "south": {"uv": [9, 0, 16, 0.25], "texture": "#0"}, - "west": {"uv": [7, 0, 9, 0.25], "texture": "#0"}, - "up": {"uv": [0, 0, 7, 1], "texture": "#0"}, - "down": {"uv": [0, 0, 7, 1], "rotation": 180, "texture": "#0"} - } - }, - { - "name": "base", - "from": [0, 0, 0], - "to": [16, 5, 16], - "faces": { - "north": {"uv": [0, 9.5, 8, 10.75], "texture": "#0"}, - "east": {"uv": [0, 10.75, 8, 12], "texture": "#0"}, - "south": {"uv": [0, 10.75, 8, 12], "texture": "#0"}, - "west": {"uv": [0, 10.75, 8, 12], "texture": "#0"}, - "up": {"uv": [0, 12, 8, 16], "texture": "#0"}, - "down": {"uv": [0, 12, 8, 16], "texture": "#0"} - } - }, - { - "name": "base", - "from": [0, 5, 6], - "to": [16, 16, 11], - "faces": { - "north": {"uv": [0, 3.5, 8, 6.25], "texture": "#0"}, - "east": {"uv": [13, 7.25, 10.5, 10], "texture": "#0"}, - "south": {"uv": [0, 12, 8, 14.75], "texture": "#0"}, - "west": {"uv": [10.5, 7.25, 13, 10], "texture": "#0"}, - "up": {"uv": [0, 2.25, 8, 3.5], "rotation": 180, "texture": "#0"} - } - }, - { - "name": "base", - "from": [0, 12, 11], - "to": [16, 16, 16], - "faces": { - "east": {"uv": [15.5, 7.25, 13, 8.25], "texture": "#0"}, - "south": {"uv": [0, 6.25, 8, 7.25], "texture": "#0"}, - "west": {"uv": [13, 7.25, 15.5, 8.25], "texture": "#0"}, - "up": {"uv": [0, 1, 8, 2.25], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 12, 8, 13.25], "texture": "#0"} - } - }, - { - "name": "base", - "from": [2, 5, 11], - "to": [14, 12, 14], - "faces": { - "east": {"uv": [6, 7.75, 7.5, 9.5], "texture": "#0"}, - "south": {"uv": [1, 7.75, 7, 9.5], "texture": "#0"}, - "west": {"uv": [0, 7.75, 1.5, 9.5], "texture": "#0"} + "north": {"uv": [4, 9.5, 4.25, 13.5], "texture": "#0"}, + "east": {"uv": [3.75, 9.5, 4, 13.5], "texture": "#0"}, + "south": {"uv": [0, 0, 1, 8], "texture": "#missing"}, + "west": {"uv": [4, 9.5, 4.25, 13.5], "texture": "#0"}, + "up": {"uv": [4, 9, 4.25, 9.5], "texture": "#0"}, + "down": {"uv": [4, 9, 4.25, 9.5], "texture": "#0"} } }, { "name": "chamber", - "from": [3, 5, 0], - "to": [13, 16, 6], + "from": [0, 8, 0], + "to": [1, 16, 1], "faces": { - "north": {"uv": [8, 13.25, 13, 16], "texture": "#0"}, - "east": {"uv": [16, 13.25, 13, 16], "texture": "#0"}, - "west": {"uv": [13, 13.25, 16, 16], "texture": "#0"}, - "up": {"uv": [8, 11.75, 13, 13.25], "rotation": 180, "texture": "#0"} + "north": {"uv": [7.75, 9.5, 8, 13.5], "texture": "#0"}, + "east": {"uv": [7.75, 9.5, 8, 13.5], "texture": "#0"}, + "south": {"uv": [0, 0, 1, 8], "texture": "#missing"}, + "west": {"uv": [3.75, 9.5, 4, 13.5], "texture": "#0"}, + "up": {"uv": [7.75, 9, 8, 9.5], "texture": "#0"}, + "down": {"uv": [7.75, 9, 8, 9.5], "texture": "#0"} } }, { - "name": "smokething", - "from": [4, 16, 4], - "to": [12, 17, 12], + "name": "chamber", + "from": [0, 8, 1], + "to": [16, 16, 11], "faces": { - "north": {"uv": [8, 3, 12, 3.25], "texture": "#0"}, - "east": {"uv": [8, 3, 12, 3.25], "texture": "#0"}, - "south": {"uv": [8, 3, 12, 3.25], "texture": "#0"}, - "west": {"uv": [8, 3, 12, 3.25], "texture": "#0"}, - "up": {"uv": [8, 1, 12, 3], "texture": "#0"} + "north": {"uv": [4, 9.5, 8, 13.5], "texture": "#0"}, + "east": {"uv": [1.25, 9.5, 3.75, 13.5], "texture": "#0"}, + "south": {"uv": [4, 4, 8, 8], "texture": "#0"}, + "west": {"uv": [3.75, 9.5, 1.25, 13.5], "texture": "#0"}, + "up": {"uv": [4, 4, 8, 9], "rotation": 180, "texture": "#0"}, + "down": {"uv": [4, 4, 8, 9], "texture": "#0"} } }, { - "name": "net", - "from": [0.5, 5, 10.5], - "to": [15.5, 12, 15.5], + "name": "exhaust", + "from": [11, 8, 11], + "to": [16, 16, 15], "faces": { - "east": {"uv": [13, 8.25, 15.5, 10], "texture": "#0"}, - "south": {"uv": [8, 10, 15.5, 11.75], "texture": "#0"}, - "west": {"uv": [13, 8.25, 15.5, 10], "texture": "#0"} + "north": {"uv": [0, 0, 5, 8], "texture": "#missing"}, + "east": {"uv": [8, 7.5, 9, 11.5], "texture": "#0"}, + "south": {"uv": [12.25, 0, 13.5, 4], "texture": "#0"}, + "west": {"uv": [9, 7.5, 8, 11.5], "texture": "#0"}, + "up": {"uv": [2.75, 13.5, 4, 15.5], "texture": "#0"}, + "down": {"uv": [0, 0, 5, 4], "texture": "#missing"} } }, { - "name": "net", - "from": [15.5, 5, 10.5], - "to": [0.5, 12, 15.5], + "name": "exhaust", + "from": [11, 5, 15], + "to": [12, 16, 16], "faces": { - "east": {"uv": [13, 8.25, 15.5, 10], "texture": "#0"}, - "south": {"uv": [8, 10, 15.5, 11.75], "texture": "#0"}, - "west": {"uv": [13, 8.25, 15.5, 10], "texture": "#0"} + "north": {"uv": [0, 0, 1, 11], "texture": "#missing"}, + "east": {"uv": [0, 9, 0.25, 14.5], "texture": "#0"}, + "south": {"uv": [0, 9, 0.25, 14.5], "texture": "#0"}, + "west": {"uv": [0, 9, 0.25, 14.5], "texture": "#0"}, + "up": {"uv": [0, 9, 0.25, 9.5], "texture": "#0"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#missing"} } }, { - "name": "detals", - "from": [13, 5, 1], - "to": [15, 15, 6], + "name": "exhaust", + "from": [15, 5, 15], + "to": [16, 16, 16], "faces": { - "north": {"uv": [8, 5, 9, 7.5], "texture": "#0"}, - "east": {"uv": [8, 7.5, 10.5, 10], "texture": "#0"}, - "up": {"uv": [10, 5, 9, 6.25], "texture": "#0"} + "north": {"uv": [0, 0, 1, 11], "texture": "#missing"}, + "east": {"uv": [1, 9, 1.25, 14.5], "texture": "#0"}, + "south": {"uv": [1, 9, 1.25, 14.5], "texture": "#0"}, + "west": {"uv": [1, 9, 1.25, 14.5], "texture": "#0"}, + "up": {"uv": [1, 9, 1.25, 9.5], "texture": "#0"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#missing"} } }, { - "name": "detals", - "from": [1, 5, 1], - "to": [3, 15, 6], + "name": "exhaust", + "from": [12, 15, 15], + "to": [15, 16, 16], "faces": { - "north": {"uv": [9, 5, 8, 7.5], "texture": "#0"}, - "west": {"uv": [8, 7.5, 10.5, 10], "texture": "#0"}, - "up": {"uv": [9, 5, 10, 6.25], "texture": "#0"} + "north": {"uv": [0, 0, 3, 1], "texture": "#missing"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#missing"}, + "south": {"uv": [0.25, 9, 1, 9.5], "texture": "#0"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#missing"}, + "up": {"uv": [0.25, 9, 1, 9.5], "texture": "#0"}, + "down": {"uv": [0.25, 9, 1, 9.5], "texture": "#0"} } }, { - "name": "light", - "from": [1, 13, 2], - "to": [2, 14, 5], + "name": "exhaust", + "from": [11, 0, 15], + "to": [16, 5, 16], "faces": { - "north": {"uv": [12.5, 1, 13, 1.25], "texture": "#0"}, - "east": {"uv": [12.5, 1, 14, 1.25], "texture": "#0"}, - "south": {"uv": [13.5, 1, 14, 1.25], "texture": "#0"}, - "west": {"uv": [12.5, 1, 14, 1.25], "texture": "#0"}, - "up": {"uv": [12.5, 1, 14, 1.25], "rotation": 90, "texture": "#0"}, - "down": {"uv": [12.5, 1, 14, 1.25], "rotation": 90, "texture": "#0"} + "north": {"uv": [0, 0, 5, 5], "texture": "#missing"}, + "east": {"uv": [2.5, 13.5, 2.75, 16], "texture": "#0"}, + "south": {"uv": [1.25, 13.5, 2.5, 16], "texture": "#0"}, + "west": {"uv": [2.5, 13.5, 2.75, 16], "texture": "#0"}, + "up": {"uv": [1.25, 13.5, 2.5, 14], "texture": "#0"}, + "down": {"uv": [0, 0, 5, 1], "texture": "#missing"} } }, { - "name": "light", - "from": [1, 11, 2], - "to": [2, 12, 5], + "name": "details", + "from": [0, 6, 15], + "to": [11, 8, 16], "faces": { - "north": {"uv": [12.5, 1, 13, 1.25], "texture": "#0"}, - "east": {"uv": [12.5, 1, 14, 1.25], "texture": "#0"}, - "south": {"uv": [13.5, 1, 14, 1.25], "texture": "#0"}, - "west": {"uv": [12.5, 1, 14, 1.25], "texture": "#0"}, - "up": {"uv": [12.5, 1, 14, 1.25], "rotation": 90, "texture": "#0"}, - "down": {"uv": [12.5, 1, 14, 1.25], "rotation": 90, "texture": "#0"} + "north": {"uv": [0, 0, 11, 2], "texture": "#missing"}, + "east": {"uv": [0, 0, 1, 2], "texture": "#missing"}, + "south": {"uv": [8.25, 0, 11, 1], "texture": "#0"}, + "west": {"uv": [8.25, 0, 8.5, 1], "texture": "#0"}, + "up": {"uv": [8.75, 0, 11, 0.5], "texture": "#0"}, + "down": {"uv": [8.5, 0.5, 11, 1], "texture": "#0"} } }, { - "name": "light", - "from": [1, 9, 2], - "to": [2, 10, 5], + "name": "chamber", + "from": [1, 8, 0], + "to": [15, 9, 1], "faces": { - "north": {"uv": [12.5, 1, 13, 1.25], "texture": "#0"}, - "east": {"uv": [12.5, 1, 14, 1.25], "texture": "#0"}, - "south": {"uv": [13.5, 1, 14, 1.25], "texture": "#0"}, - "west": {"uv": [12.5, 1, 14, 1.25], "texture": "#0"}, - "up": {"uv": [12.5, 1, 14, 1.25], "rotation": 90, "texture": "#0"}, - "down": {"uv": [12.5, 1, 14, 1.25], "rotation": 90, "texture": "#0"} + "north": {"uv": [4, 13, 8, 13.5], "texture": "#0"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#missing"}, + "south": {"uv": [0, 0, 14, 1], "texture": "#missing"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#missing"}, + "up": {"uv": [4.25, 13, 7.75, 13.5], "texture": "#0"}, + "down": {"uv": [4.25, 9, 7.75, 9.5], "texture": "#0"} } }, { - "name": "light", - "from": [14, 9, 2], - "to": [15, 10, 5], + "name": "chamber", + "from": [1, 15, 0], + "to": [15, 16, 1], "faces": { - "north": {"uv": [12.5, 1, 13, 1.25], "texture": "#0"}, - "east": {"uv": [12.5, 1, 14, 1.25], "texture": "#0"}, - "south": {"uv": [13.5, 1, 14, 1.25], "texture": "#0"}, - "west": {"uv": [12.5, 1, 14, 1.25], "texture": "#0"}, - "up": {"uv": [12.5, 1, 14, 1.25], "rotation": 90, "texture": "#0"}, - "down": {"uv": [12.5, 1, 14, 1.25], "rotation": 90, "texture": "#0"} + "north": {"uv": [4.25, 9.5, 7.75, 10], "texture": "#0"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#missing"}, + "south": {"uv": [0, 0, 14, 1], "texture": "#missing"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#missing"}, + "up": {"uv": [4.25, 9, 7.75, 9.5], "texture": "#0"}, + "down": {"uv": [4.25, 9.5, 7.75, 10], "texture": "#0"} } }, { - "name": "light", - "from": [14, 13, 2], - "to": [15, 14, 5], + "name": "cylinder", + "from": [0, 1, 1], + "to": [16, 7, 7], "faces": { - "north": {"uv": [12.5, 1, 13, 1.25], "texture": "#0"}, - "east": {"uv": [12.5, 1, 14, 1.25], "texture": "#0"}, - "south": {"uv": [13.5, 1, 14, 1.25], "texture": "#0"}, - "west": {"uv": [12.5, 1, 14, 1.25], "texture": "#0"}, - "up": {"uv": [12.5, 1, 14, 1.25], "rotation": 90, "texture": "#0"}, - "down": {"uv": [12.5, 1, 14, 1.25], "rotation": 90, "texture": "#0"} + "north": {"uv": [0, 3, 4, 6], "texture": "#0"}, + "east": {"uv": [4.25, 0.5, 5.75, 3.5], "texture": "#0"}, + "south": {"uv": [0, 3, 4, 6], "texture": "#0"}, + "west": {"uv": [4.25, 0.5, 5.75, 3.5], "texture": "#0"}, + "up": {"uv": [0, 0, 4, 3], "texture": "#0"}, + "down": {"uv": [0, 6, 4, 9], "texture": "#0"} } }, { - "name": "light", - "from": [14, 11, 2], - "to": [15, 12, 5], + "name": "details", + "from": [13, 0, 0], + "to": [15, 8, 8], "faces": { - "north": {"uv": [12.5, 1, 13, 1.25], "texture": "#0"}, - "east": {"uv": [12.5, 1, 14, 1.25], "texture": "#0"}, - "south": {"uv": [13.5, 1, 14, 1.25], "texture": "#0"}, - "west": {"uv": [12.5, 1, 14, 1.25], "texture": "#0"}, - "up": {"uv": [12.5, 1, 14, 1.25], "rotation": 90, "texture": "#0"}, - "down": {"uv": [12.5, 1, 14, 1.25], "rotation": 90, "texture": "#0"} + "north": {"uv": [6, 0, 6.5, 4], "texture": "#0"}, + "east": {"uv": [4, 0, 6, 4], "texture": "#0"}, + "south": {"uv": [6, 0, 6.5, 4], "texture": "#0"}, + "west": {"uv": [4, 0, 6, 4], "texture": "#0"}, + "up": {"uv": [6, 0, 6.5, 4], "texture": "#0"}, + "down": {"uv": [6, 0, 6.5, 4], "texture": "#0"} } }, { - "name": "light", - "from": [5, 15, 2], - "to": [11, 16, 3], + "name": "details", + "from": [1, 0, 0], + "to": [3, 8, 8], "faces": { - "north": {"uv": [12.5, 1.5, 15.5, 1.75], "texture": "#0"}, - "east": {"uv": [15, 1.5, 15.5, 1.75], "texture": "#0"}, - "south": {"uv": [12.5, 1.5, 15.5, 1.75], "texture": "#0"}, - "west": {"uv": [12.5, 1.5, 13, 1.75], "texture": "#0"}, - "up": {"uv": [12.5, 1.5, 15.5, 1.75], "texture": "#0"} + "north": {"uv": [6, 0, 6.5, 4], "texture": "#0"}, + "east": {"uv": [4, 0, 6, 4], "texture": "#0"}, + "south": {"uv": [6, 0, 6.5, 4], "texture": "#0"}, + "west": {"uv": [4, 0, 6, 4], "texture": "#0"}, + "up": {"uv": [6, 0, 6.5, 4], "texture": "#0"}, + "down": {"uv": [6, 0, 6.5, 4], "texture": "#0"} + } + }, + { + "name": "pipe", + "from": [1, 8, 12], + "to": [5, 16, 16], + "faces": { + "north": {"uv": [9, 7.5, 10, 11.5], "texture": "#0"}, + "east": {"uv": [9, 7.5, 10, 11.5], "texture": "#0"}, + "south": {"uv": [9, 7.5, 10, 11.5], "texture": "#0"}, + "west": {"uv": [9, 7.5, 10, 11.5], "texture": "#0"}, + "up": {"uv": [10, 7.5, 11, 9.5], "texture": "#0"} + } + }, + { + "name": "pipe", + "from": [6, 8, 12], + "to": [10, 16, 16], + "faces": { + "north": {"uv": [9, 7.5, 10, 11.5], "texture": "#0"}, + "east": {"uv": [9, 7.5, 10, 11.5], "texture": "#0"}, + "south": {"uv": [9, 7.5, 10, 11.5], "texture": "#0"}, + "west": {"uv": [9, 7.5, 10, 11.5], "texture": "#0"}, + "up": {"uv": [10, 7.5, 11, 9.5], "texture": "#0"} + } + }, + { + "name": "body", + "from": [0, 0, 8], + "to": [16, 8, 15], + "faces": { + "north": {"uv": [8.25, 0, 12.25, 4], "texture": "#0"}, + "east": {"uv": [8.25, 0, 6.5, 4], "texture": "#0"}, + "south": {"uv": [8.25, 0, 12.25, 4], "texture": "#0"}, + "west": {"uv": [6.5, 0, 8.25, 4], "texture": "#0"}, + "up": {"uv": [0, 0, 16, 7], "texture": "#missing"}, + "down": {"uv": [8, 4, 12, 7.5], "texture": "#0"} + } + }, + { + "name": "body", + "from": [0, 8, 11], + "to": [11, 14, 15], + "faces": { + "north": {"uv": [0, 0, 11, 6], "texture": "#missing"}, + "east": {"uv": [0, 0, 4, 6], "texture": "#missing"}, + "south": {"uv": [13.25, 6, 16, 9], "texture": "#0"}, + "west": {"uv": [13.5, 0, 14.5, 3], "texture": "#0"}, + "up": {"uv": [13.25, 4, 16, 6], "texture": "#0"}, + "down": {"uv": [0, 0, 11, 4], "texture": "#missing"} + } + }, + { + "name": "details", + "from": [-0.5, 16.5, 1], + "to": [16.5, 16.5, 2], + "faces": { + "up": {"uv": [11.75, 15.5, 16, 16], "texture": "#0"}, + "down": {"uv": [11.75, 15.5, 16, 16], "texture": "#0"} + } + }, + { + "name": "details", + "from": [-0.5, 11.5, 1], + "to": [-0.5, 16.5, 2], + "faces": { + "east": {"uv": [14.75, 15, 16, 15.5], "rotation": 90, "texture": "#0"}, + "west": {"uv": [14.75, 15, 16, 15.5], "rotation": 90, "texture": "#0"} + } + }, + { + "name": "details", + "from": [-0.5, 11.5, 2], + "to": [-0.5, 12.5, 10], + "faces": { + "east": {"uv": [11.75, 15, 13.75, 15.5], "texture": "#0"}, + "west": {"uv": [11.75, 15, 13.75, 15.5], "texture": "#0"} + } + }, + { + "name": "details", + "from": [16.5, 11.5, 2], + "to": [16.5, 12.5, 10], + "faces": { + "east": {"uv": [11.75, 15, 13.75, 15.5], "texture": "#0"}, + "west": {"uv": [11.75, 15, 13.75, 15.5], "texture": "#0"} + } + }, + { + "name": "details", + "from": [16.5, 11.5, 1], + "to": [16.5, 16.5, 2], + "faces": { + "east": {"uv": [14.75, 15, 16, 15.5], "rotation": 90, "texture": "#0"}, + "west": {"uv": [14.75, 15, 16, 15.5], "rotation": 90, "texture": "#0"} + } + }, + { + "name": "details", + "from": [-1, 10, 6], + "to": [0, 14, 10], + "faces": { + "north": {"uv": [14.75, 0, 15, 2], "texture": "#0"}, + "east": {"uv": [15, 0, 16, 2], "texture": "#0"}, + "south": {"uv": [14.75, 0, 15, 2], "texture": "#0"}, + "west": {"uv": [15, 0, 16, 2], "texture": "#0"}, + "up": {"uv": [14.75, 0, 15, 2], "texture": "#0"}, + "down": {"uv": [14.75, 0, 15, 2], "texture": "#0"} + } + }, + { + "name": "details", + "from": [16, 10, 6], + "to": [17, 14, 10], + "faces": { + "north": {"uv": [14.75, 0, 15, 2], "texture": "#0"}, + "east": {"uv": [15, 0, 16, 2], "texture": "#0"}, + "south": {"uv": [14.75, 0, 15, 2], "texture": "#0"}, + "west": {"uv": [15, 0, 16, 2], "texture": "#0"}, + "up": {"uv": [14.75, 0, 15, 2], "texture": "#0"}, + "down": {"uv": [14.75, 0, 15, 2], "texture": "#0"} + } + }, + { + "name": "furnace_burn", + "from": [1, 9, 0.99], + "to": [15, 15, 0.99], + "faces": { + "north": {"uv": [4.25, 10, 7.75, 13], "texture": "#0"} } } - ] + ], + "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_furnace_working.json b/src/main/resources/assets/overdrive_that_matters/models/block/powered_furnace_working.json index 1e8beef7b..6b1b04b40 100644 --- a/src/main/resources/assets/overdrive_that_matters/models/block/powered_furnace_working.json +++ b/src/main/resources/assets/overdrive_that_matters/models/block/powered_furnace_working.json @@ -1,253 +1,321 @@ { + "credit": "Made with Blockbench", "render_type": "translucent", + "texture_size": [64, 32], "textures": { "0": "overdrive_that_matters:block/electric_furnace", "particle": "overdrive_that_matters:block/electric_furnace" }, "elements": [ { - "name": "heatsink", - "from": [1, 10, 11], - "to": [15, 11, 15], + "name": "chamber", + "from": [15, 8, 0], + "to": [16, 16, 1], "faces": { - "east": {"uv": [7, 0.25, 9, 0.5], "texture": "#0"}, - "south": {"uv": [9, 0, 16, 0.25], "texture": "#0"}, - "west": {"uv": [7, 0, 9, 0.25], "texture": "#0"}, - "up": {"uv": [0, 0, 7, 1], "texture": "#0"}, - "down": {"uv": [0, 0, 7, 1], "rotation": 180, "texture": "#0"} - }, - "forge_data": { "block_light": 15, "sky_light": 15 } - }, - { - "name": "heatsink", - "from": [1, 8, 11], - "to": [15, 9, 15], - "faces": { - "east": {"uv": [7, 0.25, 9, 0.5], "texture": "#0"}, - "south": {"uv": [9, 0, 16, 0.25], "texture": "#0"}, - "west": {"uv": [7, 0, 9, 0.25], "texture": "#0"}, - "up": {"uv": [0, 0, 7, 1], "texture": "#0"}, - "down": {"uv": [0, 0, 7, 1], "rotation": 180, "texture": "#0"} - }, - "forge_data": { "block_light": 15, "sky_light": 15 } - }, - { - "name": "heatsink", - "from": [1, 6, 11], - "to": [15, 7, 15], - "faces": { - "east": {"uv": [7, 0.25, 9, 0.5], "texture": "#0"}, - "south": {"uv": [9, 0, 16, 0.25], "texture": "#0"}, - "west": {"uv": [7, 0, 9, 0.25], "texture": "#0"}, - "up": {"uv": [0, 0, 7, 1], "texture": "#0"}, - "down": {"uv": [0, 0, 7, 1], "rotation": 180, "texture": "#0"} - }, - "forge_data": { "block_light": 15, "sky_light": 15 } - }, - { - "name": "base", - "from": [0, 0, 0], - "to": [16, 5, 16], - "faces": { - "north": {"uv": [0, 9.5, 8, 10.75], "texture": "#0"}, - "east": {"uv": [0, 10.75, 8, 12], "texture": "#0"}, - "south": {"uv": [0, 10.75, 8, 12], "texture": "#0"}, - "west": {"uv": [0, 10.75, 8, 12], "texture": "#0"}, - "up": {"uv": [0, 12, 8, 16], "texture": "#0"}, - "down": {"uv": [0, 12, 8, 16], "texture": "#0"} - } - }, - { - "name": "base", - "from": [0, 5, 6], - "to": [16, 16, 11], - "faces": { - "north": {"uv": [0, 3.5, 8, 6.25], "texture": "#0"}, - "east": {"uv": [13, 7.25, 10.5, 10], "texture": "#0"}, - "south": {"uv": [0, 12, 8, 14.75], "texture": "#0"}, - "west": {"uv": [10.5, 7.25, 13, 10], "texture": "#0"}, - "up": {"uv": [0, 2.25, 8, 3.5], "rotation": 180, "texture": "#0"} - } - }, - { - "name": "base", - "from": [0, 12, 11], - "to": [16, 16, 16], - "faces": { - "east": {"uv": [15.5, 7.25, 13, 8.25], "texture": "#0"}, - "south": {"uv": [0, 6.25, 8, 7.25], "texture": "#0"}, - "west": {"uv": [13, 7.25, 15.5, 8.25], "texture": "#0"}, - "up": {"uv": [0, 1, 8, 2.25], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 12, 8, 13.25], "texture": "#0"} - } - }, - { - "name": "base", - "from": [2, 5, 11], - "to": [14, 12, 14], - "faces": { - "east": {"uv": [6, 7.75, 7.5, 9.5], "texture": "#0"}, - "south": {"uv": [1, 7.75, 7, 9.5], "texture": "#0"}, - "west": {"uv": [0, 7.75, 1.5, 9.5], "texture": "#0"} + "north": {"uv": [4, 9.5, 4.25, 13.5], "texture": "#0"}, + "east": {"uv": [3.75, 9.5, 4, 13.5], "texture": "#0"}, + "south": {"uv": [0, 0, 1, 8], "texture": "#missing"}, + "west": {"uv": [4, 9.5, 4.25, 13.5], "texture": "#0"}, + "up": {"uv": [4, 9, 4.25, 9.5], "texture": "#0"}, + "down": {"uv": [4, 9, 4.25, 9.5], "texture": "#0"} } }, { "name": "chamber", - "from": [3, 5, 0], - "to": [13, 16, 6], + "from": [0, 8, 0], + "to": [1, 16, 1], "faces": { - "north": {"uv": [8, 13.25, 13, 16], "texture": "#0"}, - "east": {"uv": [16, 13.25, 13, 16], "texture": "#0"}, - "west": {"uv": [13, 13.25, 16, 16], "texture": "#0"}, - "up": {"uv": [8, 11.75, 13, 13.25], "rotation": 180, "texture": "#0"} + "north": {"uv": [7.75, 9.5, 8, 13.5], "texture": "#0"}, + "east": {"uv": [7.75, 9.5, 8, 13.5], "texture": "#0"}, + "south": {"uv": [0, 0, 1, 8], "texture": "#missing"}, + "west": {"uv": [3.75, 9.5, 4, 13.5], "texture": "#0"}, + "up": {"uv": [7.75, 9, 8, 9.5], "texture": "#0"}, + "down": {"uv": [7.75, 9, 8, 9.5], "texture": "#0"} } }, { - "name": "smokething", - "from": [4, 16, 4], - "to": [12, 17, 12], + "name": "chamber", + "from": [0, 8, 1], + "to": [16, 16, 11], "faces": { - "north": {"uv": [8, 3, 12, 3.25], "texture": "#0"}, - "east": {"uv": [8, 3, 12, 3.25], "texture": "#0"}, - "south": {"uv": [8, 3, 12, 3.25], "texture": "#0"}, - "west": {"uv": [8, 3, 12, 3.25], "texture": "#0"}, - "up": {"uv": [8, 1, 12, 3], "texture": "#0"} + "north": {"uv": [4, 9.5, 8, 13.5], "texture": "#0"}, + "east": {"uv": [1.25, 9.5, 3.75, 13.5], "texture": "#0"}, + "south": {"uv": [4, 4, 8, 8], "texture": "#0"}, + "west": {"uv": [3.75, 9.5, 1.25, 13.5], "texture": "#0"}, + "up": {"uv": [4, 4, 8, 9], "rotation": 180, "texture": "#0"}, + "down": {"uv": [4, 4, 8, 9], "texture": "#0"} } }, { - "name": "net", - "from": [0.5, 5, 10.5], - "to": [15.5, 12, 15.5], + "name": "exhaust", + "from": [11, 8, 11], + "to": [16, 16, 15], "faces": { - "east": {"uv": [13, 8.25, 15.5, 10], "texture": "#0"}, - "south": {"uv": [8, 10, 15.5, 11.75], "texture": "#0"}, - "west": {"uv": [13, 8.25, 15.5, 10], "texture": "#0"} + "north": {"uv": [0, 0, 5, 8], "texture": "#missing"}, + "east": {"uv": [8, 7.5, 9, 11.5], "texture": "#0"}, + "south": {"uv": [12.25, 0, 13.5, 4], "texture": "#0"}, + "west": {"uv": [9, 7.5, 8, 11.5], "texture": "#0"}, + "up": {"uv": [2.75, 13.5, 4, 15.5], "texture": "#0"}, + "down": {"uv": [0, 0, 5, 4], "texture": "#missing"} } }, { - "name": "net", - "from": [15.5, 5, 10.5], - "to": [0.5, 12, 15.5], + "name": "exhaust", + "from": [11, 5, 15], + "to": [12, 16, 16], "faces": { - "east": {"uv": [13, 8.25, 15.5, 10], "texture": "#0"}, - "south": {"uv": [8, 10, 15.5, 11.75], "texture": "#0"}, - "west": {"uv": [13, 8.25, 15.5, 10], "texture": "#0"} + "north": {"uv": [0, 0, 1, 11], "texture": "#missing"}, + "east": {"uv": [0, 9, 0.25, 14.5], "texture": "#0"}, + "south": {"uv": [0, 9, 0.25, 14.5], "texture": "#0"}, + "west": {"uv": [0, 9, 0.25, 14.5], "texture": "#0"}, + "up": {"uv": [0, 9, 0.25, 9.5], "texture": "#0"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#missing"} } }, { - "name": "detals", - "from": [13, 5, 1], - "to": [15, 15, 6], + "name": "exhaust", + "from": [15, 5, 15], + "to": [16, 16, 16], "faces": { - "north": {"uv": [8, 5, 9, 7.5], "texture": "#0"}, - "east": {"uv": [8, 7.5, 10.5, 10], "texture": "#0"}, - "up": {"uv": [10, 5, 9, 6.25], "texture": "#0"} + "north": {"uv": [0, 0, 1, 11], "texture": "#missing"}, + "east": {"uv": [1, 9, 1.25, 14.5], "texture": "#0"}, + "south": {"uv": [1, 9, 1.25, 14.5], "texture": "#0"}, + "west": {"uv": [1, 9, 1.25, 14.5], "texture": "#0"}, + "up": {"uv": [1, 9, 1.25, 9.5], "texture": "#0"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#missing"} } }, { - "name": "detals", - "from": [1, 5, 1], - "to": [3, 15, 6], + "name": "exhaust", + "from": [12, 15, 15], + "to": [15, 16, 16], "faces": { - "north": {"uv": [9, 5, 8, 7.5], "texture": "#0"}, - "west": {"uv": [8, 7.5, 10.5, 10], "texture": "#0"}, - "up": {"uv": [9, 5, 10, 6.25], "texture": "#0"} + "north": {"uv": [0, 0, 3, 1], "texture": "#missing"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#missing"}, + "south": {"uv": [0.25, 9, 1, 9.5], "texture": "#0"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#missing"}, + "up": {"uv": [0.25, 9, 1, 9.5], "texture": "#0"}, + "down": {"uv": [0.25, 9, 1, 9.5], "texture": "#0"} } }, { - "name": "light", - "from": [1, 13, 2], - "to": [2, 14, 5], + "name": "exhaust", + "from": [11, 0, 15], + "to": [16, 5, 16], "faces": { - "north": {"uv": [12.5, 1, 13, 1.25], "texture": "#0"}, - "east": {"uv": [12.5, 1, 14, 1.25], "texture": "#0"}, - "south": {"uv": [13.5, 1, 14, 1.25], "texture": "#0"}, - "west": {"uv": [12.5, 1, 14, 1.25], "texture": "#0"}, - "up": {"uv": [12.5, 1, 14, 1.25], "rotation": 90, "texture": "#0"}, - "down": {"uv": [12.5, 1, 14, 1.25], "rotation": 90, "texture": "#0"} - }, - "forge_data": { "block_light": 15, "sky_light": 15 } + "north": {"uv": [0, 0, 5, 5], "texture": "#missing"}, + "east": {"uv": [2.5, 13.5, 2.75, 16], "texture": "#0"}, + "south": {"uv": [1.25, 13.5, 2.5, 16], "texture": "#0"}, + "west": {"uv": [2.5, 13.5, 2.75, 16], "texture": "#0"}, + "up": {"uv": [1.25, 13.5, 2.5, 14], "texture": "#0"}, + "down": {"uv": [0, 0, 5, 1], "texture": "#missing"} + } }, { - "name": "light", - "from": [1, 11, 2], - "to": [2, 12, 5], + "name": "details", + "from": [0, 6, 15], + "to": [11, 8, 16], "faces": { - "north": {"uv": [12.5, 1, 13, 1.25], "texture": "#0"}, - "east": {"uv": [12.5, 1, 14, 1.25], "texture": "#0"}, - "south": {"uv": [13.5, 1, 14, 1.25], "texture": "#0"}, - "west": {"uv": [12.5, 1, 14, 1.25], "texture": "#0"}, - "up": {"uv": [12.5, 1, 14, 1.25], "rotation": 90, "texture": "#0"}, - "down": {"uv": [12.5, 1, 14, 1.25], "rotation": 90, "texture": "#0"} - }, - "forge_data": { "block_light": 15, "sky_light": 15 } + "north": {"uv": [0, 0, 11, 2], "texture": "#missing"}, + "east": {"uv": [0, 0, 1, 2], "texture": "#missing"}, + "south": {"uv": [8.25, 0, 11, 1], "texture": "#0"}, + "west": {"uv": [8.25, 0, 8.5, 1], "texture": "#0"}, + "up": {"uv": [8.75, 0, 11, 0.5], "texture": "#0"}, + "down": {"uv": [8.5, 0.5, 11, 1], "texture": "#0"} + } }, { - "name": "light", - "from": [1, 9, 2], - "to": [2, 10, 5], + "name": "chamber", + "from": [1, 8, 0], + "to": [15, 9, 1], "faces": { - "north": {"uv": [12.5, 1, 13, 1.25], "texture": "#0"}, - "east": {"uv": [12.5, 1, 14, 1.25], "texture": "#0"}, - "south": {"uv": [13.5, 1, 14, 1.25], "texture": "#0"}, - "west": {"uv": [12.5, 1, 14, 1.25], "texture": "#0"}, - "up": {"uv": [12.5, 1, 14, 1.25], "rotation": 90, "texture": "#0"}, - "down": {"uv": [12.5, 1, 14, 1.25], "rotation": 90, "texture": "#0"} - }, - "forge_data": { "block_light": 15, "sky_light": 15 } + "north": {"uv": [4, 13, 8, 13.5], "texture": "#0"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#missing"}, + "south": {"uv": [0, 0, 14, 1], "texture": "#missing"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#missing"}, + "up": {"uv": [4.25, 13, 7.75, 13.5], "texture": "#0"}, + "down": {"uv": [4.25, 9, 7.75, 9.5], "texture": "#0"} + } }, { - "name": "light", - "from": [14, 9, 2], - "to": [15, 10, 5], + "name": "chamber", + "from": [1, 15, 0], + "to": [15, 16, 1], "faces": { - "north": {"uv": [12.5, 1, 13, 1.25], "texture": "#0"}, - "east": {"uv": [12.5, 1, 14, 1.25], "texture": "#0"}, - "south": {"uv": [13.5, 1, 14, 1.25], "texture": "#0"}, - "west": {"uv": [12.5, 1, 14, 1.25], "texture": "#0"}, - "up": {"uv": [12.5, 1, 14, 1.25], "rotation": 90, "texture": "#0"}, - "down": {"uv": [12.5, 1, 14, 1.25], "rotation": 90, "texture": "#0"} - }, - "forge_data": { "block_light": 15, "sky_light": 15 } + "north": {"uv": [4.25, 9.5, 7.75, 10], "texture": "#0"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#missing"}, + "south": {"uv": [0, 0, 14, 1], "texture": "#missing"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#missing"}, + "up": {"uv": [4.25, 9, 7.75, 9.5], "texture": "#0"}, + "down": {"uv": [4.25, 9.5, 7.75, 10], "texture": "#0"} + } }, { - "name": "light", - "from": [14, 13, 2], - "to": [15, 14, 5], + "name": "cylinder", + "from": [0, 1, 1], + "to": [16, 7, 7], "faces": { - "north": {"uv": [12.5, 1, 13, 1.25], "texture": "#0"}, - "east": {"uv": [12.5, 1, 14, 1.25], "texture": "#0"}, - "south": {"uv": [13.5, 1, 14, 1.25], "texture": "#0"}, - "west": {"uv": [12.5, 1, 14, 1.25], "texture": "#0"}, - "up": {"uv": [12.5, 1, 14, 1.25], "rotation": 90, "texture": "#0"}, - "down": {"uv": [12.5, 1, 14, 1.25], "rotation": 90, "texture": "#0"} - }, - "forge_data": { "block_light": 15, "sky_light": 15 } + "north": {"uv": [0, 3, 4, 6], "texture": "#0"}, + "east": {"uv": [4.25, 0.5, 5.75, 3.5], "texture": "#0"}, + "south": {"uv": [0, 3, 4, 6], "texture": "#0"}, + "west": {"uv": [4.25, 0.5, 5.75, 3.5], "texture": "#0"}, + "up": {"uv": [0, 0, 4, 3], "texture": "#0"}, + "down": {"uv": [0, 6, 4, 9], "texture": "#0"} + } }, { - "name": "light", - "from": [14, 11, 2], - "to": [15, 12, 5], + "name": "details", + "from": [13, 0, 0], + "to": [15, 8, 8], "faces": { - "north": {"uv": [12.5, 1, 13, 1.25], "texture": "#0"}, - "east": {"uv": [12.5, 1, 14, 1.25], "texture": "#0"}, - "south": {"uv": [13.5, 1, 14, 1.25], "texture": "#0"}, - "west": {"uv": [12.5, 1, 14, 1.25], "texture": "#0"}, - "up": {"uv": [12.5, 1, 14, 1.25], "rotation": 90, "texture": "#0"}, - "down": {"uv": [12.5, 1, 14, 1.25], "rotation": 90, "texture": "#0"} - }, - "forge_data": { "block_light": 15, "sky_light": 15 } + "north": {"uv": [6, 0, 6.5, 4], "texture": "#0"}, + "east": {"uv": [4, 0, 6, 4], "texture": "#0"}, + "south": {"uv": [6, 0, 6.5, 4], "texture": "#0"}, + "west": {"uv": [4, 0, 6, 4], "texture": "#0"}, + "up": {"uv": [6, 0, 6.5, 4], "texture": "#0"}, + "down": {"uv": [6, 0, 6.5, 4], "texture": "#0"} + } }, { - "name": "light", - "from": [5, 15, 2], - "to": [11, 16, 3], + "name": "details", + "from": [1, 0, 0], + "to": [3, 8, 8], "faces": { - "north": {"uv": [12.5, 1.5, 15.5, 1.75], "texture": "#0"}, - "east": {"uv": [15, 1.5, 15.5, 1.75], "texture": "#0"}, - "south": {"uv": [12.5, 1.5, 15.5, 1.75], "texture": "#0"}, - "west": {"uv": [12.5, 1.5, 13, 1.75], "texture": "#0"}, - "up": {"uv": [12.5, 1.5, 15.5, 1.75], "texture": "#0"} + "north": {"uv": [6, 0, 6.5, 4], "texture": "#0"}, + "east": {"uv": [4, 0, 6, 4], "texture": "#0"}, + "south": {"uv": [6, 0, 6.5, 4], "texture": "#0"}, + "west": {"uv": [4, 0, 6, 4], "texture": "#0"}, + "up": {"uv": [6, 0, 6.5, 4], "texture": "#0"}, + "down": {"uv": [6, 0, 6.5, 4], "texture": "#0"} + } + }, + { + "name": "pipe", + "from": [1, 8, 12], + "to": [5, 16, 16], + "faces": { + "north": {"uv": [9, 7.5, 10, 11.5], "texture": "#0"}, + "east": {"uv": [9, 7.5, 10, 11.5], "texture": "#0"}, + "south": {"uv": [9, 7.5, 10, 11.5], "texture": "#0"}, + "west": {"uv": [9, 7.5, 10, 11.5], "texture": "#0"}, + "up": {"uv": [10, 7.5, 11, 9.5], "texture": "#0"} + } + }, + { + "name": "pipe", + "from": [6, 8, 12], + "to": [10, 16, 16], + "faces": { + "north": {"uv": [9, 7.5, 10, 11.5], "texture": "#0"}, + "east": {"uv": [9, 7.5, 10, 11.5], "texture": "#0"}, + "south": {"uv": [9, 7.5, 10, 11.5], "texture": "#0"}, + "west": {"uv": [9, 7.5, 10, 11.5], "texture": "#0"}, + "up": {"uv": [10, 7.5, 11, 9.5], "texture": "#0"} + } + }, + { + "name": "body", + "from": [0, 0, 8], + "to": [16, 8, 15], + "faces": { + "north": {"uv": [8.25, 0, 12.25, 4], "texture": "#0"}, + "east": {"uv": [8.25, 0, 6.5, 4], "texture": "#0"}, + "south": {"uv": [8.25, 0, 12.25, 4], "texture": "#0"}, + "west": {"uv": [6.5, 0, 8.25, 4], "texture": "#0"}, + "up": {"uv": [0, 0, 16, 7], "texture": "#missing"}, + "down": {"uv": [8, 4, 12, 7.5], "texture": "#0"} + } + }, + { + "name": "body", + "from": [0, 8, 11], + "to": [11, 14, 15], + "faces": { + "north": {"uv": [0, 0, 11, 6], "texture": "#missing"}, + "east": {"uv": [0, 0, 4, 6], "texture": "#missing"}, + "south": {"uv": [13.25, 6, 16, 9], "texture": "#0"}, + "west": {"uv": [13.5, 0, 14.5, 3], "texture": "#0"}, + "up": {"uv": [13.25, 4, 16, 6], "texture": "#0"}, + "down": {"uv": [0, 0, 11, 4], "texture": "#missing"} + } + }, + { + "name": "details", + "from": [-0.5, 16.5, 1], + "to": [16.5, 16.5, 2], + "faces": { + "up": {"uv": [11.75, 15.5, 16, 16], "texture": "#0"}, + "down": {"uv": [11.75, 15.5, 16, 16], "texture": "#0"} + } + }, + { + "name": "details", + "from": [-0.5, 11.5, 1], + "to": [-0.5, 16.5, 2], + "faces": { + "east": {"uv": [14.75, 15, 16, 15.5], "rotation": 90, "texture": "#0"}, + "west": {"uv": [14.75, 15, 16, 15.5], "rotation": 90, "texture": "#0"} + } + }, + { + "name": "details", + "from": [-0.5, 11.5, 2], + "to": [-0.5, 12.5, 10], + "faces": { + "east": {"uv": [11.75, 15, 13.75, 15.5], "texture": "#0"}, + "west": {"uv": [11.75, 15, 13.75, 15.5], "texture": "#0"} + } + }, + { + "name": "details", + "from": [16.5, 11.5, 2], + "to": [16.5, 12.5, 10], + "faces": { + "east": {"uv": [11.75, 15, 13.75, 15.5], "texture": "#0"}, + "west": {"uv": [11.75, 15, 13.75, 15.5], "texture": "#0"} + } + }, + { + "name": "details", + "from": [16.5, 11.5, 1], + "to": [16.5, 16.5, 2], + "faces": { + "east": {"uv": [14.75, 15, 16, 15.5], "rotation": 90, "texture": "#0"}, + "west": {"uv": [14.75, 15, 16, 15.5], "rotation": 90, "texture": "#0"} + } + }, + { + "name": "details", + "from": [-1, 10, 6], + "to": [0, 14, 10], + "faces": { + "north": {"uv": [14.75, 0, 15, 2], "texture": "#0"}, + "east": {"uv": [15, 0, 16, 2], "texture": "#0"}, + "south": {"uv": [14.75, 0, 15, 2], "texture": "#0"}, + "west": {"uv": [15, 0, 16, 2], "texture": "#0"}, + "up": {"uv": [14.75, 0, 15, 2], "texture": "#0"}, + "down": {"uv": [14.75, 0, 15, 2], "texture": "#0"} + } + }, + { + "name": "details", + "from": [16, 10, 6], + "to": [17, 14, 10], + "faces": { + "north": {"uv": [14.75, 0, 15, 2], "texture": "#0"}, + "east": {"uv": [15, 0, 16, 2], "texture": "#0"}, + "south": {"uv": [14.75, 0, 15, 2], "texture": "#0"}, + "west": {"uv": [15, 0, 16, 2], "texture": "#0"}, + "up": {"uv": [14.75, 0, 15, 2], "texture": "#0"}, + "down": {"uv": [14.75, 0, 15, 2], "texture": "#0"} + } + }, + { + "name": "furnace_burn", + "from": [1, 9, 0.99], + "to": [15, 15, 0.99], + "faces": { + "north": {"uv": [4.25, 10, 7.75, 13], "texture": "#0"} }, "forge_data": { "block_light": 15, "sky_light": 15 } } diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/electric_furnace.png b/src/main/resources/assets/overdrive_that_matters/textures/block/electric_furnace.png index b488e27a0992e0278390a313d23c2fbae0ca6a36..8f380ea7cfa6911297aac73ff0112ac6bc51efe5 100644 GIT binary patch delta 641 zcmV-{0)G9}2Gj*1iBL{Q4GJ0x0000DNk~Le0000$0000W2m=5B0F^_IwvizvRkuDq zH8nM!H8mzCCR9{Z3JVJ>EiW7%AQl!DD=RBtU|@1`a%OpiZGw+~e}9K9E&p#E#OfYSmvIEjs82;nDCPHsg&bUk?lXnd3cJ-I3zY)nCPEe}GJ zGBP_5YJY*2r_dq?7VsB!0Ja4f8@+-!&|sz(n4pn(zychkiA3VSq5%i#Ga2-A$_2=$ zlj)PpC_0iTo`F$05P`nWC}<%-k-a#F#>0RJAcZ59gFYc}BK0ERgjpcYtOzU+0gc}f z7@Qj>(6>iV>^i6fBmr~P93UD=cu(M*7gbh)IDe1DDp&%U6$j@<<@Z7UYllIC8GAaj zl7r%ZU&B24)XJPE$Y5NxeAiR^Z8oTti!gc9SGdz)y(?>;(#|(#L*A* z_WP&<{s!51LvO!NBQ16;cCDz$^*>MnpHTQ)w(CF-Cp}ki&Jd{pe~Im|*@1=@2Ll@X bpfk`f$=Gfr%i~9{00000NkvXXu0mjfzB~`h delta 770 zcmV+d1O5Ee1=I#1iBL{Q4GJ0x0000DNk~Le0000W0000$2m=5B08CJYoRJ|VRn9Lj za&mHi ze}5DR2_q5_C=(PjA|mSQ>c+HJ|Ns90001BDe@~H{K7RsbNkl~e^56uX9t0SCe*l>Ufpa#xV>MF_ zvx)OQgcu?TA$Xrs>N*_Wx7$qxx$lRe-0x)=`ab*ARnR4w4qPaGE-EOwFCj5rt2ofa zh5Im$_E^;cl8hYCsAI5LhJ{7AAn7tb!@lB$DE=U8jdl1ehfgaB&iF70ENFl=ODr z;5Yc@2Z%vvCB5Ar@R#7ob8(=+`xu#mvp8E=9U=viQ5`s$9;7+g#^^3e@0G zLw_u#*v)sYfiMO7FiqHQT+Xw$b)F>(xWyQGBaQPl+G7RcYbTfx=l$?%TLF{T`KI;V z2e$eR)KGOg2=%y^B4}~lz5^)o^{U&?V{KDp53ov{v&elMMe-v8IXf3AiV1>AwNfOj zV5eB5bp)^iI3!6--ux9Y}~;NXBU1!eH>KO8Ki{3u9BA&n1Piqk6e?X@`^8@1@$ zs|k*+o=1IqwG_Hp3O8$6^zGFgj@xZDSc-A{2OzU@vUEvFlK=n!07*qoM6N<$f`*$@ ACIA2c diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/electric_furnace_offline.png b/src/main/resources/assets/overdrive_that_matters/textures/block/electric_furnace_offline.png index d3cd1ae1e5d43fd3fe5f30016dc3d6a4b702bae3..7085ec5a9c664161869704889843fc6f2fe9766b 100644 GIT binary patch delta 652 zcmdnOHlJ0oGr-TCmrII^fq{Y7)59eQNIL+r0tYjYoa)@SZK9$=y=8z;i0gJcJ5y8B zd8VdnYHA@NAza+t+PeBOatdN%V%pl;2?+^BMMY_qExAqo_4W1by1K`C0r8Z7yKUsFl?&5!vU1$EbxddW?awR>8# z0*_0thvJ2+W&i&tmw)=udF|a%=ZljPIXYt9uax`wUukV!sCq1;*ZtH_bJb;6xFU>M z^mJcNJk@ZDbw!As;0sBArq7?*ZORWE49>L)^4i~-y-=9(DzA({!pBJNFJJN=KS<(Q z^|~@()3lja8!vHvF=~~w{LrBMj3K6;o8#VZmePcSPTCs|7*`%(;)zO4D}8X$p()3Q z@om&AwkMNIeyuS+bwoRj#G73_jKl~J~-Cer+z@+16wJMleh1m16vR(q>2-XFuTaOpFj*{e@UHq8}TQ{8QSp@N}NBD2`> z!QX!x8%hnZwex%U;(z~K$t0O1ROkL&;2sZLyg31vHv%?4UjWUFfOEEcK?|n1c@xh25Mqc#2*LZ5(lp`r z$vG>b%=5C;=d&)$JQtrPSn`y_9dMz}r7EG8xrRi0&JqCt;km3UF1anwe;@%6!UB*m z!ys7K*DpeS(OvPnq%gQpE`+&+QDi}ih8GB}Oasakg^C4b4g`NCcyIe1B(zS(@RLxM z(t#AV-vNzhO&Ol&pIqoCGjCx055UC!$4pa$up-&`ZzhFK;{RK0HI5w2Khh23s+l{ z;C+ltK`(j>T7*b~WYh?BW(-|g1RH$Uz#v@r2#wIa7^babtA^mC$j=Z z@F`Cik&J4}34L!ccmn4m69haS4m0eB{yOM72~d2P|4Ha(!E|)|B=`#f*w@wZt$N}Y z;T8dV3drEke?%~o;-7?s6w>%`rWmTwx7Qir-l#+0UY&4n^}g!ctEbRmDLAa-(6?8Q ga38m6uoUb17eM(~!eU^uHvj+t07*qoM6N<$g4T*^g8%>k diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/induction_furnace.png b/src/main/resources/assets/overdrive_that_matters/textures/block/induction_furnace.png new file mode 100644 index 0000000000000000000000000000000000000000..3eb4d807db38369161a2f7ff1b3b12113d350c2b GIT binary patch literal 906 zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3-pQ0$S$)DaPU;cPEB*=VV?2IV|apzK#qG z8~eHcB(ehe2?0JKuK$&k{wpdzR#w*5)(!~?Nk~XAH8oXJQ~UqGGd92KSxxxCD6_Q6 zmfWU(F)^{*w{QQM)l^heR9|0zY)iNZ2d5=BkDG{alBj5XwQDFREwXdYrN5#3o+DXV>|j6&;)|zWBl0 z#)hNUr5(H-56sxI>#&ws;SFC2!R)!EEnCBmRL6_#*t2inKBa|gR_)^R6@ImAmDfjC zZjrd{%*WbR@k|srr4@0$;`XoWt?Tp@OiHgmTs?i)MlFU;6$hu*hDEQ}&F6S{>aF1Q z*e;gj)3OV--rh{<6wzL%uqIV)flsMK;NmmFj^9`&ZkgwJ=$2=?z0j#$XB@h=%wwFK z&ocX(@stKN#SZV-U0dcQ%5eTzQlHK$P@;W!$4{4zlRsH+thmF>B-i0n@FHYQ%hKp- zH3tPDuKV}%-nnd;eTesl$d;gl&ksC4b9^VHh!j85IN8Kda z7+Y-gUSx{;Y*f1_(q1?>&P+97dftJ4;l|L4gVmQO8F%3DS5p zpQT^qR>kh67NLUv>wO>ISfM&EZe~Hw*UjC_!~F!?MGq$GdfV*Xbg1yoNoTK%rS**N XjCFRW-+S)^rc(w_S3j3^P6f8Y^gPYlnn{BqSu5nwqMqsfme+#pYK%s|io5Y{_lv zzkU1mpIJ>sMMd@X^~bh^zk2oR|Ns9$Gv4R%`vNJ^k|4iepa=$F(7svw3aEgyz$3Dl zfr0M;2s36~>*Qo$U`q6KaSZYB?hWCdwAz4&dp3WgL*#<*_OB=Bs0Un{S=)3;;PfZ{ zg1j9E|NeRKP>1m{I7~t;K})$mAt)`P*-4Yo{F|b&cMRTCD42lsG%r{;SET^$p}uj*k6vC|UD&kcF?Z2OmeF z;I~@#g}vNWL9EVK6oeibu6vg%%(UkSqq%Hjs7n9$6iuI(Z=VRV8u1_aES|vb%+a$d z&f@hfmiNgi990*i14NZLrGi9W`0&QgYU17Z)Io6FY$sI{{Zm&;b(Y>ZeEqqD0n4uq zxf14i{m!?mWRh4dlHTkQJoZ!O?N+8ob;>y#K3Cqjt)Z~#JOA42FGTwTJw+q$Ha3Xl z?q_UCyZ+I(LFKz`ynX+zZ71Xwc&(ZF++0pXGmjc zeX{nf%eRwj8U$-jDZ8mGmMUI!h%tucoVyxF!IkHyUOwG3&&?rDoKbRq=t99+kp}a4 z<2nDiF(^Fw5xVz7?}vbde@wbh>qX8i`7wEdfRmK`I)PZxUtf2L%^q^)LRUSz#d-H_D#^Qy_z