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

45 lines
1.1 KiB
JSON
Raw Normal View History

2021-02-15 01:01:33 +00:00
{
"parent": "block/block",
2021-02-28 22:56:25 +00:00
"textures": {
2021-03-12 22:14:24 +00:00
"switch": "phycon:block/switch",
"front": "phycon:block/extractor_front",
"particle": "#front"
2021-02-28 22:56:25 +00:00
},
2021-02-15 01:01:33 +00:00
"elements": [
{
"from": [0, 0, 0],
"to": [16, 2, 16],
"faces": {
2021-03-12 22:14:24 +00:00
"down": {"texture": "#front", "cullface": "down"},
"up": {"texture": "#switch"},
"north": {"texture": "#switch"},
"south": {"texture": "#switch"},
"west": {"texture": "#switch"},
"east": {"texture": "#switch"}
2021-02-15 01:01:33 +00:00
}
},
{
"from": [2, 2, 2],
"to": [14, 4, 14],
"faces": {
2021-03-12 22:14:24 +00:00
"up": {"texture": "#switch"},
"north": {"texture": "#switch"},
"south": {"texture": "#switch"},
"west": {"texture": "#switch"},
"east": {"texture": "#switch"}
2021-02-15 01:01:33 +00:00
}
},
{
"from": [4, 4, 4],
"to": [12, 6, 12],
"faces": {
2021-03-12 22:14:24 +00:00
"up": {"texture": "#switch"},
"north": {"texture": "#switch"},
"south": {"texture": "#switch"},
"west": {"texture": "#switch"},
"east": {"texture": "#switch"}
2021-02-15 01:01:33 +00:00
}
}
]
2021-02-28 22:56:25 +00:00
}