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

23 lines
628 B
JSON

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