This commit is contained in:
GearShocky 2023-07-21 17:53:25 +06:00
parent 90ae56dbdc
commit 19e205b527
13 changed files with 1663 additions and 555 deletions

View File

@ -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)

View File

@ -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")

View File

@ -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)
);
}

View File

@ -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]
}
}
}

View File

@ -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]
}
}
}

View File

@ -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]
}
}
}

View File

@ -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]
}
}
}

View File

@ -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]
}
}
}

View File

@ -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 }
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 852 B

After

Width:  |  Height:  |  Size: 724 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 820 B

After

Width:  |  Height:  |  Size: 671 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 906 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 824 B