Model for alloy smelter

This commit is contained in:
drcrazy 2019-03-28 18:09:48 +03:00
parent 16ff7af929
commit 5a910c94af
5 changed files with 32 additions and 1 deletions

View file

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

View file

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

View file

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

View file

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

View file

@ -1,3 +1,3 @@
{ {
"parent": "techreborn:block/grinder" "parent": "techreborn:block/machines/tier1_machines/grinder"
} }