PhysicalConnectivity/src/main/resources/assets/phycon/models/item/extractor.json

51 lines
1.2 KiB
JSON

{
"parent": "block/block",
"display": {
"firstperson_righthand": {
"rotation": [ 0, 215, 0 ],
"translation": [ 3, 0, -3 ],
"scale": [ 0.40, 0.40, 0.40 ]
}
},
"textures": {
"switch": "phycon:block/switch",
"front": "phycon:block/extractor_front"
},
"elements": [
{
"from": [14, 0, 0],
"to": [16, 16, 16],
"faces": {
"down": {"texture": "#switch"},
"up": {"texture": "#switch"},
"north": {"texture": "#switch"},
"south": {"texture": "#switch"},
"west": {"texture": "#switch"},
"east": {"texture": "#front"}
}
},
{
"from": [12, 2, 2],
"to": [14, 14, 14],
"faces": {
"down": {"texture": "#switch"},
"up": {"texture": "#switch"},
"north": {"texture": "#switch"},
"south": {"texture": "#switch"},
"west": {"texture": "#switch"}
}
},
{
"from": [10, 4, 4],
"to": [12, 12, 12],
"faces": {
"down": {"texture": "#switch"},
"up": {"texture": "#switch"},
"north": {"texture": "#switch"},
"south": {"texture": "#switch"},
"west": {"texture": "#switch"}
}
}
]
}