Applied-Energistics-2-tiler.../src/main/resources/assets/appliedenergistics2/models/part/cable/smart/connection.json
elix-x 3b7d1685c5 Fixed cable connections rendering, other fixes
- Fixed cable connections rendering to parts and other tiles.
- Fixed facade & anchors rendering.
- Many other parts related bug fixes.
2016-08-20 17:15:02 +02:00

34 lines
1.5 KiB
JSON

{
"textures": {
"base": "appliedenergistics2:parts/cable/smart/${color}",
"channels": "appliedenergistics2:parts/cable/smart/${channels}"
},
"elements": [
{
"name": "Element",
"from": [ 6.0, 6.0, 0.0 ],
"to": [ 10.0, 10.0, 8.0 ],
"faces": {
"north": { "texture": "#base", "uv": [ 6.0, 6.0, 10.0, 10.0 ] },
"east": { "texture": "#base", "uv": [ 11.0, 6.0, 16.0, 10.0 ] },
"south": { "texture": "#base", "uv": [ 10.0, 6.0, 6.0, 10.0 ] },
"west": { "texture": "#base", "uv": [ 16.0, 6.0, 11.0, 10.0 ] },
"up": { "texture": "#base", "uv": [ 6.0, 0.0, 10.0, 5.0 ] },
"down": { "texture": "#base", "uv": [ 6.0, 11.0, 10.0, 16.0 ] }
}
},
{
"name": "Channels",
"from": [ 6.0, 6.0, 0.0 ],
"to": [ 10.0, 10.0, 8.0 ],
"faces": {
"north": { "texture": "#channels", "uv": [ 6.0, 6.0, 10.0, 10.0 ] },
"east": { "texture": "#channels", "uv": [ 11.0, 6.0, 16.0, 10.0 ] },
"south": { "texture": "#channels", "uv": [ 10.0, 6.0, 6.0, 10.0 ] },
"west": { "texture": "#channels", "uv": [ 16.0, 6.0, 11.0, 10.0 ] },
"up": { "texture": "#channels", "uv": [ 6.0, 0.0, 10.0, 5.0 ] },
"down": { "texture": "#channels", "uv": [ 6.0, 11.0, 10.0, 16.0 ] }
}
}
]
}