Models for iron machines
This commit is contained in:
parent
c45e7fb836
commit
080e305efe
13 changed files with 62 additions and 95 deletions
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north,active=false": { "model": "techreborn:block/machines/tier0_machines/iron_alloy_furnace" },
|
||||
"facing=south,active=false": { "model": "techreborn:block/machines/tier0_machines/iron_alloy_furnace", "y": 180 },
|
||||
"facing=west,active=false": { "model": "techreborn:block/machines/tier0_machines/iron_alloy_furnace", "y": 270 },
|
||||
"facing=east,active=false": { "model": "techreborn:block/machines/tier0_machines/iron_alloy_furnace", "y": 90 },
|
||||
"facing=north,active=true": { "model": "techreborn:block/machines/tier0_machines/iron_alloy_furnace_on" },
|
||||
"facing=south,active=true": { "model": "techreborn:block/machines/tier0_machines/iron_alloy_furnace_on", "y": 180 },
|
||||
"facing=west,active=true": { "model": "techreborn:block/machines/tier0_machines/iron_alloy_furnace_on", "y": 270 },
|
||||
"facing=east,active=true": { "model": "techreborn:block/machines/tier0_machines/iron_alloy_furnace_on", "y": 90 }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north,active=false": { "model": "techreborn:block/machines/tier0_machines/iron_furnace" },
|
||||
"facing=south,active=false": { "model": "techreborn:block/machines/tier0_machines/iron_furnace", "y": 180 },
|
||||
"facing=west,active=false": { "model": "techreborn:block/machines/tier0_machines/iron_furnace", "y": 270 },
|
||||
"facing=east,active=false": { "model": "techreborn:block/machines/tier0_machines/iron_furnace", "y": 90 },
|
||||
"facing=north,active=true": { "model": "techreborn:block/machines/tier0_machines/iron_furnace_on" },
|
||||
"facing=south,active=true": { "model": "techreborn:block/machines/tier0_machines/iron_furnace_on", "y": 180 },
|
||||
"facing=west,active=true": { "model": "techreborn:block/machines/tier0_machines/iron_furnace_on", "y": 270 },
|
||||
"facing=east,active=true": { "model": "techreborn:block/machines/tier0_machines/iron_furnace_on", "y": 90 }
|
||||
}
|
||||
}
|
|
@ -1,47 +0,0 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machines/tier0_machines/alloy_furnace_front_off",
|
||||
"top": "techreborn:blocks/machines/tier0_machines/machine_top",
|
||||
"down": "techreborn:blocks/machines/tier0_machines/machine_bottom",
|
||||
"side": "techreborn:blocks/machines/tier0_machines/machine_side"
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier0_machines/alloy_furnace_front_off"
|
||||
}
|
||||
},
|
||||
"facing": {
|
||||
"north": {
|
||||
},
|
||||
"east": {
|
||||
"y": 90
|
||||
},
|
||||
"south": {
|
||||
"y": 180
|
||||
},
|
||||
"west": {
|
||||
"y": 270
|
||||
}
|
||||
},
|
||||
"active": {
|
||||
"true": {
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier0_machines/alloy_furnace_front_on"
|
||||
}
|
||||
},
|
||||
"false": {
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier0_machines/alloy_furnace_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,48 +0,0 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"particle": "techreborn:blocks/machines/tier0_machines/furnace_front_off",
|
||||
"top": "techreborn:blocks/machines/tier0_machines/machine_top",
|
||||
"down": "techreborn:blocks/machines/tier0_machines/machine_bottom",
|
||||
"side": "techreborn:blocks/machines/tier0_machines/machine_side"
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "orientable",
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier0_machines/furnace_front_off"
|
||||
}
|
||||
},
|
||||
"facing": {
|
||||
"north": {
|
||||
|
||||
},
|
||||
"east": {
|
||||
"y": 90
|
||||
},
|
||||
"south": {
|
||||
"y": 180
|
||||
},
|
||||
"west": {
|
||||
"y": 270
|
||||
}
|
||||
},
|
||||
"active": {
|
||||
"true": {
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier0_machines/furnace_front_on"
|
||||
}
|
||||
},
|
||||
"false": {
|
||||
"textures": {
|
||||
"front": "techreborn:blocks/machines/tier0_machines/furnace_front_off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/orientable",
|
||||
"textures": {
|
||||
"top": "techreborn:block/machines/tier0_machines/machine_top",
|
||||
"front": "techreborn:block/machines/tier0_machines/iron_alloy_furnace_front_off",
|
||||
"side": "techreborn:block/machines/tier0_machines/machine_side"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/orientable",
|
||||
"textures": {
|
||||
"top": "techreborn:block/machines/tier0_machines/machine_top",
|
||||
"front": "techreborn:block/machines/tier0_machines/iron_alloy_furnace_front_on",
|
||||
"side": "techreborn:block/machines/tier0_machines/machine_side"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/orientable",
|
||||
"textures": {
|
||||
"top": "techreborn:block/machines/tier0_machines/machine_top",
|
||||
"front": "techreborn:block/machines/tier0_machines/furnace_front_off",
|
||||
"side": "techreborn:block/machines/tier0_machines/machine_side"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/orientable",
|
||||
"textures": {
|
||||
"top": "techreborn:block/machines/tier0_machines/machine_top",
|
||||
"front": "techreborn:block/machines/tier0_machines/furnace_front_on",
|
||||
"side": "techreborn:block/machines/tier0_machines/machine_side"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "techreborn:block/machines/tier0_machines/iron_alloy_furnace"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "techreborn:block/machines/tier0_machines/iron_furnace"
|
||||
}
|
Before Width: | Height: | Size: 690 B After Width: | Height: | Size: 690 B |
Before Width: | Height: | Size: 696 B After Width: | Height: | Size: 696 B |
Loading…
Reference in a new issue