This commit is contained in:
1820982382
2026-08-03 21:07:36 +08:00
parent f9ddc599e1
commit 87b94d8aac
16 changed files with 122 additions and 182 deletions
@@ -1,8 +1,8 @@
{ {
"format_version": "1.9.0", "format_version": "1.9.0",
"credit": "Made with _leng", "credit": "Made with _leng",
"texture_size": [64, 64],
"render_type": "cutout", "render_type": "cutout",
"texture_size": [64, 64],
"textures": { "textures": {
"model": "thaumicenergistics:block/arcane_assembler_fallback", "model": "thaumicenergistics:block/arcane_assembler_fallback",
"particle": "ae2:block/molecular_assembler" "particle": "ae2:block/molecular_assembler"
@@ -139,7 +139,7 @@
"south": {"uv": [6.5, 6.5, 9, 6.75], "texture": "#model"}, "south": {"uv": [6.5, 6.5, 9, 6.75], "texture": "#model"},
"west": {"uv": [6.75, 3, 9.25, 3.25], "texture": "#model"}, "west": {"uv": [6.75, 3, 9.25, 3.25], "texture": "#model"},
"up": {"uv": [3, 4, 5.5, 6.5], "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": "thaumicenergistics:parts/essentia_export_bus_base"
"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" }
}
}
]
} }
@@ -1,138 +1,94 @@
{ {
"format_version": "1.21.6", "format_version": "1.21.6",
"credit": "Made with Blockbench by Sea_Kerman", "credit": "Made with Blockbench by Sea_Kerman",
"textures": { "textures": {
"sides": "thaumicenergistics:part/export_bus_sides_customized", "sides": "thaumicenergistics:part/export_bus_sides_customized",
"sidesStatus": "ae2:part/monitor_sides_status", "sidesStatus": "ae2:part/monitor_sides_status",
"particle": "ae2:part/monitor_back", "particle": "ae2:part/monitor_back",
"back": "ae2:part/monitor_back", "back": "ae2:part/monitor_back",
"front": "thaumicenergistics:part/essentia_export_bus_face" "front": "thaumicenergistics:part/essentia_export_bus_face"
}, },
"elements": [ "elements": [
{ {
"from": [ "from": [4, 4, 2],
4, "to": [12, 12, 4],
4, "faces": {
2 "north": {"uv": [4, 4, 12, 12], "texture": "#front"},
], "east": {"uv": [14, 4, 16, 12], "texture": "#sides"},
"to": [ "south": {"uv": [4, 4, 12, 12], "texture": "#back"},
12, "west": {"uv": [0, 4, 2, 12], "texture": "#sides"},
12, "up": {"uv": [4, 0, 12, 2], "texture": "#sides"},
4 "down": {"uv": [4, 14, 12, 16], "texture": "#sides"}
], }
"faces": { },
"down": { {
"texture": "#sides" "from": [5, 5, 1],
}, "to": [11, 11, 2],
"up": { "faces": {
"texture": "#sides" "north": {"uv": [5, 5, 11, 11], "texture": "#front"},
}, "east": {"uv": [5, 5, 6, 11], "texture": "#front"},
"south": { "south": {"uv": [5, 5, 11, 11], "texture": "#front"},
"texture": "#back" "west": {"uv": [10, 5, 11, 11], "texture": "#front"},
}, "up": {"uv": [11, 5, 5, 6], "texture": "#front"},
"east": { "down": {"uv": [11, 10, 5, 11], "texture": "#front"}
"texture": "#sides" }
}, },
"north": { {
"texture": "#front" "from": [6, 6, 0],
}, "to": [10, 10, 1],
"west": { "faces": {
"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"},
"from": [ "down": {"uv": [10, 9, 6, 10], "texture": "#front"}
5, }
5, },
1 {
], "from": [6, 6, 4],
"to": [ "to": [10, 10, 5],
11, "faces": {
11, "east": {"uv": [11, 6, 12, 10], "texture": "#sidesStatus"},
2 "south": {"uv": [6, 6, 10, 10], "texture": "#back"},
], "west": {"uv": [4, 6, 5, 10], "texture": "#sidesStatus"},
"faces": { "up": {"uv": [6, 4, 10, 5], "texture": "#sidesStatus"},
"down": { "down": {"uv": [6, 11, 10, 12], "texture": "#sidesStatus"}
"texture": "#sides" }
}, }
"up": { ],
"texture": "#sides" "display": {
}, "thirdperson_righthand": {
"south": { "rotation": [75, 45, 0],
"texture": "#back" "translation": [0, -0.75, 0],
}, "scale": [0.375, 0.375, 0.375]
"east": { },
"texture": "#sides" "thirdperson_lefthand": {
}, "rotation": [75, 45, 0],
"north": { "translation": [0, -0.5, 0],
"texture": "#front" "scale": [0.375, 0.375, 0.375]
}, },
"west": { "firstperson_righthand": {
"texture": "#sides" "rotation": [0, 45, 0],
} "scale": [0.4, 0.4, 0.4]
} },
}, "firstperson_lefthand": {
{ "rotation": [0, 40.75, 0],
"from": [ "translation": [2.5, 0, 0],
6, "scale": [0.4, 0.4, 0.4]
6, },
0 "ground": {
], "translation": [0, 3, 0],
"to": [ "scale": [0.25, 0.25, 0.25]
10, },
10, "gui": {
1 "rotation": [30, -135, 0],
], "translation": [-2.75, 0, 0],
"faces": { "scale": [0.775, 0.775, 0.775]
"down": { },
"texture": "#sides" "fixed": {
}, "translation": [0, 0, 3],
"up": { "scale": [0.5, 0.5, 0.5]
"texture": "#sides" }
}, }
"south": {
"texture": "#back"
},
"east": {
"texture": "#sides"
},
"north": {
"texture": "#front"
},
"west": {
"texture": "#sides"
}
}
},
{
"from": [
6,
6,
4
],
"to": [
10,
10,
5
],
"faces": {
"down": {
"texture": "#sidesStatus"
},
"up": {
"texture": "#sidesStatus"
},
"south": {
"texture": "#back"
},
"east": {
"texture": "#sidesStatus"
},
"west": {
"texture": "#sidesStatus"
}
}
}
]
} }
Binary file not shown.

After

Width:  |  Height:  |  Size: 282 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 596 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 371 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 434 B

Binary file not shown.

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}
]
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 556 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 593 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 B