IndustrialWires/src/main/resources/assets/industrialwires/blockstates/control_panel.json

34 lines
618 B
JSON
Raw Normal View History

{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block",
"textures": {
},
"model": "industrialwires:smartmodel/panel_normal",
"custom": {
"flip-v": true
}
},
"variants": {
"facing":
{
"north": { "transform": {
"rotation": {"y": 0 }
}},
"south": { "transform": {
"rotation": {"y": 180 }
}},
"west": { "transform": {
"rotation": {"y": 90 }
}},
"east": { "transform": {
"rotation": {"y": -90 }
}}
},
"inventory": {
"model":"industrialwires:panel_normal"
}
}
}