Retexture AE2 multiparts (#336)
@@ -2,70 +2,33 @@
|
||||
"parent": "appliedenergistics2:item/part/part",
|
||||
"textures": {
|
||||
"sides": "appliedenergistics2:parts/plane_sides",
|
||||
"plane": "appliedenergistics2:items/part/annihilation_plane"
|
||||
"plane": "appliedenergistics2:items/part/annihilation_plane",
|
||||
"back": "appliedenergistics2:parts/transition_plane_back"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "Front",
|
||||
"from": [
|
||||
1,
|
||||
1,
|
||||
8
|
||||
],
|
||||
"to": [
|
||||
15,
|
||||
15,
|
||||
9
|
||||
],
|
||||
"from": [1, 1, 8],
|
||||
"to": [15, 15, 9],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "plane"
|
||||
},
|
||||
"south": {
|
||||
"texture": "sides"
|
||||
},
|
||||
"east": {
|
||||
"texture": "sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "sides"
|
||||
},
|
||||
"down": {
|
||||
"texture": "sides"
|
||||
}
|
||||
"north": { "uv": [1, 1, 15, 15], "texture": "plane" },
|
||||
"east": { "uv": [15, 1, 16, 15], "texture": "sides" },
|
||||
"south": { "uv": [1, 1, 15, 15], "texture": "back" },
|
||||
"west": { "uv": [0, 1, 1, 15], "texture": "sides" },
|
||||
"up": { "uv": [1, 0, 15, 1], "texture": "sides" },
|
||||
"down": { "uv": [1, 15, 15, 16], "texture": "sides" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Back",
|
||||
"from": [
|
||||
5,
|
||||
5,
|
||||
9
|
||||
],
|
||||
"to": [
|
||||
11,
|
||||
11,
|
||||
10
|
||||
],
|
||||
"from": [5, 5, 9],
|
||||
"to": [11, 11, 10],
|
||||
"faces": {
|
||||
"east": {
|
||||
"texture": "sides"
|
||||
},
|
||||
"south": {
|
||||
"texture": "sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "sides"
|
||||
},
|
||||
"down": {
|
||||
"texture": "sides"
|
||||
}
|
||||
"east": { "uv": [14, 5, 15, 11], "texture": "sides" },
|
||||
"south": { "uv": [5, 5, 11, 11],"texture": "sides" },
|
||||
"west": { "uv": [1, 5, 2, 11], "texture": "sides" },
|
||||
"up": { "uv": [5, 1, 11, 2], "texture": "sides" },
|
||||
"down": { "uv":[5, 14, 11, 15], "texture": "sides" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -3,146 +3,78 @@
|
||||
"textures": {
|
||||
"sides": "appliedenergistics2:parts/monitor_sides",
|
||||
"back": "appliedenergistics2:parts/monitor_back",
|
||||
"front_base": "appliedenergistics2:parts/monitor_front",
|
||||
"front_medium_bright": "appliedenergistics2:parts/monitor_colored"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "Front",
|
||||
"from": [
|
||||
2,
|
||||
2,
|
||||
8
|
||||
],
|
||||
"to": [
|
||||
14,
|
||||
14,
|
||||
9
|
||||
],
|
||||
"name": "Front Base",
|
||||
"from": [2, 2, 7],
|
||||
"to": [14, 14, 9],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
"north": { "uv": [2, 2, 14, 14], "texture": "#front_base" },
|
||||
"east": { "uv": [14, 2, 16, 14], "texture": "#sides" },
|
||||
"south": { "uv": [2, 2, 14, 14], "texture": "#back" },
|
||||
"west": { "uv": [0, 2, 2, 14], "texture": "#sides" },
|
||||
"up": { "uv": [2, 0, 14, 2], "texture": "#sides" },
|
||||
"down": { "uv": [2, 14, 14, 16], "texture": "#sides" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Front",
|
||||
"from": [3, 3, 7],
|
||||
"to": [13, 13, 8],
|
||||
"faces": {
|
||||
"north": { "uv": [3, 3, 13, 13], "texture": "#front" },
|
||||
"east": { "uv": [14, 3, 16, 13], "texture": "#sides" },
|
||||
"south": { "uv": [3, 3, 13, 13], "texture": "#back" },
|
||||
"west": { "uv": [0, 3, 2, 13], "texture": "#sides" },
|
||||
"up": { "uv": [3, 0, 13, 2], "texture": "#sides" },
|
||||
"down": { "uv": [3, 14, 13, 16], "texture": "#sides" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Front Bright",
|
||||
"from": [
|
||||
2,
|
||||
2,
|
||||
8
|
||||
],
|
||||
"to": [
|
||||
14,
|
||||
14,
|
||||
9
|
||||
],
|
||||
"from": [2, 2, 7],
|
||||
"to": [14, 14, 8],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#front_bright",
|
||||
"tintindex": 3
|
||||
}
|
||||
"north": { "uv": [2, 2, 14, 14], "texture": "#front_bright", "tintindex": 3 }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Front Medium Bright",
|
||||
"from": [
|
||||
2,
|
||||
2,
|
||||
8
|
||||
],
|
||||
"to": [
|
||||
14,
|
||||
14,
|
||||
9
|
||||
],
|
||||
"from": [2, 2, 7],
|
||||
"to": [14, 14, 8],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#front_medium_bright",
|
||||
"tintindex": 4
|
||||
}
|
||||
"north": { "uv": [2, 2, 14, 14], "texture": "#front_medium_bright", "tintindex": 4 }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Front Medium",
|
||||
"from": [
|
||||
2,
|
||||
2,
|
||||
8
|
||||
],
|
||||
"to": [
|
||||
14,
|
||||
14,
|
||||
9
|
||||
],
|
||||
"from": [2, 2, 7],
|
||||
"to": [14, 14, 8],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#front_medium",
|
||||
"tintindex": 2
|
||||
}
|
||||
"north": { "uv": [2, 2, 14, 14], "texture": "#front_medium", "tintindex": 2 }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Front Dark",
|
||||
"from": [
|
||||
2,
|
||||
2,
|
||||
8
|
||||
],
|
||||
"to": [
|
||||
14,
|
||||
14,
|
||||
9
|
||||
],
|
||||
"from": [2, 2, 7],
|
||||
"to": [14, 14, 8],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#front_dark",
|
||||
"tintindex": 1
|
||||
}
|
||||
"north": { "uv": [2, 2, 14, 14], "texture": "#front_dark", "tintindex": 1 }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Back",
|
||||
"from": [
|
||||
4,
|
||||
4,
|
||||
9
|
||||
],
|
||||
"to": [
|
||||
12,
|
||||
12,
|
||||
10
|
||||
],
|
||||
"from": [4, 4, 9],
|
||||
"to": [12, 12, 10],
|
||||
"faces": {
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
"east": { "uv": [6, 4, 7, 12], "texture": "#sides" },
|
||||
"south": { "uv": [4, 4, 12, 12], "texture": "#back" },
|
||||
"west": { "uv": [9, 4, 10, 12], "texture": "#sides" },
|
||||
"up": { "uv": [4, 9, 12, 10], "texture": "#sides" },
|
||||
"down": { "uv": [4, 6, 12, 7], "texture": "#sides" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -2,104 +2,43 @@
|
||||
"parent": "appliedenergistics2:item/part/part",
|
||||
"textures": {
|
||||
"sides": "appliedenergistics2:parts/export_bus_sides",
|
||||
"back": "appliedenergistics2:parts/monitor_back",
|
||||
"front": "appliedenergistics2:items/part/export_bus"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [
|
||||
4,
|
||||
4,
|
||||
8
|
||||
],
|
||||
"to": [
|
||||
12,
|
||||
12,
|
||||
10
|
||||
],
|
||||
"from": [4, 4, 8],
|
||||
"to": [12, 12, 10],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
"north": { "uv": [4, 4, 12, 12], "texture": "#front" },
|
||||
"east": { "uv": [2, 4, 4, 12], "rotation": 180, "texture": "#sides" },
|
||||
"south": { "uv": [4, 4, 12, 12], "texture": "#sides" },
|
||||
"west": { "uv": [12, 4, 14, 12], "rotation": 180, "texture": "#sides" },
|
||||
"up": { "uv": [4, 2, 12, 4], "texture": "#sides" },
|
||||
"down": { "uv": [4, 12, 12, 14], "texture": "#sides" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
5,
|
||||
5,
|
||||
7
|
||||
],
|
||||
"to": [
|
||||
11,
|
||||
11,
|
||||
8
|
||||
],
|
||||
"from": [5, 5, 7],
|
||||
"to": [11, 11, 8],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
"north": { "uv": [5, 5, 11, 11], "texture": "#front" },
|
||||
"east": { "uv": [1, 5, 2, 11], "texture": "#sides" },
|
||||
"south": { "uv": [5, 5, 11, 11], "texture": "#sides" },
|
||||
"west": { "uv": [14, 5, 15, 11], "texture": "#sides" },
|
||||
"up": { "uv": [5, 2, 11, 3], "texture": "#sides" },
|
||||
"down": { "uv": [5, 14, 11, 15], "texture": "#sides" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
6,
|
||||
6,
|
||||
6
|
||||
],
|
||||
"to": [
|
||||
10,
|
||||
10,
|
||||
7
|
||||
],
|
||||
"from": [6, 6, 6],
|
||||
"to": [10, 10, 7],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
"north": { "uv": [6, 6, 10, 10], "texture": "#front" },
|
||||
"east": { "uv": [0, 6, 1, 10], "texture": "#sides" },
|
||||
"south": { "uv": [6, 6, 10, 10], "texture": "#sides" },
|
||||
"west": { "uv": [15, 6, 16, 10], "texture": "#sides" },
|
||||
"up": { "uv": [6, 0, 10, 1], "texture": "#sides" },
|
||||
"down": { "uv": [6, 15, 10, 16], "texture": "#sides" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,72 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/part",
|
||||
"parent": "appliedenergistics2:item/part/annihilation_plane",
|
||||
"textures": {
|
||||
"sides": "appliedenergistics2:parts/plane_sides",
|
||||
"plane": "appliedenergistics2:items/part/fluid_annihilation_plane"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "Front",
|
||||
"from": [
|
||||
1,
|
||||
1,
|
||||
8
|
||||
],
|
||||
"to": [
|
||||
15,
|
||||
15,
|
||||
9
|
||||
],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "plane"
|
||||
},
|
||||
"south": {
|
||||
"texture": "sides"
|
||||
},
|
||||
"east": {
|
||||
"texture": "sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "sides"
|
||||
},
|
||||
"down": {
|
||||
"texture": "sides"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Back",
|
||||
"from": [
|
||||
5,
|
||||
5,
|
||||
9
|
||||
],
|
||||
"to": [
|
||||
11,
|
||||
11,
|
||||
10
|
||||
],
|
||||
"faces": {
|
||||
"east": {
|
||||
"texture": "sides"
|
||||
},
|
||||
"south": {
|
||||
"texture": "sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "sides"
|
||||
},
|
||||
"down": {
|
||||
"texture": "sides"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,104 +2,43 @@
|
||||
"parent": "appliedenergistics2:item/part/part",
|
||||
"textures": {
|
||||
"sides": "appliedenergistics2:parts/export_bus_sides",
|
||||
"back": "appliedenergistics2:parts/monitor_back",
|
||||
"front": "appliedenergistics2:items/part/fluid_export_bus"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [
|
||||
4,
|
||||
4,
|
||||
8
|
||||
],
|
||||
"to": [
|
||||
12,
|
||||
12,
|
||||
10
|
||||
],
|
||||
"from": [4, 4, 8],
|
||||
"to": [12, 12, 10],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
"north": { "uv": [4, 4, 12, 12], "texture": "#front" },
|
||||
"east": { "uv": [2, 4, 4, 12], "rotation": 180, "texture": "#sides" },
|
||||
"south": { "uv": [4, 4, 12, 12], "texture": "#sides" },
|
||||
"west": { "uv": [12, 4, 14, 12], "rotation": 180, "texture": "#sides" },
|
||||
"up": { "uv": [4, 2, 12, 4], "texture": "#sides" },
|
||||
"down": { "uv": [4, 12, 12, 14], "texture": "#sides" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
5,
|
||||
5,
|
||||
7
|
||||
],
|
||||
"to": [
|
||||
11,
|
||||
11,
|
||||
8
|
||||
],
|
||||
"from": [5, 5, 7],
|
||||
"to": [11, 11, 8],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
"north": { "uv": [5, 5, 11, 11], "texture": "#front" },
|
||||
"east": { "uv": [1, 5, 2, 11], "texture": "#sides" },
|
||||
"south": { "uv": [5, 5, 11, 11], "texture": "#sides" },
|
||||
"west": { "uv": [14, 5, 15, 11], "texture": "#sides" },
|
||||
"up": { "uv": [5, 2, 11, 3], "texture": "#sides" },
|
||||
"down": { "uv": [5, 14, 11, 15], "texture": "#sides" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
6,
|
||||
6,
|
||||
6
|
||||
],
|
||||
"to": [
|
||||
10,
|
||||
10,
|
||||
7
|
||||
],
|
||||
"from": [6, 6, 6],
|
||||
"to": [10, 10, 7],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
"north": { "uv": [6, 6, 10, 10], "texture": "#front" },
|
||||
"east": { "uv": [0, 6, 1, 10], "texture": "#sides" },
|
||||
"south": { "uv": [6, 6, 10, 10], "texture": "#sides" },
|
||||
"west": { "uv": [15, 6, 16, 10], "texture": "#sides" },
|
||||
"up": { "uv": [6, 0, 10, 1], "texture": "#sides" },
|
||||
"down": { "uv": [6, 15, 10, 16], "texture": "#sides" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -2,104 +2,43 @@
|
||||
"parent": "appliedenergistics2:item/part/part",
|
||||
"textures": {
|
||||
"sides": "appliedenergistics2:parts/import_bus_sides",
|
||||
"back": "appliedenergistics2:parts/monitor_back",
|
||||
"front": "appliedenergistics2:items/part/fluid_import_bus"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [
|
||||
3,
|
||||
3,
|
||||
8
|
||||
],
|
||||
"to": [
|
||||
13,
|
||||
13,
|
||||
9
|
||||
],
|
||||
"from": [4, 4, 7],
|
||||
"to": [12, 12, 9],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
"north": { "uv": [4, 4, 12, 12], "texture": "#front" },
|
||||
"east": { "uv": [0, 4, 2, 12], "rotation": 180, "texture": "#sides" },
|
||||
"south": { "uv": [4, 4, 12, 12], "texture": "#sides" },
|
||||
"west": { "uv": [14, 4, 16, 12], "rotation": 180, "texture": "#sides" },
|
||||
"up": { "uv": [4, 0, 12, 2], "texture": "#sides" },
|
||||
"down": { "uv": [4, 14, 12, 16], "texture": "#sides" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
4,
|
||||
4,
|
||||
9
|
||||
],
|
||||
"to": [
|
||||
12,
|
||||
12,
|
||||
10
|
||||
],
|
||||
"from": [5, 5, 9],
|
||||
"to": [11, 11, 10],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
"north": { "uv": [5, 5, 11, 11], "texture": "#front" },
|
||||
"east": { "uv": [13, 5, 14, 11], "texture": "#sides" },
|
||||
"south": { "uv": [5, 5, 11, 11], "texture": "#sides" },
|
||||
"west": { "uv": [2, 5, 3, 11], "texture": "#sides" },
|
||||
"up": { "uv": [5, 2, 11, 3], "texture": "#sides" },
|
||||
"down": { "uv": [5, 13, 11, 14], "texture": "#sides" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
5,
|
||||
5,
|
||||
10
|
||||
],
|
||||
"to": [
|
||||
11,
|
||||
11,
|
||||
11
|
||||
],
|
||||
"from": [6, 6, 10],
|
||||
"to": [10, 10, 11],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
"north": { "uv": [6, 6, 10, 10], "texture": "#front" },
|
||||
"east": { "uv": [3, 6, 4, 10], "texture": "#sides" },
|
||||
"south": { "uv": [6, 6, 10, 10], "texture": "#sides" },
|
||||
"west": { "uv": [12, 6, 13, 10], "texture": "#sides" },
|
||||
"up": { "uv": [6, 12, 10, 13], "texture": "#sides" },
|
||||
"down": { "uv": [6, 3, 10, 4], "texture": "#sides" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,105 +1,45 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/part",
|
||||
"textures": {
|
||||
"sides": "appliedenergistics2:parts/monitor_sides",
|
||||
"back": "appliedenergistics2:parts/monitor_back",
|
||||
"sides": "appliedenergistics2:parts/fluid_interface_sides",
|
||||
"back": "appliedenergistics2:parts/fluid_interface_back",
|
||||
"front": "appliedenergistics2:items/part/fluid_interface"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [
|
||||
2,
|
||||
2,
|
||||
7
|
||||
],
|
||||
"to": [
|
||||
14,
|
||||
14,
|
||||
9
|
||||
],
|
||||
"from": [2, 2, 7],
|
||||
"to": [14, 14, 9],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
"north": { "uv": [2, 2, 14, 14], "texture": "#front" },
|
||||
"east": { "uv": [14, 2, 16, 14], "texture": "#sides" },
|
||||
"south": { "uv": [2, 2, 14, 14], "texture": "#back" },
|
||||
"west": { "uv": [0, 2, 2, 14], "texture": "#sides" },
|
||||
"up": { "uv": [2, 0, 14, 2], "texture": "#sides" },
|
||||
"down": { "uv": [2, 14, 14, 16], "texture": "#sides" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
5,
|
||||
5,
|
||||
10
|
||||
],
|
||||
"to": [
|
||||
11,
|
||||
11,
|
||||
11
|
||||
],
|
||||
"from": [5, 5, 10],
|
||||
"to": [11, 11, 11],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
"north": { "uv": [5, 5, 11, 11], "texture": "#front" },
|
||||
"east": { "uv": [5, 5, 6, 11], "texture": "#sides" },
|
||||
"south": { "uv": [5, 5, 11, 11], "texture": "#back" },
|
||||
"west": { "uv": [10, 5, 11, 11], "texture": "#sides" },
|
||||
"up": { "uv": [5, 10, 11, 11], "texture": "#sides" },
|
||||
"down": { "uv": [5, 5, 11, 6], "texture": "#sides" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
5,
|
||||
5,
|
||||
9
|
||||
],
|
||||
"to": [
|
||||
11,
|
||||
11,
|
||||
10
|
||||
],
|
||||
"from": [5, 5, 9],
|
||||
"to": [11, 11, 10],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
"north": { "uv": [5, 5, 11, 11], "texture": "#front" },
|
||||
"east": { "uv": [6, 5, 7, 11], "texture": "#sides" },
|
||||
"south": { "uv": [5, 5, 11, 11], "texture": "#back" },
|
||||
"west": { "uv": [9, 5, 10, 11], "texture": "#sides" },
|
||||
"up": { "uv": [5, 9, 11, 10], "texture": "#sides" },
|
||||
"down": { "uv": [5, 6, 11, 7], "texture": "#sides" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -7,99 +7,39 @@
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [
|
||||
3,
|
||||
3,
|
||||
6
|
||||
],
|
||||
"to": [
|
||||
13,
|
||||
13,
|
||||
7
|
||||
],
|
||||
"from": [3, 3, 6],
|
||||
"to": [13, 13, 7],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
"north": { "uv": [3, 3, 13, 13], "texture": "#front" },
|
||||
"east": { "uv": [15, 3, 16, 13], "texture": "#sides" },
|
||||
"south": { "uv": [3, 3, 13, 13], "texture": "#back" },
|
||||
"west": { "uv": [0, 3, 1, 13], "texture": "#sides" },
|
||||
"up": { "uv": [3, 0, 13, 1], "texture": "#sides" },
|
||||
"down": { "uv": [3, 15, 13, 16], "texture": "#sides" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
2,
|
||||
2,
|
||||
7
|
||||
],
|
||||
"to": [
|
||||
14,
|
||||
14,
|
||||
8
|
||||
],
|
||||
"from": [2, 2, 7],
|
||||
"to": [14, 14, 8],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
"north": { "uv": [2, 2, 14, 14], "texture": "#front" },
|
||||
"east": { "uv": [14, 2, 15, 14], "texture": "#sides" },
|
||||
"south": { "uv": [2, 2, 14, 14], "texture": "#back" },
|
||||
"west": { "uv": [1, 2, 2, 14], "texture": "#sides" },
|
||||
"up": { "uv": [2, 1, 14, 2], "texture": "#sides" },
|
||||
"down": { "uv": [2, 14, 14, 15], "texture": "#sides" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
5,
|
||||
5,
|
||||
8
|
||||
],
|
||||
"to": [
|
||||
11,
|
||||
11,
|
||||
10
|
||||
],
|
||||
"from": [5, 5, 8],
|
||||
"to": [11, 11, 10],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
"north": { "uv": [5, 5, 11, 11], "texture": "#front" },
|
||||
"east": { "uv": [6, 5, 8, 11], "texture": "#sides" },
|
||||
"south": { "uv": [5, 5, 11, 11], "texture": "#back" },
|
||||
"west": { "uv": [8, 5, 10, 11], "texture": "#sides" },
|
||||
"up": { "uv": [5, 8, 11, 10], "texture": "#sides" },
|
||||
"down": { "uv": [5, 6, 11, 8], "texture": "#sides" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -2,104 +2,43 @@
|
||||
"parent": "appliedenergistics2:item/part/part",
|
||||
"textures": {
|
||||
"sides": "appliedenergistics2:parts/import_bus_sides",
|
||||
"back": "appliedenergistics2:parts/monitor_back",
|
||||
"front": "appliedenergistics2:items/part/import_bus"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [
|
||||
3,
|
||||
3,
|
||||
8
|
||||
],
|
||||
"to": [
|
||||
13,
|
||||
13,
|
||||
9
|
||||
],
|
||||
"from": [4, 4, 7],
|
||||
"to": [12, 12, 9],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
"north": { "uv": [4, 4, 12, 12], "texture": "#front" },
|
||||
"east": { "uv": [0, 4, 2, 12], "rotation": 180, "texture": "#sides" },
|
||||
"south": { "uv": [4, 4, 12, 12], "texture": "#sides" },
|
||||
"west": { "uv": [14, 4, 16, 12], "rotation": 180, "texture": "#sides" },
|
||||
"up": { "uv": [4, 0, 12, 2], "texture": "#sides" },
|
||||
"down": { "uv": [4, 14, 12, 16], "texture": "#sides" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
4,
|
||||
4,
|
||||
9
|
||||
],
|
||||
"to": [
|
||||
12,
|
||||
12,
|
||||
10
|
||||
],
|
||||
"from": [5, 5, 9],
|
||||
"to": [11, 11, 10],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
"north": { "uv": [5, 5, 11, 11], "texture": "#front" },
|
||||
"east": { "uv": [13, 5, 14, 11], "texture": "#sides" },
|
||||
"south": { "uv": [5, 5, 11, 11], "texture": "#sides" },
|
||||
"west": { "uv": [2, 5, 3, 11], "texture": "#sides" },
|
||||
"up": { "uv": [5, 2, 11, 3], "texture": "#sides" },
|
||||
"down": { "uv": [5, 13, 11, 14], "texture": "#sides" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
5,
|
||||
5,
|
||||
10
|
||||
],
|
||||
"to": [
|
||||
11,
|
||||
11,
|
||||
11
|
||||
],
|
||||
"from": [6, 6, 10],
|
||||
"to": [10, 10, 11],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
"north": { "uv": [6, 6, 10, 10], "texture": "#front" },
|
||||
"east": { "uv": [3, 6, 4, 10], "texture": "#sides" },
|
||||
"south": { "uv": [6, 6, 10, 10], "texture": "#sides" },
|
||||
"west": { "uv": [12, 6, 13, 10], "texture": "#sides" },
|
||||
"up": { "uv": [6, 12, 10, 13], "texture": "#sides" },
|
||||
"down": { "uv": [6, 3, 10, 4], "texture": "#sides" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,105 +1,45 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/part",
|
||||
"textures": {
|
||||
"sides": "appliedenergistics2:parts/monitor_sides",
|
||||
"back": "appliedenergistics2:parts/monitor_back",
|
||||
"sides": "appliedenergistics2:parts/interface_sides",
|
||||
"back": "appliedenergistics2:parts/interface_back",
|
||||
"front": "appliedenergistics2:items/part/interface"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [
|
||||
2,
|
||||
2,
|
||||
7
|
||||
],
|
||||
"to": [
|
||||
14,
|
||||
14,
|
||||
9
|
||||
],
|
||||
"from": [2, 2, 7],
|
||||
"to": [14, 14, 9],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
"north": { "uv": [2, 2, 14, 14], "texture": "#front" },
|
||||
"east": { "uv": [14, 2, 16, 14], "texture": "#sides" },
|
||||
"south": { "uv": [2, 2, 14, 14], "texture": "#back" },
|
||||
"west": { "uv": [0, 2, 2, 14], "texture": "#sides" },
|
||||
"up": { "uv": [2, 0, 14, 2], "texture": "#sides" },
|
||||
"down": { "uv": [2, 14, 14, 16], "texture": "#sides" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
5,
|
||||
5,
|
||||
10
|
||||
],
|
||||
"to": [
|
||||
11,
|
||||
11,
|
||||
11
|
||||
],
|
||||
"from": [5, 5, 10],
|
||||
"to": [11, 11, 11],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
"north": { "uv": [5, 5, 11, 11], "texture": "#front" },
|
||||
"east": { "uv": [5, 5, 6, 11], "texture": "#sides" },
|
||||
"south": { "uv": [5, 5, 11, 11], "texture": "#back" },
|
||||
"west": { "uv": [10, 5, 11, 11], "texture": "#sides" },
|
||||
"up": { "uv": [5, 10, 11, 11], "texture": "#sides" },
|
||||
"down": { "uv": [5, 5, 11, 6], "texture": "#sides" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
5,
|
||||
5,
|
||||
9
|
||||
],
|
||||
"to": [
|
||||
11,
|
||||
11,
|
||||
10
|
||||
],
|
||||
"from": [5, 5, 9],
|
||||
"to": [11, 11, 10],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
"north": { "uv": [5, 5, 11, 11], "texture": "#front" },
|
||||
"east": { "uv": [6, 5, 7, 11], "texture": "#sides" },
|
||||
"south": { "uv": [5, 5, 11, 11], "texture": "#back" },
|
||||
"west": { "uv": [9, 5, 10, 11], "texture": "#sides" },
|
||||
"up": { "uv": [5, 9, 11, 10], "texture": "#sides" },
|
||||
"down": { "uv": [5, 6, 11, 7], "texture": "#sides" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -7,99 +7,39 @@
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [
|
||||
3,
|
||||
3,
|
||||
6
|
||||
],
|
||||
"to": [
|
||||
13,
|
||||
13,
|
||||
7
|
||||
],
|
||||
"from": [3, 3, 6],
|
||||
"to": [13, 13, 7],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
"north": { "uv": [3, 3, 13, 13], "texture": "#front" },
|
||||
"east": { "uv": [15, 3, 16, 13], "texture": "#sides" },
|
||||
"south": { "uv": [3, 3, 13, 13], "texture": "#back" },
|
||||
"west": { "uv": [0, 3, 1, 13], "texture": "#sides" },
|
||||
"up": { "uv": [3, 0, 13, 1], "texture": "#sides" },
|
||||
"down": { "uv": [3, 15, 13, 16], "texture": "#sides" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
2,
|
||||
2,
|
||||
7
|
||||
],
|
||||
"to": [
|
||||
14,
|
||||
14,
|
||||
8
|
||||
],
|
||||
"from": [2, 2, 7],
|
||||
"to": [14, 14, 8],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
"north": { "uv": [2, 2, 14, 14], "texture": "#front" },
|
||||
"east": { "uv": [14, 2, 15, 14], "texture": "#sides" },
|
||||
"south": { "uv": [2, 2, 14, 14], "texture": "#back" },
|
||||
"west": { "uv": [1, 2, 2, 14], "texture": "#sides" },
|
||||
"up": { "uv": [2, 1, 14, 2], "texture": "#sides" },
|
||||
"down": { "uv": [2, 14, 14, 15], "texture": "#sides" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
5,
|
||||
5,
|
||||
8
|
||||
],
|
||||
"to": [
|
||||
11,
|
||||
11,
|
||||
10
|
||||
],
|
||||
"from": [5, 5, 8],
|
||||
"to": [11, 11, 10],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
"north": { "uv": [5, 5, 11, 11], "texture": "#front" },
|
||||
"east": { "uv": [6, 5, 8, 11], "texture": "#sides" },
|
||||
"south": { "uv": [5, 5, 11, 11], "texture": "#back" },
|
||||
"west": { "uv": [8, 5, 10, 11], "texture": "#sides" },
|
||||
"up": { "uv": [5, 8, 11, 10], "texture": "#sides" },
|
||||
"down": { "uv": [5, 6, 11, 8], "texture": "#sides" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -8,52 +8,64 @@
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [
|
||||
2,
|
||||
2,
|
||||
7
|
||||
],
|
||||
"to": [
|
||||
14,
|
||||
14,
|
||||
9
|
||||
],
|
||||
"from": [2, 2, 7],
|
||||
"to": [14, 14, 9],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#type"
|
||||
}
|
||||
"north": { "texture": "#type" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
2,
|
||||
2,
|
||||
7
|
||||
],
|
||||
"to": [
|
||||
14,
|
||||
14,
|
||||
9
|
||||
],
|
||||
"from": [2, 2, 7],
|
||||
"to": [14, 14, 9],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
"north": { "uv": [2, 2, 14, 14], "texture": "#front" },
|
||||
"east": { "uv": [14, 2, 16, 14], "texture": "#sides" },
|
||||
"south": { "uv": [2, 2, 14, 14], "texture": "#back" },
|
||||
"west": { "uv": [0, 2, 2, 14], "texture": "#sides" },
|
||||
"up": { "uv": [2, 0, 14, 2], "texture": "#sides" },
|
||||
"down": { "uv": [2, 14, 14, 16], "texture": "#sides" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 3, 9],
|
||||
"to": [13, 13, 10],
|
||||
"faces": {
|
||||
"east": { "uv" : [6, 3, 7, 13], "texture": "#sides" },
|
||||
"south": { "uv": [3, 3, 13, 13], "texture": "#back" },
|
||||
"west": { "uv": [9, 3, 10, 13], "texture": "#sides" },
|
||||
"up": { "uv": [3, 9, 13, 10], "texture": "#sides" },
|
||||
"down": { "uv": [3, 6, 13, 7], "texture": "#sides" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 5, 10],
|
||||
"to": [10, 11, 11],
|
||||
"faces": {
|
||||
"east": { "uv": [5, 5, 6, 11], "texture": "#sides" },
|
||||
"south": { "uv": [6, 5, 10, 11], "texture": "#back" },
|
||||
"west": { "uv": [5, 5, 10, 11], "texture": "#sides" },
|
||||
"up": { "uv": [6, 3, 10, 4], "texture": "#sides" },
|
||||
"down": { "uv": [6, 12, 10, 13], "texture": "#sides" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 6, 10],
|
||||
"to": [6, 10, 11],
|
||||
"faces": {
|
||||
"south": { "uv": [5, 6, 6, 10], "texture": "#back" },
|
||||
"west": { "uv": [4, 7, 4, 11], "texture": "#sides" },
|
||||
"up": { "uv": [3, 5, 4, 6], "texture": "#sides" },
|
||||
"down": { "uv": [3, 10, 4, 11], "texture": "#sides" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 6, 10],
|
||||
"to": [11, 10, 11],
|
||||
"faces": {
|
||||
"east": { "uv" : [12, 7, 13, 11], "texture": "#sides" },
|
||||
"south": { "uv": [10, 6, 11, 10], "texture": "#back" },
|
||||
"up": { "uv": [12, 5, 13, 6], "texture": "#sides" },
|
||||
"down": { "uv": [12, 10, 13, 11], "texture": "#sides" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/p2p_tunnel",
|
||||
"textures": {
|
||||
"type": "appliedenergistics2:parts/p2p/power_gteu"
|
||||
"type": "minecraft:blocks/obsidian"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,99 +7,39 @@
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [
|
||||
3,
|
||||
3,
|
||||
6
|
||||
],
|
||||
"to": [
|
||||
13,
|
||||
13,
|
||||
7
|
||||
],
|
||||
"from": [3, 3, 6],
|
||||
"to": [13, 13, 7],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
"north": { "uv": [3, 3, 13, 13], "texture": "#front" },
|
||||
"east": { "uv": [15, 3, 16, 13], "texture": "#sides" },
|
||||
"south": { "uv": [3, 3, 13, 13], "texture": "#back" },
|
||||
"west": { "uv": [0, 3, 1, 13], "texture": "#sides" },
|
||||
"up": { "uv": [3, 0, 13, 1], "texture": "#sides" },
|
||||
"down": { "uv": [3, 15, 13, 16], "texture": "#sides" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
2,
|
||||
2,
|
||||
7
|
||||
],
|
||||
"to": [
|
||||
14,
|
||||
14,
|
||||
8
|
||||
],
|
||||
"from": [2, 2, 7],
|
||||
"to": [14, 14, 8],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
"north": { "uv": [2, 2, 14, 14], "texture": "#front" },
|
||||
"east": { "uv": [14, 2, 15, 14], "texture": "#sides" },
|
||||
"south": { "uv": [2, 2, 14, 14], "texture": "#back" },
|
||||
"west": { "uv": [1, 2, 2, 14], "texture": "#sides" },
|
||||
"up": { "uv": [2, 1, 14, 2], "texture": "#sides" },
|
||||
"down": { "uv": [2, 14, 14, 15], "texture": "#sides" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
5,
|
||||
5,
|
||||
8
|
||||
],
|
||||
"to": [
|
||||
11,
|
||||
11,
|
||||
10
|
||||
],
|
||||
"from": [5, 5, 8],
|
||||
"to": [11, 11, 10],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
"north": { "uv": [5, 5, 11, 11], "texture": "#front" },
|
||||
"east": { "uv": [6, 5, 8, 11], "texture": "#sides" },
|
||||
"south": { "uv": [5, 5, 11, 11], "texture": "#back" },
|
||||
"west": { "uv": [8, 5, 10, 11], "texture": "#sides" },
|
||||
"up": { "uv": [5, 8, 11, 10], "texture": "#sides" },
|
||||
"down": { "uv": [5, 6, 11, 8], "texture": "#sides" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"textures": {
|
||||
"sides": "appliedenergistics2:parts/export_bus_sides",
|
||||
"sides": "appliedenergistics2:parts/fluid_interface_sides",
|
||||
"sidesStatus": "appliedenergistics2:parts/monitor_sides_status",
|
||||
"back": "appliedenergistics2:parts/monitor_back",
|
||||
"back": "appliedenergistics2:parts/fluid_interface_back",
|
||||
"front": "appliedenergistics2:items/part/fluid_interface",
|
||||
"particle": "appliedenergistics2:parts/monitor_back"
|
||||
"particle": "appliedenergistics2:parts/fluid_interface_back"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"textures": {
|
||||
"sides": "appliedenergistics2:parts/export_bus_sides",
|
||||
"sides": "appliedenergistics2:parts/interface_sides",
|
||||
"sidesStatus": "appliedenergistics2:parts/monitor_sides_status",
|
||||
"back": "appliedenergistics2:parts/monitor_back",
|
||||
"back": "appliedenergistics2:parts/interface_back",
|
||||
"front": "appliedenergistics2:items/part/interface",
|
||||
"particle": "appliedenergistics2:parts/monitor_back"
|
||||
"particle": "appliedenergistics2:parts/interface_back"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:part/toggle_bus_base",
|
||||
"textures": {
|
||||
"bus": "appliedenergistics2:items/part/inverted_toggle_bus"
|
||||
"bus": "appliedenergistics2:items/part/inverted_toggle_bus",
|
||||
"particle": "appliedenergistics2:items/part/inverted_toggle_bus"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:part/p2p/p2p_tunnel_base",
|
||||
"textures": {
|
||||
"type": "appliedenergistics2:parts/p2p/power_gteu"
|
||||
"type": "minecraft:blocks/obsidian"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:part/p2p/p2p_tunnel_base",
|
||||
"textures": {
|
||||
"type": "appliedenergistics2:blocks/redstone_p2p"
|
||||
"type": "minecraft:blocks/redstone_block"
|
||||
}
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 430 B After Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 344 B After Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 339 B After Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 341 B After Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 334 B After Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 350 B After Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 430 B After Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 168 B |
|
Before Width: | Height: | Size: 272 B After Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 274 B After Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 342 B After Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 229 B After Width: | Height: | Size: 3.7 KiB |
|
After Width: | Height: | Size: 4.4 KiB |
|
After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 229 B After Width: | Height: | Size: 3.7 KiB |
|
After Width: | Height: | Size: 4.4 KiB |
|
After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 268 B After Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 244 B After Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 229 B After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 229 B After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 229 B After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 268 B After Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 229 B After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 338 B After Width: | Height: | Size: 3.6 KiB |