Reimplemented cable and parts rendering.

This commit is contained in:
Sebastian Hartte
2016-08-29 09:47:17 +02:00
parent 0b756708d4
commit 7e027da804
358 changed files with 5964 additions and 1901 deletions
@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "appliedenergistics2:builtin/cable_bus" }
}
}
@@ -7,7 +7,7 @@
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"up": { "texture": "#lights", "tintindex": 0 }
"up": { "texture": "#lights", "tintindex": 3 }
}
}
]
@@ -10,21 +10,21 @@
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"up": {"texture": "#lights_bright", "tintindex": 0, "uvlightmap": { "block": 0.007, "sky": 0.007 }}
"up": {"texture": "#lights_bright", "tintindex": 3, "uvlightmap": { "block": 0.007, "sky": 0.007 }}
}
},
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"up": {"texture": "#lights_medium", "tintindex": 1, "uvlightmap": { "block": 0.007, "sky": 0.007 }}
"up": {"texture": "#lights_medium", "tintindex": 2, "uvlightmap": { "block": 0.007, "sky": 0.007 }}
}
},
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"up": {"texture": "#lights_dark", "tintindex": 2, "uvlightmap": { "block": 0.007, "sky": 0.007 }}
"up": {"texture": "#lights_dark", "tintindex": 1, "uvlightmap": { "block": 0.007, "sky": 0.007 }}
}
}
]
@@ -26,21 +26,21 @@
"from": [ 0, 15, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"up": { "texture": "#lightsBright", "tintindex": 0 }
"up": { "texture": "#lightsBright", "tintindex": 3 }
}
},
{
"from": [ 0, 15, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"up": { "texture": "#lightsMedium", "tintindex": 1 }
"up": { "texture": "#lightsMedium", "tintindex": 2 }
}
},
{
"from": [ 0, 15, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"up": { "texture": "#lightsDark", "tintindex": 2 }
"up": { "texture": "#lightsDark", "tintindex": 1 }
}
}
]
@@ -27,21 +27,21 @@
"from": [ 0, 15, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"up": { "texture": "#lightsBright", "tintindex": 0, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
"up": { "texture": "#lightsBright", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
},
{
"from": [ 0, 15, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"up": { "texture": "#lightsMedium", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
"up": { "texture": "#lightsMedium", "tintindex": 2, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
},
{
"from": [ 0, 15, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"up": { "texture": "#lightsDark", "tintindex": 2, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
"up": { "texture": "#lightsDark", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
}
]
@@ -1,6 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_covered_base",
"textures": {
"base": "appliedenergistics2:parts/cable/covered/lightgrey"
"base": "appliedenergistics2:parts/cable/covered/lightgray"
}
}
@@ -1,6 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_dense_base",
"textures": {
"base": "appliedenergistics2:parts/cable/dense/lightgrey"
"base": "appliedenergistics2:parts/cable/dense/lightgray"
}
}
@@ -1,6 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_glass_base",
"textures": {
"base": "appliedenergistics2:parts/cable/glass/lightgrey"
"base": "appliedenergistics2:parts/cable/glass/lightgray"
}
}
@@ -1,7 +1,8 @@
{
"parent": "appliedenergistics2:item/part/part",
"textures": {
"channels": "appliedenergistics2:parts/cable/smart/0"
"channelsOdd": "appliedenergistics2:parts/cable/smart/channels_00",
"channelsEven": "appliedenergistics2:parts/cable/smart/channels_10"
},
"elements": [
{
@@ -18,16 +19,29 @@
}
},
{
"name": "Channels",
"name": "Channels Odd",
"from": [ 5.0, 5.0, 2.0 ],
"to": [ 11.0, 11.0, 14.0 ],
"faces": {
"north": { "texture": "#channels", "uv": [ 5.0, 5.0, 11.0, 11.0 ] },
"east": { "texture": "#channels", "uv": [ 0.0, 5.0, 5.0, 11.0 ] },
"south": { "texture": "#channels", "uv": [ 11.0, 5.0, 5.0, 11.0 ] },
"west": { "texture": "#channels", "uv": [ 5.0, 5.0, 0.0, 11.0 ] },
"up": { "texture": "#channels", "uv": [ 5.0, 0.0, 11.0, 5.0 ] },
"down": { "texture": "#channels", "uv": [ 5.0, 11.0, 11.0, 16.0 ] }
"north": { "texture": "#channelsOdd", "uv": [ 5.0, 5.0, 11.0, 11.0 ] },
"east": { "texture": "#channelsOdd", "uv": [ 0.0, 5.0, 5.0, 11.0 ] },
"south": { "texture": "#channelsOdd", "uv": [ 11.0, 5.0, 5.0, 11.0 ] },
"west": { "texture": "#channelsOdd", "uv": [ 5.0, 5.0, 0.0, 11.0 ] },
"up": { "texture": "#channelsOdd", "uv": [ 5.0, 0.0, 11.0, 5.0 ] },
"down": { "texture": "#channelsOdd", "uv": [ 5.0, 11.0, 11.0, 16.0 ] }
}
},
{
"name": "Channels Even",
"from": [ 5.0, 5.0, 2.0 ],
"to": [ 11.0, 11.0, 14.0 ],
"faces": {
"north": { "texture": "#channelsEven", "uv": [ 5.0, 5.0, 11.0, 11.0 ] },
"east": { "texture": "#channelsEven", "uv": [ 0.0, 5.0, 5.0, 11.0 ] },
"south": { "texture": "#channelsEven", "uv": [ 11.0, 5.0, 5.0, 11.0 ] },
"west": { "texture": "#channelsEven", "uv": [ 5.0, 5.0, 0.0, 11.0 ] },
"up": { "texture": "#channelsEven", "uv": [ 5.0, 0.0, 11.0, 5.0 ] },
"down": { "texture": "#channelsEven", "uv": [ 5.0, 11.0, 11.0, 16.0 ] }
}
}
]
@@ -1,6 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_smart_base",
"textures": {
"base": "appliedenergistics2:parts/cable/smart/lightgrey"
"base": "appliedenergistics2:parts/cable/smart/lightgray"
}
}
@@ -2,8 +2,8 @@
"parent": "appliedenergistics2:item/part/display",
"textures": {
"front": "appliedenergistics2:items/part/crafting_terminal",
"front_bright": "appliedenergistics2:parts/crafting_terminal/l2",
"front_medium": "appliedenergistics2:parts/crafting_terminal/l1",
"front_dark": "appliedenergistics2:parts/crafting_terminal/l0"
"front_bright": "appliedenergistics2:parts/crafting_terminal_bright",
"front_medium": "appliedenergistics2:parts/crafting_terminal_medium",
"front_dark": "appliedenergistics2:parts/crafting_terminal_dark"
}
}
@@ -1,7 +1,7 @@
{
"parent": "appliedenergistics2:item/part/display",
"textures": {
"front": "appliedenergistics2:items/part/crafting_terminal",
"front": "appliedenergistics2:parts/monitor_front",
"front_bright": "appliedenergistics2:parts/monitor_colored",
"front_medium": "appliedenergistics2:parts/monitor_bright",
"front_dark": "appliedenergistics2:parts/monitor_colored"
@@ -2,7 +2,8 @@
"parent": "appliedenergistics2:item/part/part",
"textures": {
"sides": "appliedenergistics2:parts/monitor_sides",
"back": "appliedenergistics2:parts/monitor_back"
"back": "appliedenergistics2:parts/monitor_back",
"front_medium_bright": "appliedenergistics2:parts/monitor_colored"
},
"elements": [
{
@@ -23,7 +24,15 @@
"from": [ 2, 2, 8 ],
"to": [ 14, 14, 9 ],
"faces": {
"north": { "texture": "#front_bright", "tintindex": 0 }
"north": { "texture": "#front_bright", "tintindex": 3 }
}
},
{
"name": "Front Medium Bright",
"from": [ 2, 2, 8 ],
"to": [ 14, 14, 9 ],
"faces": {
"north": { "texture": "#front_medium_bright", "tintindex": 4 }
}
},
{
@@ -1,7 +1,7 @@
{
"parent": "appliedenergistics2:item/part/part",
"textures": {
"sides": "appliedenergistics2:parts/export_sides",
"sides": "appliedenergistics2:parts/export_bus_sides",
"back": "appliedenergistics2:parts/monitor_back",
"front": "appliedenergistics2:items/part/export_bus"
},
@@ -1,7 +1,7 @@
{
"parent": "appliedenergistics2:item/part/part",
"textures": {
"sides": "appliedenergistics2:parts/import_sides",
"sides": "appliedenergistics2:parts/import_bus_sides",
"back": "appliedenergistics2:parts/monitor_back",
"front": "appliedenergistics2:items/part/import_bus"
},
@@ -1,9 +1,10 @@
{
"parent": "appliedenergistics2:item/part/display",
"textures": {
"front": "appliedenergistics2:items/part/crafting_terminal",
"front": "appliedenergistics2:parts/monitor_front",
"front_bright": "appliedenergistics2:parts/monitor_colored",
"front_medium_bright": "appliedenergistics2:parts/monitor_bright",
"front_medium": "appliedenergistics2:parts/monitor_colored",
"front_dark": "appliedenergistics2:parts/monitor_bright"
"front_dark": "appliedenergistics2:parts/monitor_colored"
}
}
@@ -1,32 +0,0 @@
{
"textures": {
"sides": "appliedenergistics2:parts/plane_sides",
"plane": "appliedenergistics2:items/part/annihilation_plane"
},
"elements": [
{
"from": [ 1, 1, 0 ],
"to": [ 15, 15, 1 ],
"faces": {
"north": { "texture": "plane" },
"east": { "texture": "sides" },
"south": { "texture": "sides" },
"west": { "texture": "sides" },
"up": { "texture": "sides" },
"down": { "texture": "sides" }
}
},
{
"from": [ 5, 5, 1 ],
"to": [ 11, 11, 2 ],
"faces": {
"north": { "texture": "plane" },
"east": { "texture": "sides" },
"south": { "texture": "sides" },
"west": { "texture": "sides" },
"up": { "texture": "sides" },
"down": { "texture": "sides" }
}
}
]
}
@@ -1,6 +1,6 @@
{
"textures": {
"base": "appliedenergistics2:parts/cable/glass/${color}"
"base": "appliedenergistics2:parts/cable/glass/transparent"
},
"elements": [
{
@@ -1,6 +1,6 @@
{
"textures": {
"base": "appliedenergistics2:parts/cable/glass/${color}"
"base": "appliedenergistics2:parts/cable/glass/transparent"
},
"elements": [
{
@@ -1,6 +1,6 @@
{
"textures": {
"base": "appliedenergistics2:parts/cable/glass/${color}"
"base": "appliedenergistics2:parts/cable/glass/transparent"
},
"elements": [
{
@@ -0,0 +1,8 @@
{
"parent": "appliedenergistics2:part/display_off",
"textures": {
"lightsBright": "appliedenergistics2:parts/conversion_monitor_bright",
"lightsMedium": "appliedenergistics2:parts/conversion_monitor_medium",
"lightsDark": "appliedenergistics2:parts/conversion_monitor_dark_locked"
}
}
@@ -0,0 +1,31 @@
{
"uvlMarker": true,
"textures": {
"lightsBright": "appliedenergistics2:parts/conversion_monitor_bright",
"lightsMedium": "appliedenergistics2:parts/conversion_monitor_medium",
"lightsDark": "appliedenergistics2:parts/conversion_monitor_dark_locked"
},
"elements": [
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#lightsBright", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
},
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#lightsMedium", "tintindex": 2, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
},
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#lightsDark", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
}
]
}
@@ -0,0 +1,8 @@
{
"parent": "appliedenergistics2:part/display_off",
"textures": {
"lightsBright": "appliedenergistics2:parts/conversion_monitor_bright",
"lightsMedium": "appliedenergistics2:parts/conversion_monitor_medium",
"lightsDark": "appliedenergistics2:parts/conversion_monitor_dark"
}
}
@@ -0,0 +1,31 @@
{
"uvlMarker": true,
"textures": {
"lightsBright": "appliedenergistics2:parts/conversion_monitor_bright",
"lightsMedium": "appliedenergistics2:parts/conversion_monitor_medium",
"lightsDark": "appliedenergistics2:parts/conversion_monitor_dark"
},
"elements": [
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#lightsBright", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
},
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#lightsMedium", "tintindex": 2, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
},
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#lightsDark", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
}
]
}
@@ -0,0 +1,8 @@
{
"parent": "appliedenergistics2:part/display_off",
"textures": {
"lightsBright": "appliedenergistics2:parts/crafting_terminal_bright",
"lightsMedium": "appliedenergistics2:parts/crafting_terminal_medium",
"lightsDark": "appliedenergistics2:parts/crafting_terminal_dark"
}
}
@@ -0,0 +1,31 @@
{
"uvlMarker": true,
"textures": {
"lightsBright": "appliedenergistics2:parts/crafting_terminal_bright",
"lightsMedium": "appliedenergistics2:parts/crafting_terminal_medium",
"lightsDark": "appliedenergistics2:parts/crafting_terminal_dark"
},
"elements": [
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#lightsBright", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
},
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#lightsMedium", "tintindex": 2, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
},
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#lightsDark", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
}
]
}
@@ -0,0 +1,33 @@
{
"textures": {
"sides": "appliedenergistics2:parts/monitor_sides",
"sidesStatus": "appliedenergistics2:parts/monitor_sides_status",
"back": "appliedenergistics2:parts/monitor_back",
"front": "appliedenergistics2:parts/monitor_front"
},
"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": [4, 4, 2],
"to": [12, 12, 3],
"faces": {
"down": { "texture": "#sidesStatus" },
"up": { "texture": "#sidesStatus" },
"south": { "texture": "#back" },
"east": { "texture": "#sidesStatus" },
"west": { "texture": "#sidesStatus" }
}
}
]
}
@@ -0,0 +1,30 @@
{
"textures": {
"lightsBright": "appliedenergistics2:parts/terminal_bright",
"lightsMedium": "appliedenergistics2:parts/terminal_medium",
"lightsDark": "appliedenergistics2:parts/terminal_dark"
},
"elements": [
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#lightsBright", "tintindex": 3 }
}
},
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#lightsMedium", "tintindex": 2 }
}
},
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#lightsDark", "tintindex": 1 }
}
}
]
}
@@ -0,0 +1,18 @@
{
"uvlMarker": true,
"textures": {
"indicator": "appliedenergistics2:parts/monitor_sides_status_has_channel"
},
"elements": [
{
"from": [4, 4, 2],
"to": [12, 12, 3],
"faces": {
"down": { "texture": "#indicator", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"up": { "texture": "#indicator", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"east": { "texture": "#indicator", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"west": { "texture": "#indicator", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
}
]
}
@@ -0,0 +1,17 @@
{
"textures": {
"indicator": "appliedenergistics2:parts/monitor_sides_status_off"
},
"elements": [
{
"from": [4, 4, 2],
"to": [12, 12, 3],
"faces": {
"down": { "texture": "#indicator" },
"up": { "texture": "#indicator" },
"east": { "texture": "#indicator" },
"west": { "texture": "#indicator" }
}
}
]
}
@@ -0,0 +1,18 @@
{
"uvlMarker": true,
"textures": {
"indicator": "appliedenergistics2:parts/monitor_sides_status_on"
},
"elements": [
{
"from": [4, 4, 2],
"to": [12, 12, 3],
"faces": {
"down": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"up": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"east": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"west": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
}
]
}
@@ -0,0 +1,57 @@
{
"textures": {
"sides": "appliedenergistics2:parts/export_bus_sides",
"sidesStatus": "appliedenergistics2:parts/monitor_sides_status",
"back": "appliedenergistics2:parts/monitor_back",
"front": "appliedenergistics2:items/part/export_bus"
},
"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" }
}
}
]
}
@@ -0,0 +1,18 @@
{
"uvlMarker": true,
"textures": {
"indicator": "appliedenergistics2:parts/monitor_sides_status_has_channel"
},
"elements": [
{
"from": [6, 6, 4],
"to": [10, 10, 5],
"faces": {
"down": { "texture": "#indicator", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"up": { "texture": "#indicator", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"east": { "texture": "#indicator", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"west": { "texture": "#indicator", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
}
]
}
@@ -0,0 +1,17 @@
{
"textures": {
"indicator": "appliedenergistics2:parts/monitor_sides_status_off"
},
"elements": [
{
"from": [6, 6, 4],
"to": [10, 10, 5],
"faces": {
"down": { "texture": "#indicator" },
"up": { "texture": "#indicator" },
"east": { "texture": "#indicator" },
"west": { "texture": "#indicator" }
}
}
]
}
@@ -0,0 +1,18 @@
{
"uvlMarker": true,
"textures": {
"indicator": "appliedenergistics2:parts/monitor_sides_status_on"
},
"elements": [
{
"from": [6, 6, 4],
"to": [10, 10, 5],
"faces": {
"down": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"up": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"east": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"west": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
}
]
}
@@ -0,0 +1,57 @@
{
"textures": {
"sides": "appliedenergistics2:parts/import_bus_sides",
"sidesStatus": "appliedenergistics2:parts/monitor_sides_status",
"back": "appliedenergistics2:parts/monitor_back",
"front": "appliedenergistics2:items/part/import_bus"
},
"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" }
}
}
]
}
@@ -0,0 +1,18 @@
{
"uvlMarker": true,
"textures": {
"indicator": "appliedenergistics2:parts/monitor_sides_status_has_channel"
},
"elements": [
{
"from": [6, 6, 4],
"to": [10, 10, 5],
"faces": {
"down": { "texture": "#indicator", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"up": { "texture": "#indicator", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"east": { "texture": "#indicator", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"west": { "texture": "#indicator", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
}
]
}
@@ -0,0 +1,17 @@
{
"textures": {
"indicator": "appliedenergistics2:parts/monitor_sides_status_off"
},
"elements": [
{
"from": [6, 6, 4],
"to": [10, 10, 5],
"faces": {
"down": { "texture": "#indicator" },
"up": { "texture": "#indicator" },
"east": { "texture": "#indicator" },
"west": { "texture": "#indicator" }
}
}
]
}
@@ -0,0 +1,18 @@
{
"uvlMarker": true,
"textures": {
"indicator": "appliedenergistics2:parts/monitor_sides_status_on"
},
"elements": [
{
"from": [6, 6, 4],
"to": [10, 10, 5],
"faces": {
"down": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"up": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"east": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"west": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
}
]
}
@@ -0,0 +1,45 @@
{
"textures": {
"sides": "appliedenergistics2:parts/export_bus_sides",
"sidesStatus": "appliedenergistics2:parts/monitor_sides_status",
"back": "appliedenergistics2:parts/monitor_back",
"front": "appliedenergistics2:items/part/interface"
},
"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" }
}
}
]
}
@@ -0,0 +1,18 @@
{
"uvlMarker": true,
"textures": {
"indicator": "appliedenergistics2:parts/monitor_sides_status_has_channel"
},
"elements": [
{
"from": [5, 5, 2],
"to": [11, 11, 3],
"faces": {
"down": { "texture": "#indicator", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"up": { "texture": "#indicator", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"east": { "texture": "#indicator", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"west": { "texture": "#indicator", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
}
]
}
@@ -0,0 +1,17 @@
{
"textures": {
"indicator": "appliedenergistics2:parts/monitor_sides_status_off"
},
"elements": [
{
"from": [5, 5, 2],
"to": [11, 11, 3],
"faces": {
"down": { "texture": "#indicator" },
"up": { "texture": "#indicator" },
"east": { "texture": "#indicator" },
"west": { "texture": "#indicator" }
}
}
]
}
@@ -0,0 +1,18 @@
{
"uvlMarker": true,
"textures": {
"indicator": "appliedenergistics2:parts/monitor_sides_status_on"
},
"elements": [
{
"from": [5, 5, 2],
"to": [11, 11, 3],
"faces": {
"down": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"up": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"east": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"west": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
}
]
}
@@ -0,0 +1,8 @@
{
"parent": "appliedenergistics2:part/display_off",
"textures": {
"lightsBright": "appliedenergistics2:parts/interface_terminal_bright",
"lightsMedium": "appliedenergistics2:parts/interface_terminal_medium",
"lightsDark": "appliedenergistics2:parts/interface_terminal_dark"
}
}
@@ -0,0 +1,31 @@
{
"uvlMarker": true,
"textures": {
"lightsBright": "appliedenergistics2:parts/interface_terminal_bright",
"lightsMedium": "appliedenergistics2:parts/interface_terminal_medium",
"lightsDark": "appliedenergistics2:parts/interface_terminal_dark"
},
"elements": [
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#lightsBright", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
},
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#lightsMedium", "tintindex": 2, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
},
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#lightsDark", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
}
]
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:part/toggle_bus_base",
"textures": {
"bus": "appliedenergistics2:items/part/inverted_toggle_bus"
}
}
@@ -0,0 +1,18 @@
{
"textures": {
"emitter": "appliedenergistics2:parts/level_emitter_off"
},
"elements": [
{
"from": [7, 7, 0],
"to": [9, 9, 4],
"faces": {
"up": { "texture": "#emitter", "uv": [6, 7, 10, 9], "rotation": 90 },
"down": { "texture": "#emitter", "uv": [6, 7, 10, 9], "rotation": 270 },
"east": { "texture": "#emitter", "uv": [6, 7, 10, 9], "rotation": 180 },
"north": { "texture": "#emitter", "uv": [6, 7, 8, 9] },
"west": { "texture": "#emitter", "uv": [6, 7, 10, 9] }
}
}
]
}
@@ -0,0 +1,45 @@
{
"uvlMarker": true,
"ambientocclusion": false,
"textures": {
"emitter": "appliedenergistics2:parts/level_emitter_on"
},
"elements": [
{
"from": [7, 7, 3],
"to": [9, 9, 4],
"faces": {
"up": { "texture": "#emitter", "uv": [9, 7, 10, 9], "rotation": 90 },
"down": { "texture": "#emitter", "uv": [9, 7, 10, 9], "rotation": 270 },
"east": { "texture": "#emitter", "uv": [9, 7, 10, 9], "rotation": 180 },
"west": { "texture": "#emitter", "uv": [9, 7, 10, 9] }
}
},
{
"from": [7, 7, 0],
"to": [9, 9, 3],
"shade": false,
"faces": {
"north": { "texture": "#emitter", "uv": [6, 7, 8, 9], "rotation": 270, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
},
{
"from": [6, 7, -1],
"to": [10, 9, 3],
"shade": false,
"faces": {
"up": { "texture": "#emitter", "uv": [5, 6, 9, 10], "rotation": 90, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"down": { "texture": "#emitter", "uv": [5, 6, 9, 10], "rotation": 270, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
},
{
"from": [7, 6, -1],
"to": [9, 10, 3],
"shade": false,
"faces": {
"west": { "texture": "#emitter", "uv": [5, 6, 9, 10], "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"east": { "texture": "#emitter", "uv": [5, 6, 9, 10], "rotation": 180, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
}
]
}
@@ -0,0 +1,18 @@
{
"uvlMarker": true,
"textures": {
"indicator": "appliedenergistics2:parts/monitor_sides_status_has_channel"
},
"elements": [
{
"from": [7, 7, 4],
"to": [9, 9, 5],
"faces": {
"down": { "texture": "#indicator", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"up": { "texture": "#indicator", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"east": { "texture": "#indicator", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"west": { "texture": "#indicator", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
}
]
}
@@ -0,0 +1,17 @@
{
"textures": {
"indicator": "appliedenergistics2:parts/monitor_sides_status_off"
},
"elements": [
{
"from": [7, 7, 4],
"to": [9, 9, 5],
"faces": {
"down": { "texture": "#indicator" },
"up": { "texture": "#indicator" },
"east": { "texture": "#indicator" },
"west": { "texture": "#indicator" }
}
}
]
}
@@ -0,0 +1,18 @@
{
"uvlMarker": true,
"textures": {
"indicator": "appliedenergistics2:parts/monitor_sides_status_on"
},
"elements": [
{
"from": [7, 7, 4],
"to": [9, 9, 5],
"faces": {
"down": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"up": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"east": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"west": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
}
]
}
@@ -0,0 +1,33 @@
{
"uvlMarker": true,
"textures": {
"sides": "appliedenergistics2:parts/monitor_sides",
"back": "appliedenergistics2:parts/monitor_back",
"front": "appliedenergistics2:parts/monitor_front"
},
"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": [4, 4, 2],
"to": [12, 12, 3],
"faces": {
"down": { "texture": "#sides" },
"up": { "texture": "#sides" },
"south": { "texture": "#back" },
"east": { "texture": "#sides" },
"west": { "texture": "#sides" }
}
}
]
}
@@ -0,0 +1,14 @@
{
"textures": {
"lights": "appliedenergistics2:parts/monitor_light"
},
"elements": [
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#lights", "tintindex": 3 }
}
}
]
}
@@ -0,0 +1,17 @@
{
"uvlMarker": true,
"ambientocclusion": false,
"textures": {
"lights": "appliedenergistics2:parts/monitor_light"
},
"elements": [
{
"shade": false,
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#lights", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
}
]
}
@@ -0,0 +1,14 @@
{
"textures": {
"lights": "appliedenergistics2:parts/monitor_light"
},
"elements": [
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#lights", "tintindex": 2 }
}
}
]
}
@@ -0,0 +1,15 @@
{
"uvlMarker": true,
"textures": {
"lights": "appliedenergistics2:parts/monitor_light"
},
"elements": [
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#lights", "tintindex": 2, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
}
]
}
@@ -0,0 +1,14 @@
{
"textures": {
"lights": "appliedenergistics2:parts/monitor_light"
},
"elements": [
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#lights", "tintindex": 4 }
}
}
]
}
@@ -0,0 +1,15 @@
{
"uvlMarker": true,
"textures": {
"lights": "appliedenergistics2:parts/monitor_light"
},
"elements": [
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#lights", "tintindex": 4, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
}
]
}
@@ -0,0 +1,62 @@
{
"textures": {
"front": "appliedenergistics2:items/part/p2p_tunnel_front",
"sides": "appliedenergistics2:parts/p2p_tunnel_sides",
"back": "appliedenergistics2:items/part/p2p_tunnel_back",
"back2": "appliedenergistics2:items/part/p2p_tunnel_back2"
},
"elements": [
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#type" }
}
},
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#front" },
"south": { "texture": "#back" },
"west": { "texture": "#sides" },
"east": { "texture": "#sides" },
"up": { "texture": "#sides" },
"down": { "texture": "#sides" }
}
},
{
"from": [3, 3, 2],
"to": [13, 13, 3],
"faces": {
"south": { "texture": "#back" },
"west": { "texture": "#sides" },
"east": { "texture": "#sides" },
"up": { "texture": "#sides" },
"down": { "texture": "#sides" }
}
},
{
"from": [6, 5, 3],
"to": [10, 11, 4],
"faces": {
"south": { "texture": "#back2" },
"west": { "texture": "#back2" },
"east": { "texture": "#back2" },
"up": { "texture": "#back2" },
"down": { "texture": "#back2" }
}
},
{
"from": [5, 6, 3],
"to": [11, 10, 4],
"faces": {
"south": { "texture": "#back2" },
"west": { "texture": "#back2" },
"east": { "texture": "#back2" },
"up": { "texture": "#back2" },
"down": { "texture": "#back2" }
}
}
]
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:part/p2p/p2p_tunnel_base",
"textures": {
"type": "blocks/hopper_outside"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:part/p2p/p2p_tunnel_base",
"textures": {
"type": "blocks/quartz_block_top"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:part/p2p/p2p_tunnel_base",
"textures": {
"type": "blocks/lapis_block"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:part/p2p/p2p_tunnel_base",
"textures": {
"type": "appliedenergistics2:blocks/quartz_block"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:part/p2p/p2p_tunnel_base",
"textures": {
"type": "blocks/redstone_block"
}
}
@@ -0,0 +1,18 @@
{
"uvlMarker": true,
"textures": {
"indicator": "appliedenergistics2:parts/monitor_sides_status_has_channel"
},
"elements": [
{
"from": [5, 6, 3],
"to": [11, 10, 4],
"faces": {
"down": { "texture": "#indicator", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"up": { "texture": "#indicator", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"east": { "texture": "#indicator", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"west": { "texture": "#indicator", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
}
]
}
@@ -0,0 +1,17 @@
{
"textures": {
"indicator": "appliedenergistics2:parts/monitor_sides_status_off"
},
"elements": [
{
"from": [5, 6, 3],
"to": [11, 10, 4],
"faces": {
"down": { "texture": "#indicator" },
"up": { "texture": "#indicator" },
"east": { "texture": "#indicator" },
"west": { "texture": "#indicator" }
}
}
]
}
@@ -0,0 +1,18 @@
{
"uvlMarker": true,
"textures": {
"indicator": "appliedenergistics2:parts/monitor_sides_status_on"
},
"elements": [
{
"from": [5, 6, 3],
"to": [11, 10, 4],
"faces": {
"down": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"up": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"east": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"west": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
}
]
}
@@ -0,0 +1,8 @@
{
"parent": "appliedenergistics2:part/display_off",
"textures": {
"lightsBright": "appliedenergistics2:parts/pattern_terminal_bright",
"lightsMedium": "appliedenergistics2:parts/pattern_terminal_medium",
"lightsDark": "appliedenergistics2:parts/pattern_terminal_dark"
}
}
@@ -0,0 +1,31 @@
{
"uvlMarker": true,
"textures": {
"lightsBright": "appliedenergistics2:parts/pattern_terminal_bright",
"lightsMedium": "appliedenergistics2:parts/pattern_terminal_medium",
"lightsDark": "appliedenergistics2:parts/pattern_terminal_dark"
},
"elements": [
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#lightsBright", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
},
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#lightsMedium", "tintindex": 2, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
},
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#lightsDark", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
}
]
}
@@ -0,0 +1,19 @@
{
"textures": {
"fiber": "appliedenergistics2:items/part/quartz_fiber"
},
"elements": [
{
"from": [6, 6, 0],
"to": [10, 10, 6],
"faces": {
"down": { "texture": "#fiber" },
"up": { "texture": "#fiber" },
"south": { "texture": "#fiber" },
"east": { "texture": "#fiber" },
"north": { "texture": "#fiber" },
"west": { "texture": "#fiber" }
}
}
]
}
@@ -0,0 +1,55 @@
{
"textures": {
"sides": "appliedenergistics2:parts/storage_bus_sides",
"sidesStatus": "appliedenergistics2:parts/monitor_sides_status",
"back": "appliedenergistics2:parts/storage_bus_back",
"front": "appliedenergistics2:items/part/storage_bus"
},
"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" }
}
}
]
}
@@ -0,0 +1,18 @@
{
"uvlMarker": true,
"textures": {
"indicator": "appliedenergistics2:parts/monitor_sides_status_has_channel"
},
"elements": [
{
"from": [5, 5, 2],
"to": [11, 11, 3],
"faces": {
"down": { "texture": "#indicator", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"up": { "texture": "#indicator", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"east": { "texture": "#indicator", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"west": { "texture": "#indicator", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
}
]
}
@@ -0,0 +1,17 @@
{
"textures": {
"indicator": "appliedenergistics2:parts/monitor_sides_status_off"
},
"elements": [
{
"from": [5, 5, 2],
"to": [11, 11, 3],
"faces": {
"down": { "texture": "#indicator" },
"up": { "texture": "#indicator" },
"east": { "texture": "#indicator" },
"west": { "texture": "#indicator" }
}
}
]
}
@@ -0,0 +1,18 @@
{
"uvlMarker": true,
"textures": {
"indicator": "appliedenergistics2:parts/monitor_sides_status_on"
},
"elements": [
{
"from": [5, 5, 2],
"to": [11, 11, 3],
"faces": {
"down": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"up": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"east": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"west": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
}
]
}
@@ -0,0 +1,8 @@
{
"parent": "appliedenergistics2:part/display_off",
"textures": {
"lightsBright": "appliedenergistics2:parts/storage_monitor_bright",
"lightsMedium": "appliedenergistics2:parts/storage_monitor_medium_locked",
"lightsDark": "appliedenergistics2:parts/storage_monitor_dark"
}
}
@@ -0,0 +1,31 @@
{
"uvlMarker": true,
"textures": {
"lightsBright": "appliedenergistics2:parts/storage_monitor_bright",
"lightsMedium": "appliedenergistics2:parts/storage_monitor_medium_locked",
"lightsDark": "appliedenergistics2:parts/storage_monitor_dark"
},
"elements": [
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#lightsBright", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
},
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#lightsMedium", "tintindex": 2, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
},
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#lightsDark", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
}
]
}
@@ -0,0 +1,8 @@
{
"parent": "appliedenergistics2:part/display_off",
"textures": {
"lightsBright": "appliedenergistics2:parts/storage_monitor_bright",
"lightsMedium": "appliedenergistics2:parts/storage_monitor_medium",
"lightsDark": "appliedenergistics2:parts/storage_monitor_dark"
}
}
@@ -0,0 +1,31 @@
{
"uvlMarker": true,
"textures": {
"lightsBright": "appliedenergistics2:parts/storage_monitor_bright",
"lightsMedium": "appliedenergistics2:parts/storage_monitor_medium",
"lightsDark": "appliedenergistics2:parts/storage_monitor_dark"
},
"elements": [
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#lightsBright", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
},
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#lightsMedium", "tintindex": 2, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
},
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#lightsDark", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
}
]
}
@@ -0,0 +1,8 @@
{
"parent": "appliedenergistics2:part/display_off",
"textures": {
"lightsBright": "appliedenergistics2:parts/terminal_bright",
"lightsMedium": "appliedenergistics2:parts/terminal_medium",
"lightsDark": "appliedenergistics2:parts/terminal_dark"
}
}
@@ -0,0 +1,31 @@
{
"uvlMarker": true,
"textures": {
"lightsBright": "appliedenergistics2:parts/terminal_bright",
"lightsMedium": "appliedenergistics2:parts/terminal_medium",
"lightsDark": "appliedenergistics2:parts/terminal_dark"
},
"elements": [
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#lightsBright", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
},
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#lightsMedium", "tintindex": 2, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
},
{
"from": [2, 2, 0],
"to": [14, 14, 2],
"faces": {
"north": { "texture": "#lightsDark", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
}
]
}
@@ -0,0 +1,40 @@
{
"textures": {
"bus": "appliedenergistics2:items/part/toggle_bus",
"sides": "appliedenergistics2:parts/monitor_sides_status"
},
"elements": [
{
"from": [6, 6, 0],
"to": [10, 10, 2],
"faces": {
"down": { "texture": "#bus" },
"up": { "texture": "#bus" },
"east": { "texture": "#bus" },
"north": { "texture": "#bus" },
"west": { "texture": "#bus" }
}
},
{
"from": [6, 6, 3],
"to": [10, 10, 5],
"faces": {
"down": { "texture": "#bus" },
"up": { "texture": "#bus" },
"south": { "texture": "#bus" },
"east": { "texture": "#bus" },
"west": { "texture": "#bus" }
}
},
{
"from": [6, 6, 2],
"to": [10, 10, 3],
"faces": {
"down": { "texture": "#sides" },
"up": { "texture": "#sides" },
"east": { "texture": "#sides" },
"west": { "texture": "#sides" }
}
}
]
}
@@ -0,0 +1,18 @@
{
"uvlMarker": true,
"textures": {
"indicator": "appliedenergistics2:parts/monitor_sides_status_on"
},
"elements": [
{
"from": [6, 6, 2],
"to": [10, 10, 3],
"faces": {
"down": { "texture": "#indicator", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"up": { "texture": "#indicator", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"east": { "texture": "#indicator", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"west": { "texture": "#indicator", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
}
]
}
@@ -0,0 +1,17 @@
{
"textures": {
"indicator": "appliedenergistics2:parts/monitor_sides_status_off"
},
"elements": [
{
"from": [6, 6, 2],
"to": [10, 10, 3],
"faces": {
"down": { "texture": "#indicator" },
"up": { "texture": "#indicator" },
"east": { "texture": "#indicator" },
"west": { "texture": "#indicator" }
}
}
]
}
@@ -0,0 +1,18 @@
{
"uvlMarker": true,
"textures": {
"indicator": "appliedenergistics2:parts/monitor_sides_status_on"
},
"elements": [
{
"from": [6, 6, 2],
"to": [10, 10, 3],
"faces": {
"down": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"up": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"east": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"west": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
}
]
}
@@ -0,0 +1,31 @@
{
"uvlMarker": true,
"textures": {
"sides": "appliedenergistics2:parts/monitor_sides_status",
"back": "appliedenergistics2:parts/transition_plane_back",
"indicator": "appliedenergistics2:parts/monitor_sides_status_has_channel"
},
"elements": [
{
"from": [ 5, 5, 1 ],
"to": [ 11, 11, 2 ],
"faces": {
"east": { "texture": "#sides" },
"south": { "texture": "#back" },
"west": { "texture": "#sides" },
"up": { "texture": "#sides" },
"down": { "texture": "#sides" }
}
},
{
"from": [ 5, 5, 1 ],
"to": [ 11, 11, 2 ],
"faces": {
"down": { "texture": "#indicator", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"up": { "texture": "#indicator", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"east": { "texture": "#indicator", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"west": { "texture": "#indicator", "tintindex": 1, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
}
]
}
@@ -0,0 +1,30 @@
{
"textures": {
"sides": "appliedenergistics2:parts/monitor_sides_status",
"back": "appliedenergistics2:parts/transition_plane_back",
"indicator": "appliedenergistics2:parts/monitor_sides_status_off"
},
"elements": [
{
"from": [ 5, 5, 1 ],
"to": [ 11, 11, 2 ],
"faces": {
"east": { "texture": "#sides" },
"south": { "texture": "#back" },
"west": { "texture": "#sides" },
"up": { "texture": "#sides" },
"down": { "texture": "#sides" }
}
},
{
"from": [ 5, 5, 1 ],
"to": [ 11, 11, 2 ],
"faces": {
"east": { "texture": "#indicator" },
"west": { "texture": "#indicator" },
"up": { "texture": "#indicator" },
"down": { "texture": "#indicator" }
}
}
]
}
@@ -0,0 +1,31 @@
{
"uvlMarker": true,
"textures": {
"sides": "appliedenergistics2:parts/monitor_sides_status",
"back": "appliedenergistics2:parts/transition_plane_back",
"indicator": "appliedenergistics2:parts/monitor_sides_status_on"
},
"elements": [
{
"from": [ 5, 5, 1 ],
"to": [ 11, 11, 2 ],
"faces": {
"east": { "texture": "#sides" },
"south": { "texture": "#back" },
"west": { "texture": "#sides" },
"up": { "texture": "#sides" },
"down": { "texture": "#sides" }
}
},
{
"from": [ 5, 5, 1 ],
"to": [ 11, 11, 2 ],
"faces": {
"down": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"up": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"east": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"west": { "texture": "#indicator", "tintindex": 3, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
}
]
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 284 B

After

Width:  |  Height:  |  Size: 2.8 KiB

Some files were not shown because too many files have changed in this diff Show More