Moved part-related textures from textures/item/part to textures/parts/ and adapted the level emitter item models to use the normal part texture.
@@ -2,7 +2,7 @@
|
||||
"parent": "appliedenergistics2:item/part_base",
|
||||
"textures": {
|
||||
"sides": "appliedenergistics2:parts/plane_sides",
|
||||
"plane": "appliedenergistics2:item/part/annihilation_plane"
|
||||
"plane": "appliedenergistics2:parts/annihilation_plane"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"textures": {
|
||||
"sides": "appliedenergistics2:parts/monitor_sides",
|
||||
"back": "appliedenergistics2:parts/monitor_back",
|
||||
"front": "appliedenergistics2:item/part/fluid_interface"
|
||||
"front": "appliedenergistics2:parts/fluid_interface"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"textures": {
|
||||
"sides": "appliedenergistics2:parts/monitor_sides",
|
||||
"back": "appliedenergistics2:parts/monitor_back",
|
||||
"front": "appliedenergistics2:item/part/interface"
|
||||
"front": "appliedenergistics2:parts/interface"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/display_base",
|
||||
"textures": {
|
||||
"front": "appliedenergistics2:item/part/conversion_monitor",
|
||||
"front": "appliedenergistics2:parts/conversion_monitor",
|
||||
"front_bright": "appliedenergistics2:parts/conversion_monitor_bright",
|
||||
"front_medium": "appliedenergistics2:parts/conversion_monitor_medium",
|
||||
"front_dark": "appliedenergistics2:parts/conversion_monitor_dark"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/display_base",
|
||||
"textures": {
|
||||
"front": "appliedenergistics2:item/part/crafting_terminal",
|
||||
"front": "appliedenergistics2:parts/crafting_terminal",
|
||||
"front_bright": "appliedenergistics2:parts/crafting_terminal_bright",
|
||||
"front_medium": "appliedenergistics2:parts/crafting_terminal_medium",
|
||||
"front_dark": "appliedenergistics2:parts/crafting_terminal_dark"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"textures": {
|
||||
"sides": "appliedenergistics2:parts/export_bus_sides",
|
||||
"back": "appliedenergistics2:parts/monitor_back",
|
||||
"front": "appliedenergistics2:item/part/export_bus"
|
||||
"front": "appliedenergistics2:parts/export_bus"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"parent": "appliedenergistics2:item/part_base",
|
||||
"textures": {
|
||||
"sides": "appliedenergistics2:parts/plane_sides",
|
||||
"plane": "appliedenergistics2:item/part/fluid_annihilation_plane"
|
||||
"plane": "appliedenergistics2:parts/fluid_annihilation_plane"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"textures": {
|
||||
"sides": "appliedenergistics2:parts/export_bus_sides",
|
||||
"back": "appliedenergistics2:parts/monitor_back",
|
||||
"front": "appliedenergistics2:item/part/fluid_export_bus"
|
||||
"front": "appliedenergistics2:parts/fluid_export_bus"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/annihilation_plane",
|
||||
"textures": {
|
||||
"plane": "appliedenergistics2:item/part/fluid_formation_plane"
|
||||
"plane": "appliedenergistics2:parts/fluid_formation_plane"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"textures": {
|
||||
"sides": "appliedenergistics2:parts/import_bus_sides",
|
||||
"back": "appliedenergistics2:parts/monitor_back",
|
||||
"front": "appliedenergistics2:item/part/fluid_import_bus"
|
||||
"front": "appliedenergistics2:parts/fluid_import_bus"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
||||
@@ -1,37 +1,19 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part_base",
|
||||
"textures": {
|
||||
"emitter": "appliedenergistics2:item/part/level_emitter_off"
|
||||
"emitter": "appliedenergistics2:parts/level_emitter_off"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [7, 6, 7],
|
||||
"to": [9, 10, 9],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#emitter",
|
||||
"uv": [7, 7, 9, 11]
|
||||
},
|
||||
"south": {
|
||||
"texture": "#emitter",
|
||||
"uv": [7, 7, 9, 11]
|
||||
},
|
||||
"east": {
|
||||
"texture": "#emitter",
|
||||
"uv": [7, 7, 9, 11]
|
||||
},
|
||||
"west": {
|
||||
"texture": "#emitter",
|
||||
"uv": [7, 7, 9, 11]
|
||||
},
|
||||
"up": {
|
||||
"texture": "#emitter",
|
||||
"uv": [7, 7, 9, 9]
|
||||
},
|
||||
"down": {
|
||||
"texture": "#emitter",
|
||||
"uv": [7, 9, 9, 11]
|
||||
}
|
||||
"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" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"textures": {
|
||||
"sides": "appliedenergistics2:parts/storage_bus_sides",
|
||||
"back": "appliedenergistics2:parts/storage_bus_back",
|
||||
"front": "appliedenergistics2:item/part/fluid_storage_bus"
|
||||
"front": "appliedenergistics2:parts/fluid_storage_bus"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/display_base",
|
||||
"textures": {
|
||||
"front": "appliedenergistics2:item/part/crafting_terminal",
|
||||
"front": "appliedenergistics2:parts/crafting_terminal",
|
||||
"front_bright": "appliedenergistics2:parts/fluid_terminal/lights_bright",
|
||||
"front_medium": "appliedenergistics2:parts/fluid_terminal/lights_medium",
|
||||
"front_dark": "appliedenergistics2:parts/fluid_terminal/lights_dark"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/annihilation_plane",
|
||||
"textures": {
|
||||
"plane": "appliedenergistics2:item/part/formation_plane"
|
||||
"plane": "appliedenergistics2:parts/formation_plane"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/annihilation_plane",
|
||||
"textures": {
|
||||
"plane": "appliedenergistics2:item/part/identity_annihilation_plane"
|
||||
"plane": "appliedenergistics2:parts/identity_annihilation_plane"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"textures": {
|
||||
"sides": "appliedenergistics2:parts/import_bus_sides",
|
||||
"back": "appliedenergistics2:parts/monitor_back",
|
||||
"front": "appliedenergistics2:item/part/import_bus"
|
||||
"front": "appliedenergistics2:parts/import_bus"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/display_base",
|
||||
"textures": {
|
||||
"front": "appliedenergistics2:item/part/interface_terminal",
|
||||
"front": "appliedenergistics2:parts/interface_terminal",
|
||||
"front_bright": "appliedenergistics2:parts/interface_terminal_bright",
|
||||
"front_medium": "appliedenergistics2:parts/interface_terminal_medium",
|
||||
"front_dark": "appliedenergistics2:parts/interface_terminal_dark"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/toggle_bus",
|
||||
"textures": {
|
||||
"bus": "appliedenergistics2:item/part/inverted_toggle_bus"
|
||||
"bus": "appliedenergistics2:parts/inverted_toggle_bus"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,37 +1,19 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part_base",
|
||||
"textures": {
|
||||
"emitter": "appliedenergistics2:item/part/level_emitter_off"
|
||||
"emitter": "appliedenergistics2:parts/level_emitter_off"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [7, 6, 7],
|
||||
"to": [9, 10, 9],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#emitter",
|
||||
"uv": [7, 7, 9, 11]
|
||||
},
|
||||
"south": {
|
||||
"texture": "#emitter",
|
||||
"uv": [7, 7, 9, 11]
|
||||
},
|
||||
"east": {
|
||||
"texture": "#emitter",
|
||||
"uv": [7, 7, 9, 11]
|
||||
},
|
||||
"west": {
|
||||
"texture": "#emitter",
|
||||
"uv": [7, 7, 9, 11]
|
||||
},
|
||||
"up": {
|
||||
"texture": "#emitter",
|
||||
"uv": [7, 7, 9, 9]
|
||||
},
|
||||
"down": {
|
||||
"texture": "#emitter",
|
||||
"uv": [7, 9, 9, 11]
|
||||
}
|
||||
"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" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/display_base",
|
||||
"textures": {
|
||||
"front": "appliedenergistics2:item/part/crafting_terminal",
|
||||
"front": "appliedenergistics2:parts/crafting_terminal",
|
||||
"front_bright": "appliedenergistics2:parts/monitor_bright",
|
||||
"front_medium": "appliedenergistics2:parts/monitor_colored",
|
||||
"front_dark": "appliedenergistics2:parts/monitor_colored"
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
"parent": "appliedenergistics2:item/part_base",
|
||||
"textures": {
|
||||
"sides": "appliedenergistics2:parts/p2p_tunnel_sides",
|
||||
"back": "appliedenergistics2:item/part/p2p_tunnel_back",
|
||||
"front": "appliedenergistics2:item/part/p2p_tunnel_front",
|
||||
"back": "appliedenergistics2:parts/p2p_tunnel_back",
|
||||
"front": "appliedenergistics2:parts/p2p_tunnel_front",
|
||||
"type": "appliedenergistics2:block/quartz_block"
|
||||
},
|
||||
"elements": [
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/display_base",
|
||||
"textures": {
|
||||
"front": "appliedenergistics2:item/part/pattern_terminal",
|
||||
"front": "appliedenergistics2:parts/pattern_terminal",
|
||||
"front_bright": "appliedenergistics2:parts/pattern_terminal_bright",
|
||||
"front_medium": "appliedenergistics2:parts/pattern_terminal_medium",
|
||||
"front_dark": "appliedenergistics2:parts/pattern_terminal_dark"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part_base",
|
||||
"textures": {
|
||||
"cable": "appliedenergistics2:item/part/quartz_fiber"
|
||||
"cable": "appliedenergistics2:parts/quartz_fiber"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"textures": {
|
||||
"sides": "appliedenergistics2:parts/storage_bus_sides",
|
||||
"back": "appliedenergistics2:parts/storage_bus_back",
|
||||
"front": "appliedenergistics2:item/part/storage_bus"
|
||||
"front": "appliedenergistics2:parts/storage_bus"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/display_base",
|
||||
"textures": {
|
||||
"front": "appliedenergistics2:item/part/storage_monitor",
|
||||
"front": "appliedenergistics2:parts/storage_monitor",
|
||||
"front_bright": "appliedenergistics2:parts/storage_monitor_bright",
|
||||
"front_medium": "appliedenergistics2:parts/storage_monitor_medium",
|
||||
"front_dark": "appliedenergistics2:parts/storage_monitor_dark"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/display_base",
|
||||
"textures": {
|
||||
"front": "appliedenergistics2:item/part/terminal",
|
||||
"front": "appliedenergistics2:parts/terminal",
|
||||
"front_bright": "appliedenergistics2:parts/terminal_bright",
|
||||
"front_medium": "appliedenergistics2:parts/terminal_medium",
|
||||
"front_dark": "appliedenergistics2:parts/terminal_dark"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part_base",
|
||||
"textures": {
|
||||
"bus": "appliedenergistics2:item/part/toggle_bus",
|
||||
"bus": "appliedenergistics2:parts/toggle_bus",
|
||||
"status": "appliedenergistics2:parts/monitor_sides_status",
|
||||
"lights": "appliedenergistics2:parts/monitor_sides_status_off"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:part_plane",
|
||||
"front": "appliedenergistics2:item/part/annihilation_plane",
|
||||
"front": "appliedenergistics2:parts/annihilation_plane",
|
||||
"sides": "appliedenergistics2:parts/plane_sides",
|
||||
"back": "appliedenergistics2:parts/transition_plane_back"
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"sides": "appliedenergistics2:parts/export_bus_sides",
|
||||
"sidesStatus": "appliedenergistics2:parts/monitor_sides_status",
|
||||
"back": "appliedenergistics2:parts/monitor_back",
|
||||
"front": "appliedenergistics2:item/part/export_bus",
|
||||
"front": "appliedenergistics2:parts/export_bus",
|
||||
"particle": "appliedenergistics2:parts/monitor_back"
|
||||
},
|
||||
"elements": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:part_plane",
|
||||
"front": "appliedenergistics2:item/part/fluid_annihilation_plane",
|
||||
"front": "appliedenergistics2:parts/fluid_annihilation_plane",
|
||||
"sides": "appliedenergistics2:parts/plane_sides",
|
||||
"back": "appliedenergistics2:parts/transition_plane_back"
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"sides": "appliedenergistics2:parts/export_bus_sides",
|
||||
"sidesStatus": "appliedenergistics2:parts/monitor_sides_status",
|
||||
"back": "appliedenergistics2:parts/monitor_back",
|
||||
"front": "appliedenergistics2:item/part/fluid_export_bus",
|
||||
"front": "appliedenergistics2:parts/fluid_export_bus",
|
||||
"particle": "appliedenergistics2:parts/monitor_back"
|
||||
},
|
||||
"elements": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:part_plane",
|
||||
"front": "appliedenergistics2:item/part/fluid_formation_plane",
|
||||
"front": "appliedenergistics2:parts/fluid_formation_plane",
|
||||
"sides": "appliedenergistics2:parts/plane_sides",
|
||||
"back": "appliedenergistics2:parts/transition_plane_back"
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"sides": "appliedenergistics2:parts/import_bus_sides",
|
||||
"sidesStatus": "appliedenergistics2:parts/monitor_sides_status",
|
||||
"back": "appliedenergistics2:parts/monitor_back",
|
||||
"front": "appliedenergistics2:item/part/fluid_import_bus",
|
||||
"front": "appliedenergistics2:parts/fluid_import_bus",
|
||||
"particle": "appliedenergistics2:parts/monitor_back"
|
||||
},
|
||||
"elements": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"sides": "appliedenergistics2:parts/export_bus_sides",
|
||||
"sidesStatus": "appliedenergistics2:parts/monitor_sides_status",
|
||||
"back": "appliedenergistics2:parts/monitor_back",
|
||||
"front": "appliedenergistics2:item/part/fluid_interface",
|
||||
"front": "appliedenergistics2:parts/fluid_interface",
|
||||
"particle": "appliedenergistics2:parts/monitor_back"
|
||||
},
|
||||
"elements": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"sides": "appliedenergistics2:parts/storage_bus_sides",
|
||||
"sidesStatus": "appliedenergistics2:parts/monitor_sides_status",
|
||||
"back": "appliedenergistics2:parts/storage_bus_back",
|
||||
"front": "appliedenergistics2:item/part/fluid_storage_bus",
|
||||
"front": "appliedenergistics2:parts/fluid_storage_bus",
|
||||
"particle": "appliedenergistics2:parts/storage_bus_back"
|
||||
},
|
||||
"elements": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:part_plane",
|
||||
"front": "appliedenergistics2:item/part/formation_plane",
|
||||
"front": "appliedenergistics2:parts/formation_plane",
|
||||
"sides": "appliedenergistics2:parts/plane_sides",
|
||||
"back": "appliedenergistics2:parts/transition_plane_back"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:part_plane",
|
||||
"front": "appliedenergistics2:item/part/identity_annihilation_plane",
|
||||
"front": "appliedenergistics2:parts/identity_annihilation_plane",
|
||||
"sides": "appliedenergistics2:parts/plane_sides",
|
||||
"back": "appliedenergistics2:parts/transition_plane_back"
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"sides": "appliedenergistics2:parts/import_bus_sides",
|
||||
"sidesStatus": "appliedenergistics2:parts/monitor_sides_status",
|
||||
"back": "appliedenergistics2:parts/monitor_back",
|
||||
"front": "appliedenergistics2:item/part/import_bus",
|
||||
"front": "appliedenergistics2:parts/import_bus",
|
||||
"particle": "appliedenergistics2:parts/monitor_back"
|
||||
},
|
||||
"elements": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"sides": "appliedenergistics2:parts/export_bus_sides",
|
||||
"sidesStatus": "appliedenergistics2:parts/monitor_sides_status",
|
||||
"back": "appliedenergistics2:parts/monitor_back",
|
||||
"front": "appliedenergistics2:item/part/interface",
|
||||
"front": "appliedenergistics2:parts/interface",
|
||||
"particle": "appliedenergistics2:parts/monitor_back"
|
||||
},
|
||||
"elements": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:part/toggle_bus_base",
|
||||
"textures": {
|
||||
"bus": "appliedenergistics2:item/part/inverted_toggle_bus"
|
||||
"bus": "appliedenergistics2:parts/inverted_toggle_bus"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"textures": {
|
||||
"front": "appliedenergistics2:item/part/p2p_tunnel_front",
|
||||
"front": "appliedenergistics2:parts/p2p_tunnel_front",
|
||||
"sides": "appliedenergistics2:parts/p2p_tunnel_sides",
|
||||
"back": "appliedenergistics2:item/part/p2p_tunnel_back",
|
||||
"particle": "appliedenergistics2:item/part/p2p_tunnel_back",
|
||||
"back2": "appliedenergistics2:item/part/p2p_tunnel_back2"
|
||||
"back": "appliedenergistics2:parts/p2p_tunnel_back",
|
||||
"particle": "appliedenergistics2:parts/p2p_tunnel_back",
|
||||
"back2": "appliedenergistics2:parts/p2p_tunnel_back2"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"textures": {
|
||||
"fiber": "appliedenergistics2:item/part/quartz_fiber",
|
||||
"particle": "appliedenergistics2:item/part/quartz_fiber"
|
||||
"fiber": "appliedenergistics2:parts/quartz_fiber",
|
||||
"particle": "appliedenergistics2:parts/quartz_fiber"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"sides": "appliedenergistics2:parts/storage_bus_sides",
|
||||
"sidesStatus": "appliedenergistics2:parts/monitor_sides_status",
|
||||
"back": "appliedenergistics2:parts/storage_bus_back",
|
||||
"front": "appliedenergistics2:item/part/storage_bus",
|
||||
"front": "appliedenergistics2:parts/storage_bus",
|
||||
"particle": "appliedenergistics2:parts/storage_bus_back"
|
||||
},
|
||||
"elements": [
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"textures": {
|
||||
"bus": "appliedenergistics2:item/part/toggle_bus",
|
||||
"bus": "appliedenergistics2:parts/toggle_bus",
|
||||
"sides": "appliedenergistics2:parts/monitor_sides_status",
|
||||
"particle": "appliedenergistics2:item/part/toggle_bus"
|
||||
"particle": "appliedenergistics2:parts/toggle_bus"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
||||
|
Before Width: | Height: | Size: 236 B |
|
Before Width: | Height: | Size: 377 B After Width: | Height: | Size: 377 B |
|
Before Width: | Height: | Size: 244 B After Width: | Height: | Size: 244 B |
|
Before Width: | Height: | Size: 259 B After Width: | Height: | Size: 259 B |
|
Before Width: | Height: | Size: 430 B After Width: | Height: | Size: 430 B |
|
Before Width: | Height: | Size: 383 B After Width: | Height: | Size: 383 B |
|
Before Width: | Height: | Size: 344 B After Width: | Height: | Size: 344 B |
|
Before Width: | Height: | Size: 383 B After Width: | Height: | Size: 383 B |
|
Before Width: | Height: | Size: 339 B After Width: | Height: | Size: 339 B |
|
Before Width: | Height: | Size: 341 B After Width: | Height: | Size: 341 B |
|
Before Width: | Height: | Size: 334 B After Width: | Height: | Size: 334 B |
|
Before Width: | Height: | Size: 244 B After Width: | Height: | Size: 244 B |
|
Before Width: | Height: | Size: 397 B After Width: | Height: | Size: 397 B |
|
Before Width: | Height: | Size: 391 B After Width: | Height: | Size: 391 B |
|
Before Width: | Height: | Size: 350 B After Width: | Height: | Size: 350 B |
|
Before Width: | Height: | Size: 430 B After Width: | Height: | Size: 430 B |
|
Before Width: | Height: | Size: 244 B After Width: | Height: | Size: 244 B |
|
Before Width: | Height: | Size: 444 B After Width: | Height: | Size: 444 B |
|
Before Width: | Height: | Size: 272 B After Width: | Height: | Size: 272 B |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 274 B After Width: | Height: | Size: 274 B |
|
Before Width: | Height: | Size: 244 B After Width: | Height: | Size: 244 B |
|
Before Width: | Height: | Size: 468 B After Width: | Height: | Size: 468 B |
|
Before Width: | Height: | Size: 342 B After Width: | Height: | Size: 342 B |
|
Before Width: | Height: | Size: 244 B After Width: | Height: | Size: 244 B |
|
Before Width: | Height: | Size: 244 B After Width: | Height: | Size: 244 B |
|
Before Width: | Height: | Size: 457 B After Width: | Height: | Size: 457 B |