PhysicalConnectivity/src/main/resources/assets/phycon/models/item/network_interface.json

29 lines
641 B
JSON

{
"parent": "block/block",
"display": {
"firstperson_righthand": {
"rotation": [ 0, 215, 0 ],
"translation": [ 3, 0, -3 ],
"scale": [ 0.40, 0.40, 0.40 ]
}
},
"textures": {
"front": "phycon:block/interface_front",
"back": "phycon:block/switch"
},
"elements": [
{
"from": [14, 2, 2],
"to": [16, 14, 14],
"faces": {
"down": { "texture": "#back" },
"up": { "texture": "#back" },
"north": { "texture": "#back" },
"south": { "texture": "#back" },
"west": { "texture": "#back" },
"east": { "texture": "#front" }
}
}
]
}