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

50 lines
1 KiB
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 }
}}
},
"type": {
"rs_wire": {
"model": "immersiveengineering:smartmodel/conn_ic2_conn_gold"
},
"top": {
"model": "industrialwires:smartmodel/panel_normal"
},
"dummy": {
"model": "cube_all",
"textures": {"all": "industrialwires:blocks/control_panel"}
},
"creator": {
"model": "cube_all",
"textures": {"all": "minecraft:blocks/diamond_block"}
}
},
"inventory": {
"model":"industrialwires:panel_normal"
}
}
}