PhysicalConnectivity/src/main/resources/assets/phycon/models/block/cable_diag_corner_cont.json

16 lines
260 B
JSON

{
"textures": {
"corner": "phycon:block/cable/color/straight"
},
"elements": [
{
"from": [7, 6, 6],
"to": [9, 7, 7],
"faces": {
"down": {"texture": "#corner"},
"north": {"texture": "#corner"}
}
}
]
}