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

45 lines
1.1 KiB
JSON

{
"parent": "block/block",
"textures": {
"switch": "phycon:block/switch",
"front": "phycon:block/extractor_front",
"particle": "#front"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 2, 16],
"faces": {
"down": {"texture": "#front", "cullface": "down"},
"up": {"texture": "#switch"},
"north": {"texture": "#switch"},
"south": {"texture": "#switch"},
"west": {"texture": "#switch"},
"east": {"texture": "#switch"}
}
},
{
"from": [2, 2, 2],
"to": [14, 4, 14],
"faces": {
"up": {"texture": "#switch"},
"north": {"texture": "#switch"},
"south": {"texture": "#switch"},
"west": {"texture": "#switch"},
"east": {"texture": "#switch"}
}
},
{
"from": [4, 4, 4],
"to": [12, 6, 12],
"faces": {
"up": {"texture": "#switch"},
"north": {"texture": "#switch"},
"south": {"texture": "#switch"},
"west": {"texture": "#switch"},
"east": {"texture": "#switch"}
}
}
]
}