Consolidated fluid models to reuse the item counterparts with different textures.
This commit is contained in:
+2
-76
@@ -1,82 +1,8 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part_base",
|
||||
"parent": "appliedenergistics2:item/cable_interface",
|
||||
"textures": {
|
||||
"sides": "appliedenergistics2:part/monitor_sides",
|
||||
"back": "appliedenergistics2:part/monitor_back",
|
||||
"front": "appliedenergistics2:part/fluid_interface"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
+2
-51
@@ -1,56 +1,7 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part_base",
|
||||
"parent": "appliedenergistics2:item/annihilation_plane",
|
||||
"textures": {
|
||||
"sides": "appliedenergistics2:part/plane_sides",
|
||||
"plane": "appliedenergistics2: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"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,82 +1,8 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part_base",
|
||||
"parent": "appliedenergistics2:item/export_bus",
|
||||
"textures": {
|
||||
"sides": "appliedenergistics2:part/export_bus_sides",
|
||||
"back": "appliedenergistics2:part/monitor_back",
|
||||
"front": "appliedenergistics2:part/fluid_export_bus"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,82 +1,8 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part_base",
|
||||
"parent": "appliedenergistics2:item/import_bus",
|
||||
"textures": {
|
||||
"sides": "appliedenergistics2:part/import_bus_sides",
|
||||
"back": "appliedenergistics2:part/monitor_back",
|
||||
"front": "appliedenergistics2:part/fluid_import_bus"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [3, 3, 8],
|
||||
"to": [13, 13, 9],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 4, 9],
|
||||
"to": [12, 12, 10],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,20 +1,3 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part_base",
|
||||
"textures": {
|
||||
"emitter": "appliedenergistics2:part/level_emitter_off"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [7, 6, 7],
|
||||
"to": [9, 10, 9],
|
||||
"faces": {
|
||||
"north": { "uv": [6, 7, 10, 9], "rotation": 90, "texture": "#emitter" },
|
||||
"east": { "uv": [6, 7, 10, 9], "rotation": 90, "texture": "#emitter" },
|
||||
"south": { "uv": [6, 7, 10, 9], "rotation": 90, "texture": "#emitter" },
|
||||
"west": { "uv": [6, 7, 10, 9], "rotation": 90, "texture": "#emitter" },
|
||||
"up": { "uv": [6, 7, 8, 9], "texture": "#emitter" },
|
||||
"down": { "uv": [8, 7, 10, 9], "texture": "#emitter" }
|
||||
}
|
||||
}
|
||||
]
|
||||
"parent": "appliedenergistics2:item/level_emitter"
|
||||
}
|
||||
|
||||
@@ -1,82 +1,8 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part_base",
|
||||
"parent": "appliedenergistics2:item/storage_bus",
|
||||
"textures": {
|
||||
"sides": "appliedenergistics2:part/storage_bus_sides",
|
||||
"back": "appliedenergistics2:part/storage_bus_back",
|
||||
"front": "appliedenergistics2:part/fluid_storage_bus"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
+3
-97
@@ -1,104 +1,10 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:part/export_bus_base",
|
||||
"textures": {
|
||||
"sides": "appliedenergistics2:part/export_bus_sides",
|
||||
"sidesStatus": "appliedenergistics2:part/monitor_sides_status",
|
||||
"back": "appliedenergistics2:part/monitor_back",
|
||||
"front": "appliedenergistics2:part/fluid_export_bus",
|
||||
"particle": "appliedenergistics2:part/monitor_back"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 6, 4],
|
||||
"to": [10, 10, 5],
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#sidesStatus"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sidesStatus"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sidesStatus"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sidesStatus"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
+2
-96
@@ -1,104 +1,10 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:part/import_bus_base",
|
||||
"textures": {
|
||||
"sides": "appliedenergistics2:part/import_bus_sides",
|
||||
"sidesStatus": "appliedenergistics2:part/monitor_sides_status",
|
||||
"back": "appliedenergistics2:part/monitor_back",
|
||||
"front": "appliedenergistics2:part/fluid_import_bus",
|
||||
"particle": "appliedenergistics2:part/monitor_back"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [4, 4, 0],
|
||||
"to": [12, 12, 2],
|
||||
"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": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 6, 3],
|
||||
"to": [10, 10, 4],
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
+2
-72
@@ -1,80 +1,10 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:part/interface_base",
|
||||
"textures": {
|
||||
"sides": "appliedenergistics2:part/export_bus_sides",
|
||||
"sidesStatus": "appliedenergistics2:part/monitor_sides_status",
|
||||
"back": "appliedenergistics2:part/monitor_back",
|
||||
"front": "appliedenergistics2:part/fluid_interface",
|
||||
"particle": "appliedenergistics2:part/monitor_back"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
+2
-90
@@ -1,98 +1,10 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:part/storage_bus_base",
|
||||
"textures": {
|
||||
"sides": "appliedenergistics2:part/storage_bus_sides",
|
||||
"sidesStatus": "appliedenergistics2:part/monitor_sides_status",
|
||||
"back": "appliedenergistics2:part/storage_bus_back",
|
||||
"front": "appliedenergistics2:part/fluid_storage_bus",
|
||||
"particle": "appliedenergistics2:part/storage_bus_back"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [3, 3, 0],
|
||||
"to": [13, 13, 1],
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 2, 1],
|
||||
"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"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 5, 2],
|
||||
"to": [11, 11, 3],
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user