Blast Furnace
This commit is contained in:
parent
1380724d10
commit
e34a5bb4b5
11 changed files with 110 additions and 0 deletions
Binary file not shown.
|
@ -0,0 +1,65 @@
|
|||
{
|
||||
"forge_marker":1,
|
||||
"defaults":{
|
||||
"transform":"forge:default-block",
|
||||
"model":"orientable",
|
||||
"textures":{
|
||||
"particle":"techreborn:blocks/machine/advanced_machines/advanced_machine_west",
|
||||
"top":"techreborn:blocks/machine/advanced_machines/advanced_machine_top",
|
||||
"down":"techreborn:blocks/machine/advanced_machines/advanced_machine_bottom",
|
||||
"south":"techreborn:blocks/machine/advanced_machines/advanced_machine_back"
|
||||
}
|
||||
},
|
||||
"variants":{
|
||||
"inventory":{
|
||||
"transform":"forge:default-block",
|
||||
"textures":{
|
||||
"west":"techreborn:blocks/machine/advanced_machines/industrial_blast_furnace_west_on",
|
||||
"east":"techreborn:blocks/machine/advanced_machines/industrial_blast_furnace_east_on",
|
||||
"front":"techreborn:blocks/machine/advanced_machines/industrial_blast_furnace_front_on"
|
||||
}
|
||||
},
|
||||
"facing":{
|
||||
"north":{
|
||||
|
||||
},
|
||||
"east":{
|
||||
"y":90
|
||||
},
|
||||
"south":{
|
||||
"y":180
|
||||
},
|
||||
"west":{
|
||||
"y":270
|
||||
}
|
||||
},
|
||||
"active":{
|
||||
"true":{
|
||||
"textures":{
|
||||
"west":"techreborn:blocks/machine/advanced_machines/industrial_blast_furnace_west_on",
|
||||
"east":"techreborn:blocks/machine/advanced_machines/industrial_blast_furnace_east_on",
|
||||
"front":"techreborn:blocks/machine/advanced_machines/industrial_blast_furnace_front_on"
|
||||
}
|
||||
},
|
||||
"false":{
|
||||
"textures":{
|
||||
"west":"techreborn:blocks/machine/advanced_machines/industrial_blast_furnace_west_off",
|
||||
"east":"techreborn:blocks/machine/advanced_machines/industrial_blast_furnace_east_off",
|
||||
"front":"techreborn:blocks/machine/advanced_machines/industrial_blast_furnace_front_off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle":"techreborn:blocks/machine/advanced_machines/advanced_machine_west",
|
||||
"top":"techreborn:blocks/machine/advanced_machines/advanced_machine_top",
|
||||
"down":"techreborn:blocks/machine/advanced_machines/advanced_machine_bottom",
|
||||
"west":"techreborn:blocks/machine/advanced_machines/implosion_compressor_west_off",
|
||||
"east":"techreborn:blocks/machine/advanced_machines/implosion_compressor_east_off",
|
||||
"south":"techreborn:blocks/machine/advanced_machines/advanced_machine_back",
|
||||
"front":"techreborn:blocks/machine/advanced_machines/industrial_blast_furnace_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 771 B |
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"animation": {
|
||||
"frametime": 2,
|
||||
"frames": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
3,
|
||||
2,
|
||||
1
|
||||
]
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 830 B |
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"animation": {
|
||||
"frametime": 2,
|
||||
"frames": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
3,
|
||||
2,
|
||||
1
|
||||
]
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 778 B |
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"animation": {
|
||||
"frametime": 2,
|
||||
"frames": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
3,
|
||||
2,
|
||||
1
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue