Model for alloy smelter
This commit is contained in:
parent
16ff7af929
commit
5a910c94af
5 changed files with 32 additions and 1 deletions
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north,active=false": { "model": "techreborn:block/machines/tier1_machines/alloy_smelter" },
|
||||
"facing=south,active=false": { "model": "techreborn:block/machines/tier1_machines/alloy_smelter", "y": 180 },
|
||||
"facing=west,active=false": { "model": "techreborn:block/machines/tier1_machines/alloy_smelter", "y": 270 },
|
||||
"facing=east,active=false": { "model": "techreborn:block/machines/tier1_machines/alloy_smelter", "y": 90 },
|
||||
"facing=north,active=true": { "model": "techreborn:block/machines/tier1_machines/alloy_smelter_on" },
|
||||
"facing=south,active=true": { "model": "techreborn:block/machines/tier1_machines/alloy_smelter_on", "y": 180 },
|
||||
"facing=west,active=true": { "model": "techreborn:block/machines/tier1_machines/alloy_smelter_on", "y": 270 },
|
||||
"facing=east,active=true": { "model": "techreborn:block/machines/tier1_machines/alloy_smelter_on", "y": 90 }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/orientable",
|
||||
"textures": {
|
||||
"top": "techreborn:block/machines/tier1_machines/machine_top",
|
||||
"front": "techreborn:block/machines/tier1_machines/electric_alloy_smelter_front_off",
|
||||
"side": "techreborn:block/machines/tier1_machines/machine_side"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/orientable",
|
||||
"textures": {
|
||||
"top": "techreborn:block/machines/tier1_machines/machine_top",
|
||||
"front": "techreborn:block/machines/tier1_machines/electric_alloy_smelter_front_on",
|
||||
"side": "techreborn:block/machines/tier1_machines/machine_side"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "techreborn:block/machines/tier1_machines/alloy_smelter"
|
||||
}
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"parent": "techreborn:block/grinder"
|
||||
"parent": "techreborn:block/machines/tier1_machines/grinder"
|
||||
}
|
Loading…
Reference in a new issue