Applied-Energistics-2-tiler.../src/main/resources/assets/appliedenergistics2/models/block/charger.json

170 lines
4.9 KiB
JSON

{
"parent": "block/orientable",
"textures": {
"particle": "appliedenergistics2:blocks/charger",
"side": "appliedenergistics2:blocks/charger_side",
"top": "appliedenergistics2:blocks/charger",
"inside": "appliedenergistics2:blocks/charger_inside"
},
"elements": [
{
"name": "back",
"from": [ 6, 1, 14 ],
"to": [ 10, 15, 16 ],
"faces": {
"down": {
"texture": "#side",
"uv": [ 6, 14, 10, 16 ]
},
"east": {
"texture": "#side",
"uv": [ 0, 1, 2, 15 ]
},
"north": {
"texture": "#side",
"uv": [ 6, 1, 10, 15 ]
},
"south": {
"texture": "#side",
"uv": [ 6, 1, 10, 15 ]
},
"up": {
"texture": "#side",
"uv": [ 6, 14, 10, 16]
},
"west": {
"texture": "#side",
"uv": [ 14, 1, 16, 15 ]
}
}
},
{
"name": "bottom",
"from": [ 2, 0, 2 ],
"to": [ 14, 3, 14 ],
"shade": false,
"faces": {
"down": {
"texture": "#top",
"uv": [ 2, 2, 14, 14 ]
},
"east": {
"texture": "#side",
"uv": [ 2, 13, 14, 16 ]
},
"north": {
"texture": "#side",
"uv": [ 2, 13, 14, 16 ]
},
"south": {
"texture": "#side",
"uv": [ 2, 13, 14, 16 ]
},
"up": {
"texture": "#side",
"uv": [ 2, 2, 14, 14 ]
},
"west": {
"texture": "#side",
"uv": [ 2, 13, 14, 16 ]
}
}
},
{
"name": "top",
"from": [ 2, 13, 2 ],
"to": [ 14, 16, 14 ],
"faces": {
"down": {
"texture": "#side",
"uv": [ 2, 2, 14, 14 ]
},
"east": {
"texture": "#side",
"uv": [ 2, 0, 14, 3 ]
},
"north": {
"texture": "#side",
"uv": [ 2, 0, 14, 3 ]
},
"south": {
"texture": "#side",
"uv": [ 2, 0, 14, 3 ]
},
"up": {
"texture": "#top",
"uv": [ 2, 2, 14, 14 ]
},
"west": {
"texture": "#side",
"uv": [ 2, 0, 14, 3 ]
}
}
},
{
"name": "inside-bottom",
"from": [ 3, 3, 3 ],
"to": [ 13, 4, 13 ],
"shade": false,
"faces": {
"down": {
"texture": "#inside",
"uv": [ 3, 3, 13, 13 ]
},
"east": {
"texture": "#inside",
"uv": [ 3, 15, 13, 16 ]
},
"north": {
"texture": "#inside",
"uv": [ 3, 15, 13, 16 ]
},
"south": {
"texture": "#inside",
"uv": [ 3, 15, 13, 16 ]
},
"up": {
"texture": "#inside",
"uv": [ 3, 3, 13, 13 ]
},
"west": {
"texture": "#inside",
"uv": [ 3, 15, 13, 16 ]
}
}
},
{
"name": "inside-top",
"from": [ 3, 12, 3 ],
"to": [ 13, 13, 13 ],
"shade": false,
"faces": {
"down": {
"texture": "#inside",
"uv": [ 3, 3, 13, 13 ]
},
"east": {
"texture": "#inside",
"uv": [ 3, 0, 13, 1 ]
},
"north": {
"texture": "#inside",
"uv": [ 3, 0, 13, 1 ]
},
"south": {
"texture": "#inside",
"uv": [ 3, 0, 13, 1 ]
},
"up": {
"texture": "#inside",
"uv": [ 3, 3, 13, 13 ]
},
"west": {
"texture": "#inside",
"uv": [ 3, 0, 13, 1 ]
}
}
}
]
}