More models for tier2 machines
This commit is contained in:
parent
3892b15685
commit
76c2c03a13
18 changed files with 111 additions and 156 deletions
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north,active=false": { "model": "techreborn:block/machines/tier2_machines/industrial_blast_furnace" },
|
||||
"facing=south,active=false": { "model": "techreborn:block/machines/tier2_machines/industrial_blast_furnace", "y": 180 },
|
||||
"facing=west,active=false": { "model": "techreborn:block/machines/tier2_machines/industrial_blast_furnace", "y": 270 },
|
||||
"facing=east,active=false": { "model": "techreborn:block/machines/tier2_machines/industrial_blast_furnace", "y": 90 },
|
||||
"facing=north,active=true": { "model": "techreborn:block/machines/tier2_machines/industrial_blast_furnace_on" },
|
||||
"facing=south,active=true": { "model": "techreborn:block/machines/tier2_machines/industrial_blast_furnace_on", "y": 180 },
|
||||
"facing=west,active=true": { "model": "techreborn:block/machines/tier2_machines/industrial_blast_furnace_on", "y": 270 },
|
||||
"facing=east,active=true": { "model": "techreborn:block/machines/tier2_machines/industrial_blast_furnace_on", "y": 90 }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north,active=false": { "model": "techreborn:block/machines/tier2_machines/industrial_centrifuge" },
|
||||
"facing=south,active=false": { "model": "techreborn:block/machines/tier2_machines/industrial_centrifuge", "y": 180 },
|
||||
"facing=west,active=false": { "model": "techreborn:block/machines/tier2_machines/industrial_centrifuge", "y": 270 },
|
||||
"facing=east,active=false": { "model": "techreborn:block/machines/tier2_machines/industrial_centrifuge", "y": 90 },
|
||||
"facing=north,active=true": { "model": "techreborn:block/machines/tier2_machines/industrial_centrifuge_on" },
|
||||
"facing=south,active=true": { "model": "techreborn:block/machines/tier2_machines/industrial_centrifuge_on", "y": 180 },
|
||||
"facing=west,active=true": { "model": "techreborn:block/machines/tier2_machines/industrial_centrifuge_on", "y": 270 },
|
||||
"facing=east,active=true": { "model": "techreborn:block/machines/tier2_machines/industrial_centrifuge_on", "y": 90 }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north,active=false": { "model": "techreborn:block/machines/tier2_machines/industrial_electrolyzer" },
|
||||
"facing=south,active=false": { "model": "techreborn:block/machines/tier2_machines/industrial_electrolyzer", "y": 180 },
|
||||
"facing=west,active=false": { "model": "techreborn:block/machines/tier2_machines/industrial_electrolyzer", "y": 270 },
|
||||
"facing=east,active=false": { "model": "techreborn:block/machines/tier2_machines/industrial_electrolyzer", "y": 90 },
|
||||
"facing=north,active=true": { "model": "techreborn:block/machines/tier2_machines/industrial_electrolyzer_on" },
|
||||
"facing=south,active=true": { "model": "techreborn:block/machines/tier2_machines/industrial_electrolyzer_on", "y": 180 },
|
||||
"facing=west,active=true": { "model": "techreborn:block/machines/tier2_machines/industrial_electrolyzer_on", "y": 270 },
|
||||
"facing=east,active=true": { "model": "techreborn:block/machines/tier2_machines/industrial_electrolyzer_on", "y": 90 }
|
||||
}
|
||||
}
|
|
@ -1,53 +0,0 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machines/tier2_machines/industrial_blast_furnace_front_off",
|
||||
"top": "techreborn:blocks/machines/tier2_machines/machine_top",
|
||||
"down": "techreborn:blocks/machines/tier2_machines/machine_bottom",
|
||||
"south": "techreborn:blocks/machines/tier2_machines/machine_back"
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"west": "techreborn:blocks/machines/tier2_machines/industrial_blast_furnace_west_off",
|
||||
"east": "techreborn:blocks/machines/tier2_machines/industrial_blast_furnace_east_off",
|
||||
"front": "techreborn:blocks/machines/tier2_machines/industrial_blast_furnace_front_off"
|
||||
}
|
||||
},
|
||||
"facing": {
|
||||
"north": {
|
||||
},
|
||||
"east": {
|
||||
"y": 90
|
||||
},
|
||||
"south": {
|
||||
"y": 180
|
||||
},
|
||||
"west": {
|
||||
"y": 270
|
||||
}
|
||||
},
|
||||
"active": {
|
||||
"true": {
|
||||
"textures": {
|
||||
"west": "techreborn:blocks/machines/tier2_machines/industrial_blast_furnace_west_on",
|
||||
"east": "techreborn:blocks/machines/tier2_machines/industrial_blast_furnace_east_on",
|
||||
"front": "techreborn:blocks/machines/tier2_machines/industrial_blast_furnace_front_on"
|
||||
}
|
||||
},
|
||||
"false": {
|
||||
"textures": {
|
||||
"west": "techreborn:blocks/machines/tier2_machines/industrial_blast_furnace_west_off",
|
||||
"east": "techreborn:blocks/machines/tier2_machines/industrial_blast_furnace_east_off",
|
||||
"front": "techreborn:blocks/machines/tier2_machines/industrial_blast_furnace_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,56 +0,0 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_front_off",
|
||||
"top": "techreborn:blocks/machines/tier2_machines/machine_top",
|
||||
"west": "techreborn:blocks/machines/tier2_machines/machine_west",
|
||||
"east": "techreborn:blocks/machines/tier2_machines/machine_east",
|
||||
"down": "techreborn:blocks/machines/tier2_machines/machine_bottom",
|
||||
"south": "techreborn:blocks/machines/tier2_machines/machine_back"
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machines/tier2_machines/machine_west",
|
||||
"down": "techreborn:blocks/machines/tier2_machines/machine_bottom",
|
||||
"south": "techreborn:blocks/machines/tier2_machines/machine_back",
|
||||
"top": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_top_off",
|
||||
"front": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_front_off"
|
||||
}
|
||||
},
|
||||
"facing": {
|
||||
"north": {
|
||||
|
||||
},
|
||||
"east": {
|
||||
"y": 90
|
||||
},
|
||||
"south": {
|
||||
"y": 180
|
||||
},
|
||||
"west": {
|
||||
"y": 270
|
||||
}
|
||||
},
|
||||
"active": {
|
||||
"true": {
|
||||
"textures": {
|
||||
"top": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_top_on",
|
||||
"front": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_front_on"
|
||||
}
|
||||
},
|
||||
"false": {
|
||||
"textures": {
|
||||
"top": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_top_off",
|
||||
"front": "techreborn:blocks/machines/tier2_machines/industrial_centrifuge_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,47 +0,0 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machines/tier1_machines/industrial_electrolyzer_front_off",
|
||||
"top": "techreborn:blocks/machines/tier1_machines/machine_top",
|
||||
"down": "techreborn:blocks/machines/tier1_machines/machine_bottom",
|
||||
"side": "techreborn:blocks/machines/tier1_machines/machine_side"
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier1_machines/industrial_electrolyzer_front_off"
|
||||
}
|
||||
},
|
||||
"facing": {
|
||||
"north": {
|
||||
},
|
||||
"east": {
|
||||
"y": 90
|
||||
},
|
||||
"south": {
|
||||
"y": 180
|
||||
},
|
||||
"west": {
|
||||
"y": 270
|
||||
}
|
||||
},
|
||||
"active": {
|
||||
"true": {
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier1_machines/industrial_electrolyzer_front_on"
|
||||
}
|
||||
},
|
||||
"false": {
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier1_machines/industrial_electrolyzer_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"parent": "minecraft:block/orientable",
|
||||
"textures": {
|
||||
"up": "techreborn:block/machines/tier2_machines/machine_top",
|
||||
"down": "techreborn:block/machines/tier2_machines/machine_bottom",
|
||||
"west": "techreborn:block/machines/tier2_machines/industrial_blast_furnace_west_off",
|
||||
"east": "techreborn:block/machines/tier2_machines/industrial_blast_furnace_east_off",
|
||||
"south": "techreborn:block/machines/tier2_machines/machine_back",
|
||||
"front": "techreborn:block/machines/tier2_machines/industrial_blast_furnace_front_off"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"parent": "minecraft:block/orientable",
|
||||
"textures": {
|
||||
"up": "techreborn:block/machines/tier2_machines/machine_top",
|
||||
"down": "techreborn:block/machines/tier2_machines/machine_bottom",
|
||||
"west": "techreborn:block/machines/tier2_machines/industrial_blast_furnace_west_on",
|
||||
"east": "techreborn:block/machines/tier2_machines/industrial_blast_furnace_east_on",
|
||||
"south": "techreborn:block/machines/tier2_machines/machine_back",
|
||||
"front": "techreborn:block/machines/tier2_machines/industrial_blast_furnace_front_on"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"parent": "minecraft:block/orientable",
|
||||
"textures": {
|
||||
"up": "techreborn:block/machines/tier2_machines/industrial_centrifuge_top_off",
|
||||
"down": "techreborn:block/machines/tier2_machines/machine_bottom",
|
||||
"west": "techreborn:block/machines/tier2_machines/machine_west",
|
||||
"east": "techreborn:block/machines/tier2_machines/machine_east",
|
||||
"south": "techreborn:block/machines/tier2_machines/machine_back",
|
||||
"front": "techreborn:block/machines/tier2_machines/industrial_centrifuge_front_off"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"parent": "minecraft:block/orientable",
|
||||
"textures": {
|
||||
"up": "techreborn:block/machines/tier2_machines/industrial_centrifuge_top_on",
|
||||
"down": "techreborn:block/machines/tier2_machines/machine_bottom",
|
||||
"west": "techreborn:block/machines/tier2_machines/machine_west",
|
||||
"east": "techreborn:block/machines/tier2_machines/machine_east",
|
||||
"south": "techreborn:block/machines/tier2_machines/machine_back",
|
||||
"front": "techreborn:block/machines/tier2_machines/industrial_centrifuge_front_on"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"parent": "minecraft:block/orientable",
|
||||
"textures": {
|
||||
"up": "techreborn:block/machines/tier2_machines/machine_top",
|
||||
"down": "techreborn:block/machines/tier2_machines/machine_bottom",
|
||||
"west": "techreborn:block/machines/tier2_machines/machine_west",
|
||||
"east": "techreborn:block/machines/tier2_machines/machine_east",
|
||||
"south": "techreborn:block/machines/tier2_machines/machine_back",
|
||||
"front": "techreborn:block/machines/tier2_machines/industrial_electrolyzer_front_off"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"parent": "minecraft:block/orientable",
|
||||
"textures": {
|
||||
"up": "techreborn:block/machines/tier2_machines/machine_top",
|
||||
"down": "techreborn:block/machines/tier2_machines/machine_bottom",
|
||||
"west": "techreborn:block/machines/tier2_machines/machine_west",
|
||||
"east": "techreborn:block/machines/tier2_machines/machine_east",
|
||||
"south": "techreborn:block/machines/tier2_machines/machine_back",
|
||||
"front": "techreborn:block/machines/tier2_machines/industrial_electrolyzer_front_on"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "techreborn:block/machines/tier2_machines/industrial_blast_furnace"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "techreborn:block/machines/tier2_machines/industrial_centrifuge"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "techreborn:block/machines/tier2_machines/industrial_electrolyzer"
|
||||
}
|
Before Width: | Height: | Size: 765 B After Width: | Height: | Size: 765 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Loading…
Add table
Reference in a new issue