提交
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"format_version": "1.9.0",
|
||||
"credit": "Made with _leng",
|
||||
"texture_size": [64, 64],
|
||||
"render_type": "cutout",
|
||||
"texture_size": [64, 64],
|
||||
"textures": {
|
||||
"model": "thaumicenergistics:block/arcane_assembler_fallback",
|
||||
"particle": "ae2:block/molecular_assembler"
|
||||
@@ -139,7 +139,7 @@
|
||||
"south": {"uv": [6.5, 6.5, 9, 6.75], "texture": "#model"},
|
||||
"west": {"uv": [6.75, 3, 9.25, 3.25], "texture": "#model"},
|
||||
"up": {"uv": [3, 4, 5.5, 6.5], "texture": "#model"},
|
||||
"down": {"uv": [3, 4, 5.5, 6.5], "texture": "#model"}
|
||||
"down": {"uv": [3, 4, 5.5, 6.5], "texture": "#model", "cullface": "up"}
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
@@ -1,46 +1,3 @@
|
||||
{
|
||||
"credit": "Made with Blockbench by Sea_Kerman - ThaumicEnergistics Essentia Export Bus",
|
||||
"parent": "ae2:item/part_base",
|
||||
"textures": {
|
||||
"sides": "ae2:part/export_bus_sides",
|
||||
"front": "thaumicenergistics:part/essentia_export_bus_face"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [4, 4, 7],
|
||||
"to": [12, 12, 9],
|
||||
"faces": {
|
||||
"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": [5, 5, 9],
|
||||
"to": [11, 11, 10],
|
||||
"faces": {
|
||||
"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": [6, 6, 10],
|
||||
"to": [10, 10, 11],
|
||||
"faces": {
|
||||
"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" }
|
||||
}
|
||||
}
|
||||
]
|
||||
"parent": "thaumicenergistics:parts/essentia_export_bus_base"
|
||||
}
|
||||
@@ -10,129 +10,85 @@
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [
|
||||
4,
|
||||
4,
|
||||
2
|
||||
],
|
||||
"to": [
|
||||
12,
|
||||
12,
|
||||
4
|
||||
],
|
||||
"from": [4, 4, 2],
|
||||
"to": [12, 12, 4],
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
"north": {"uv": [4, 4, 12, 12], "texture": "#front"},
|
||||
"east": {"uv": [14, 4, 16, 12], "texture": "#sides"},
|
||||
"south": {"uv": [4, 4, 12, 12], "texture": "#back"},
|
||||
"west": {"uv": [0, 4, 2, 12], "texture": "#sides"},
|
||||
"up": {"uv": [4, 0, 12, 2], "texture": "#sides"},
|
||||
"down": {"uv": [4, 14, 12, 16], "texture": "#sides"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
5,
|
||||
5,
|
||||
1
|
||||
],
|
||||
"to": [
|
||||
11,
|
||||
11,
|
||||
2
|
||||
],
|
||||
"from": [5, 5, 1],
|
||||
"to": [11, 11, 2],
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
"north": {"uv": [5, 5, 11, 11], "texture": "#front"},
|
||||
"east": {"uv": [5, 5, 6, 11], "texture": "#front"},
|
||||
"south": {"uv": [5, 5, 11, 11], "texture": "#front"},
|
||||
"west": {"uv": [10, 5, 11, 11], "texture": "#front"},
|
||||
"up": {"uv": [11, 5, 5, 6], "texture": "#front"},
|
||||
"down": {"uv": [11, 10, 5, 11], "texture": "#front"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
6,
|
||||
6,
|
||||
0
|
||||
],
|
||||
"to": [
|
||||
10,
|
||||
10,
|
||||
1
|
||||
],
|
||||
"from": [6, 6, 0],
|
||||
"to": [10, 10, 1],
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
"north": {"uv": [6, 6, 10, 10], "texture": "#front"},
|
||||
"east": {"uv": [6, 6, 7, 10], "texture": "#front"},
|
||||
"south": {"uv": [6, 6, 10, 10], "texture": "#front"},
|
||||
"west": {"uv": [9, 6, 10, 10], "texture": "#front"},
|
||||
"up": {"uv": [10, 6, 6, 7], "texture": "#front"},
|
||||
"down": {"uv": [10, 9, 6, 10], "texture": "#front"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
6,
|
||||
6,
|
||||
4
|
||||
],
|
||||
"to": [
|
||||
10,
|
||||
10,
|
||||
5
|
||||
],
|
||||
"from": [6, 6, 4],
|
||||
"to": [10, 10, 5],
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#sidesStatus"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sidesStatus"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sidesStatus"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sidesStatus"
|
||||
"east": {"uv": [11, 6, 12, 10], "texture": "#sidesStatus"},
|
||||
"south": {"uv": [6, 6, 10, 10], "texture": "#back"},
|
||||
"west": {"uv": [4, 6, 5, 10], "texture": "#sidesStatus"},
|
||||
"up": {"uv": [6, 4, 10, 5], "texture": "#sidesStatus"},
|
||||
"down": {"uv": [6, 11, 10, 12], "texture": "#sidesStatus"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [75, 45, 0],
|
||||
"translation": [0, -0.75, 0],
|
||||
"scale": [0.375, 0.375, 0.375]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [75, 45, 0],
|
||||
"translation": [0, -0.5, 0],
|
||||
"scale": [0.375, 0.375, 0.375]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, 45, 0],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, 40.75, 0],
|
||||
"translation": [2.5, 0, 0],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 3, 0],
|
||||
"scale": [0.25, 0.25, 0.25]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, -135, 0],
|
||||
"translation": [-2.75, 0, 0],
|
||||
"scale": [0.775, 0.775, 0.775]
|
||||
},
|
||||
"fixed": {
|
||||
"translation": [0, 0, 3],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 282 B |
|
After Width: | Height: | Size: 312 B |
|
After Width: | Height: | Size: 384 B |
|
After Width: | Height: | Size: 596 B |
|
After Width: | Height: | Size: 371 B |
|
After Width: | Height: | Size: 434 B |
|
After Width: | Height: | Size: 385 B |
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"animation": {
|
||||
"frametime": 3,
|
||||
"frames": [
|
||||
{"index": 0, "time": 20},
|
||||
1, 2, 3, 4, 5, 6
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"animation": {
|
||||
"interpolate": true,
|
||||
"frames": [
|
||||
{"index": 0, "time": 32},
|
||||
{"index": 1, "time": 8}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"animation": {
|
||||
"interpolate": true,
|
||||
"frames": [
|
||||
{"index": 0, "time": 32},
|
||||
{"index": 1, "time": 8}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 556 B |
|
After Width: | Height: | Size: 593 B |
|
After Width: | Height: | Size: 501 B |