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

20 lines
439 B
JSON

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