Applied-Energistics-2-tiler.../src/main/resources/assets/appliedenergistics2/models/part/cable_facade.json

22 lines
782 B
JSON

{
"textures": {
"0": "appliedenergistics2:parts/cable_anchor",
"particle": "appliedenergistics2:parts/cable_anchor"
},
"elements": [
{
"name": "Element",
"from": [ 7.0, 7.0, 1.0 ],
"to": [ 9.0, 9.0, 6.0 ],
"faces": {
"north": { "texture": "#0", "uv": [ 0.0, 0.0, 2.0, 2.0 ] },
"east": { "texture": "#0", "uv": [ 0.0, 0.0, 5.0, 2.0 ] },
"south": { "texture": "#0", "uv": [ 0.0, 0.0, 2.0, 2.0 ] },
"west": { "texture": "#0", "uv": [ 0.0, 0.0, 5.0, 2.0 ] },
"up": { "texture": "#0", "uv": [ 0.0, 0.0, 2.0, 5.0 ] },
"down": { "texture": "#0", "uv": [ 0.0, 0.0, 2.0, 5.0 ] }
}
}
]
}