TechReborn/src/main/resources/assets/techreborn/blockstates/alloyfurnace.json

35 lines
797 B
JSON
Raw Normal View History

{
"forge_marker": 1,
"defaults": {
"model": "techreborn:tile.techreborn.alloyfurnace"
},
"variants": {
"inventory": {
"transform": "forge:default-block",
"textures": {
"front": "techreborn:blocks/machine/iron_machines/alloy_furnace_front_off"
}
},
"normal":[{"model": "techreborn:tile.techreborn.alloyfurnace"}],
"facing":{
"north": {},
"east": {"y": 90},
"south": {"y": 180},
"west": {"y": 270}
},
"active":{
"true":{
"textures": {
"front": "techreborn:blocks/machine/iron_machines/alloy_furnace_front_on"
}
},
"false":{
"textures": {
"front": "techreborn:blocks/machine/iron_machines/alloy_furnace_front_off"
}
}
}
}
}