{ "parent": "block/block", "textures": { "cable": "phycon:block/cable_straight", "front": "phycon:block/p2p_interface_front", "back": "phycon:block/p2p_interface_back", "side": "phycon:block/p2p_interface_back" }, "elements": [ { "from": [0, 0, 0], "to": [16, 4, 16], "faces": { "down": { "texture": "#front" }, "up": { "texture": "#back" }, "north": { "texture": "#side" }, "south": { "texture": "#side" }, "west": { "texture": "#side" }, "east": { "texture": "#side" } } }, { "from": [6, 4, 6], "to": [10, 6, 10], "faces": { "north": { "texture": "#cable" }, "south": { "texture": "#cable" }, "west": { "texture": "#cable" }, "east": { "texture": "#cable" } } } ] }