Models for iron machines

This commit is contained in:
drcrazy 2019-03-29 17:03:10 +03:00
parent c45e7fb836
commit 080e305efe
13 changed files with 62 additions and 95 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -0,0 +1,3 @@
{
"parent": "techreborn:block/machines/tier0_machines/iron_alloy_furnace"
}

View file

@ -0,0 +1,3 @@
{
"parent": "techreborn:block/machines/tier0_machines/iron_furnace"
}