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

52 lines
1.3 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/inserter_front",
"front_middle": "phycon:block/inserter_front_middle"
},
"elements": [
{
"from": [14, 4, 4],
"to": [16, 12, 12],
"faces": {
"down": {"texture": "#switch"},
"up": {"texture": "#switch"},
"north": {"texture": "#switch"},
"south": {"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"},
"east": {"texture": "#front_middle"}
}
},
{
"from": [10, 0, 0],
"to": [12, 16, 16],
"faces": {
"down": {"texture": "#switch", "uv": [0, 0, 16, 2]},
"up": {"texture": "#switch", "uv": [0, 0, 16, 2]},
"north": {"texture": "#switch", "uv": [0, 0, 16, 2]},
"south": {"texture": "#switch", "uv": [0, 0, 16, 2]},
"west": {"texture": "#switch"},
"east": {"texture": "#switch"}
}
}
]
}