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

46 lines
1.2 KiB
JSON

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