Applied-Energistics-2-tiler.../src/main/resources/assets/appliedenergistics2/models/part/cable/covered/center.json

20 lines
767 B
JSON
Raw Normal View History

{
"textures": {
"base": "appliedenergistics2:parts/cable/covered/${color}"
},
"elements": [
{
"name": "Element",
"from": [ 5.0, 5.0, 5.0 ],
"to": [ 11.0, 11.0, 11.0 ],
"faces": {
"north": { "texture": "#base", "uv": [ 5.0, 5.0, 11.0, 11.0 ] },
"east": { "texture": "#base", "uv": [ 5.0, 5.0, 11.0, 11.0 ] },
"south": { "texture": "#base", "uv": [ 11.0, 5.0, 5.0, 11.0 ] },
"west": { "texture": "#base", "uv": [ 11.0, 5.0, 5.0, 11.0 ] },
"up": { "texture": "#base", "uv": [ 5.0, 5.0, 11.0, 11.0 ] },
"down": { "texture": "#base", "uv": [ 5.0, 5.0, 11.0, 11.0 ] }
}
}
]
}