Reimplemented cable and parts rendering.

This commit is contained in:
Sebastian Hartte
2016-08-29 09:47:17 +02:00
parent 0b756708d4
commit 7e027da804
358 changed files with 5964 additions and 1901 deletions
@@ -0,0 +1,45 @@
{
"textures": {
"sides": "appliedenergistics2:parts/export_bus_sides",
"sidesStatus": "appliedenergistics2:parts/monitor_sides_status",
"back": "appliedenergistics2:parts/monitor_back",
"front": "appliedenergistics2:items/part/interface"
},
"elements": [
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"down": { "texture": "#sides" },
"up": { "texture": "#sides" },
"south": { "texture": "#back" },
"east": { "texture": "#sides" },
"north": { "texture": "#front" },
"west": { "texture": "#sides" }
}
},
{
"from": [5, 5, 3],
"to": [11, 11, 4],
"faces": {
"down": { "texture": "#sides" },
"up": { "texture": "#sides" },
"south": { "texture": "#back" },
"east": { "texture": "#sides" },
"north": { "texture": "#front" },
"west": { "texture": "#sides" }
}
},
{
"from": [5, 5, 2],
"to": [11, 11, 3],
"faces": {
"down": { "texture": "#sidesStatus" },
"up": { "texture": "#sidesStatus" },
"south": { "texture": "#back" },
"east": { "texture": "#sidesStatus" },
"west": { "texture": "#sidesStatus" }
}
}
]
}