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

44 lines
749 B
JSON
Raw Normal View History

2019-10-28 15:53:47 +00:00
{
"textures": {
2021-03-14 18:07:56 +00:00
"center": "phycon:block/cable/color/cap_end",
2021-02-24 23:58:22 +00:00
"particle": "#center"
},
"elements": [
{
"from": [7, 6, 7],
"to": [9, 7, 9],
"faces": {
"down": {"texture": "#center"}
}
},
{
"from": [6, 6, 6],
"to": [7, 7, 7],
"faces": {
"down": {"texture": "#center"}
}
},
{
"from": [6, 6, 9],
"to": [7, 7, 10],
"faces": {
"down": {"texture": "#center"}
}
},
{
"from": [9, 6, 9],
"to": [10, 7, 10],
"faces": {
"down": {"texture": "#center"}
}
},
{
"from": [9, 6, 6],
"to": [10, 7, 7],
"faces": {
"down": {"texture": "#center"}
}
}
]
2021-02-24 23:58:22 +00:00
}