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

75 lines
1.3 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": {
"down": {
},
"up": {
"transform": {
"rotation": {
"z": 180
}
}
},
"north": {
"transform": {
"rotation": {
"x": 90
}
}
},
"south": {
"transform": {
"rotation": {
"x": -90
}
}
},
"west": {
"transform": {
"rotation": {
"z": -90
}
}
},
"east": {
"transform": {
"rotation": {
"z": 90
}
}
}
},
"type": {
"rs_wire": {
"model": "immersiveengineering:smartmodel/conn_rs_panel_conn"
},
"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"
}
}
}