{ "textures": { "straight": "phycon:block/cable_straight_rotated", "cap": "phycon:block/cable_cap_end", "corner_down": "phycon:block/interface_cable_corner_l_up", "corner_up": "phycon:block/interface_cable_corner_r" }, "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"} } } ] }