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

23 lines
615 B
JSON

{
"textures": {
"straight": "phycon:block/cable/color/straight",
"cap": "phycon:block/cable/color/cap_end",
"corner_r": "phycon:block/cable/color/corner_r_down",
"corner_l": "phycon:block/cable/color/corner_l_down"
},
"elements": [
{
"from": [6, 6, 0],
"to": [10, 10, 10],
"faces": {
"down": {"texture": "#straight"},
"up": {"texture": "#straight"},
"north": {"texture": "#cap", "cullface": "north"},
"south": {"texture": "#straight"},
"west": {"texture": "#corner_r"},
"east": {"texture": "#corner_l"}
}
}
]
}