{ "textures": { "cap": "phycon:block/cable/color/cap_end", "straight": "phycon:block/cable/color/straight" }, "elements": [ { "from": [6, 6, 6], "to": [10, 9, 10], "faces": { "north": {"texture": "#straight"}, "south": {"texture": "#straight"}, "west": {"texture": "#straight"}, "east": {"texture": "#straight"} } }, { "from": [6, 9, 6], "to": [10, 10, 10], "faces": { "up": {"texture": "#cap"}, "north": {"texture": "#cap"}, "south": {"texture": "#cap"}, "west": {"texture": "#cap"}, "east": {"texture": "#cap"} } } ] }