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 0c4759b33..391f7d877 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_FURNACE) provider.block(MBlocks.STORAGE_POWER_SUPPLIER) provider.block(MBlocks.MATTER_RECYCLER) diff --git a/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/items/ItemModels.kt b/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/items/ItemModels.kt index 3ef5c0e9e..4f747ee5c 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_FURNACE, "powered_furnace_working") provider.block(MItems.PLATE_PRESS, "plate_press_idle") provider.block(MItems.TWIN_PLATE_PRESS, "twin_plate_press_idle") diff --git a/src/main/resources/assets/overdrive_that_matters/models/block/powered_furnace_error.json b/src/main/resources/assets/overdrive_that_matters/models/block/powered_furnace_error.json new file mode 100644 index 000000000..597d7d580 --- /dev/null +++ b/src/main/resources/assets/overdrive_that_matters/models/block/powered_furnace_error.json @@ -0,0 +1,245 @@ +{ + "render_type": "cutout", + "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], + "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"} + } + }, + { + "name": "chamber", + "from": [3, 5, 0], + "to": [13, 16, 6], + "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"} + } + }, + { + "name": "smokething", + "from": [4, 16, 4], + "to": [12, 17, 12], + "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"} + } + }, + { + "name": "net", + "from": [0.5, 5, 10.5], + "to": [15.5, 12, 15.5], + "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"} + } + }, + { + "name": "net", + "from": [15.5, 5, 10.5], + "to": [0.5, 12, 15.5], + "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"} + } + }, + { + "name": "detals", + "from": [13, 5, 1], + "to": [15, 15, 6], + "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"} + } + }, + { + "name": "detals", + "from": [1, 5, 1], + "to": [3, 15, 6], + "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"} + } + }, + { + "name": "light", + "from": [1, 13, 2], + "to": [2, 14, 5], + "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"} + } + }, + { + "name": "light", + "from": [1, 11, 2], + "to": [2, 12, 5], + "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"} + } + }, + { + "name": "light", + "from": [1, 9, 2], + "to": [2, 10, 5], + "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"} + } + }, + { + "name": "light", + "from": [14, 9, 2], + "to": [15, 10, 5], + "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"} + } + }, + { + "name": "light", + "from": [14, 13, 2], + "to": [15, 14, 5], + "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"} + } + }, + { + "name": "light", + "from": [14, 11, 2], + "to": [15, 12, 5], + "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"} + } + }, + { + "name": "light", + "from": [5, 15, 2], + "to": [11, 16, 3], + "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"} + } + } + ] +} \ 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 new file mode 100644 index 000000000..6eac0cd04 --- /dev/null +++ b/src/main/resources/assets/overdrive_that_matters/models/block/powered_furnace_idle.json @@ -0,0 +1,245 @@ +{ + "render_type": "translucent", + "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], + "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"} + } + }, + { + "name": "chamber", + "from": [3, 5, 0], + "to": [13, 16, 6], + "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"} + } + }, + { + "name": "smokething", + "from": [4, 16, 4], + "to": [12, 17, 12], + "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"} + } + }, + { + "name": "net", + "from": [0.5, 5, 10.5], + "to": [15.5, 12, 15.5], + "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"} + } + }, + { + "name": "net", + "from": [15.5, 5, 10.5], + "to": [0.5, 12, 15.5], + "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"} + } + }, + { + "name": "detals", + "from": [13, 5, 1], + "to": [15, 15, 6], + "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"} + } + }, + { + "name": "detals", + "from": [1, 5, 1], + "to": [3, 15, 6], + "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"} + } + }, + { + "name": "light", + "from": [1, 13, 2], + "to": [2, 14, 5], + "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"} + } + }, + { + "name": "light", + "from": [1, 11, 2], + "to": [2, 12, 5], + "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"} + } + }, + { + "name": "light", + "from": [1, 9, 2], + "to": [2, 10, 5], + "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"} + } + }, + { + "name": "light", + "from": [14, 9, 2], + "to": [15, 10, 5], + "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"} + } + }, + { + "name": "light", + "from": [14, 13, 2], + "to": [15, 14, 5], + "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"} + } + }, + { + "name": "light", + "from": [14, 11, 2], + "to": [15, 12, 5], + "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"} + } + }, + { + "name": "light", + "from": [5, 15, 2], + "to": [11, 16, 3], + "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"} + } + } + ] +} \ 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 new file mode 100644 index 000000000..1e8beef7b --- /dev/null +++ b/src/main/resources/assets/overdrive_that_matters/models/block/powered_furnace_working.json @@ -0,0 +1,286 @@ +{ + "render_type": "translucent", + "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], + "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"} + } + }, + { + "name": "chamber", + "from": [3, 5, 0], + "to": [13, 16, 6], + "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"} + } + }, + { + "name": "smokething", + "from": [4, 16, 4], + "to": [12, 17, 12], + "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"} + } + }, + { + "name": "net", + "from": [0.5, 5, 10.5], + "to": [15.5, 12, 15.5], + "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"} + } + }, + { + "name": "net", + "from": [15.5, 5, 10.5], + "to": [0.5, 12, 15.5], + "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"} + } + }, + { + "name": "detals", + "from": [13, 5, 1], + "to": [15, 15, 6], + "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"} + } + }, + { + "name": "detals", + "from": [1, 5, 1], + "to": [3, 15, 6], + "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"} + } + }, + { + "name": "light", + "from": [1, 13, 2], + "to": [2, 14, 5], + "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 } + }, + { + "name": "light", + "from": [1, 11, 2], + "to": [2, 12, 5], + "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 } + }, + { + "name": "light", + "from": [1, 9, 2], + "to": [2, 10, 5], + "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 } + }, + { + "name": "light", + "from": [14, 9, 2], + "to": [15, 10, 5], + "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 } + }, + { + "name": "light", + "from": [14, 13, 2], + "to": [15, 14, 5], + "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 } + }, + { + "name": "light", + "from": [14, 11, 2], + "to": [15, 12, 5], + "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 } + }, + { + "name": "light", + "from": [5, 15, 2], + "to": [11, 16, 3], + "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"} + }, + "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/textures/block/electric_furnace.png b/src/main/resources/assets/overdrive_that_matters/textures/block/electric_furnace.png new file mode 100644 index 000000000..b488e27a0 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/electric_furnace.png differ 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 new file mode 100644 index 000000000..d3cd1ae1e Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/electric_furnace_offline.png differ