AE2 Retexturing (#4610)

This commit is contained in:
Kal Chikhou
2020-09-18 20:26:34 +02:00
committed by yueh
parent b8f48407cd
commit 95ea2c6559
392 changed files with 1621 additions and 245 deletions
@@ -1,7 +1,9 @@
{
"variants": {
"": {
"model": "appliedenergistics2:block/charged_quartz_ore"
}
}
}
"variants": {
"": [
{ "model": "appliedenergistics2:block/charged_quartz_ore0", "weight":1 },
{ "model": "appliedenergistics2:block/charged_quartz_ore1", "weight":1 },
{ "model": "appliedenergistics2:block/charged_quartz_ore2", "weight":1 }
]
}
}
@@ -14,15 +14,6 @@
},
"fullness=4": {
"model": "appliedenergistics2:block/energy_cell/dense_energy_cell4"
},
"fullness=5": {
"model": "appliedenergistics2:block/energy_cell/dense_energy_cell5"
},
"fullness=6": {
"model": "appliedenergistics2:block/energy_cell/dense_energy_cell6"
},
"fullness=7": {
"model": "appliedenergistics2:block/energy_cell/dense_energy_cell7"
}
}
}
@@ -14,15 +14,6 @@
},
"fullness=4": {
"model": "appliedenergistics2:block/energy_cell/energy_cell4"
},
"fullness=5": {
"model": "appliedenergistics2:block/energy_cell/energy_cell5"
},
"fullness=6": {
"model": "appliedenergistics2:block/energy_cell/energy_cell6"
},
"fullness=7": {
"model": "appliedenergistics2:block/energy_cell/energy_cell7"
}
}
}
@@ -1,7 +1,10 @@
{
"variants": {
"": {
"model": "appliedenergistics2:block/quartz_ore"
}
}
}
"variants": {
"": [
{ "model": "appliedenergistics2:block/quartz_ore0", "weight":1 },
{ "model": "appliedenergistics2:block/quartz_ore1", "weight":1 },
{ "model": "appliedenergistics2:block/quartz_ore2", "weight":1 },
{ "model": "appliedenergistics2:block/quartz_ore3", "weight":1 }
]
}
}
@@ -1,8 +1,9 @@
{
"loader": "appliedenergistics2:uvlightmap",
"parent": "block/block",
"textures": {
"block": "block/stone",
"quartz": "appliedenergistics2:block/charged_quartz_ore_light",
"quartz": "appliedenergistics2:block/charged_quartz_ore_light0",
"particle": "appliedenergistics2:block/charged_quartz_ore"
},
"elements": [
@@ -41,32 +42,50 @@
"down": {
"texture": "#quartz",
"cullface": "down",
"unlit": true
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
},
"east": {
"texture": "#quartz",
"cullface": "east",
"unlit": true
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
},
"north": {
"texture": "#quartz",
"cullface": "north",
"unlit": true
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
},
"south": {
"texture": "#quartz",
"cullface": "south",
"unlit": true
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
},
"up": {
"texture": "#quartz",
"cullface": "up",
"unlit": true
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
},
"west": {
"texture": "#quartz",
"cullface": "west",
"unlit": true
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
}
},
"from": [0, 0, 0],
@@ -0,0 +1,96 @@
{
"loader": "appliedenergistics2:uvlightmap",
"parent": "block/block",
"textures": {
"block": "block/stone",
"quartz": "appliedenergistics2:block/charged_quartz_ore_light1",
"particle": "appliedenergistics2:block/charged_quartz_ore"
},
"elements": [
{
"faces": {
"down": {
"texture": "#block",
"cullface": "down"
},
"east": {
"texture": "#block",
"cullface": "east"
},
"north": {
"texture": "#block",
"cullface": "north"
},
"south": {
"texture": "#block",
"cullface": "south"
},
"up": {
"texture": "#block",
"cullface": "up"
},
"west": {
"texture": "#block",
"cullface": "west"
}
},
"from": [0, 0, 0],
"to": [16, 16, 16]
},
{
"faces": {
"down": {
"texture": "#quartz",
"cullface": "down",
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
},
"east": {
"texture": "#quartz",
"cullface": "east",
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
},
"north": {
"texture": "#quartz",
"cullface": "north",
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
},
"south": {
"texture": "#quartz",
"cullface": "south",
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
},
"up": {
"texture": "#quartz",
"cullface": "up",
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
},
"west": {
"texture": "#quartz",
"cullface": "west",
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
}
},
"from": [0, 0, 0],
"shade": true,
"to": [16, 16, 16]
}
]
}
@@ -0,0 +1,96 @@
{
"loader": "appliedenergistics2:uvlightmap",
"parent": "block/block",
"textures": {
"block": "block/stone",
"quartz": "appliedenergistics2:block/charged_quartz_ore_light2",
"particle": "appliedenergistics2:block/charged_quartz_ore"
},
"elements": [
{
"faces": {
"down": {
"texture": "#block",
"cullface": "down"
},
"east": {
"texture": "#block",
"cullface": "east"
},
"north": {
"texture": "#block",
"cullface": "north"
},
"south": {
"texture": "#block",
"cullface": "south"
},
"up": {
"texture": "#block",
"cullface": "up"
},
"west": {
"texture": "#block",
"cullface": "west"
}
},
"from": [0, 0, 0],
"to": [16, 16, 16]
},
{
"faces": {
"down": {
"texture": "#quartz",
"cullface": "down",
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
},
"east": {
"texture": "#quartz",
"cullface": "east",
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
},
"north": {
"texture": "#quartz",
"cullface": "north",
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
},
"south": {
"texture": "#quartz",
"cullface": "south",
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
},
"up": {
"texture": "#quartz",
"cullface": "up",
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
},
"west": {
"texture": "#quartz",
"cullface": "west",
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
}
},
"from": [0, 0, 0],
"shade": true,
"to": [16, 16, 16]
}
]
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"lights_bright": "appliedenergistics2:block/chest/lights_on_bright",
"lights_medium": "appliedenergistics2:block/chest/lights_on_medium",
@@ -12,7 +13,10 @@
"up": {
"texture": "#lights_bright",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
}
}
},
@@ -23,7 +27,10 @@
"up": {
"texture": "#lights_medium",
"tintindex": 2,
"unlit": true
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
}
}
},
@@ -34,7 +41,10 @@
"up": {
"texture": "#lights_dark",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"parent": "block/block",
"textures": {
"block": "appliedenergistics2:block/controller_powered",
@@ -11,32 +12,50 @@
"down": {
"texture": "#lights",
"uv": [0, 0, 16, 16],
"unlit": true
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
},
"east": {
"texture": "#lights",
"uv": [0, 0, 16, 16],
"unlit": true
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
},
"north": {
"texture": "#lights",
"uv": [0, 0, 16, 16],
"unlit": true
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
},
"south": {
"texture": "#lights",
"uv": [0, 0, 16, 16],
"unlit": true
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
},
"up": {
"texture": "#lights",
"uv": [0, 0, 16, 16],
"unlit": true
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
},
"west": {
"texture": "#lights",
"uv": [0, 0, 16, 16],
"unlit": true
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
}
},
"from": [0, 0, 0],
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"parent": "block/block",
"textures": {
"block": "appliedenergistics2:block/controller_powered",
@@ -11,32 +12,50 @@
"down": {
"texture": "#lights",
"uv": [0, 0, 16, 16],
"unlit": true
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
},
"east": {
"texture": "#lights",
"uv": [0, 0, 16, 16],
"unlit": true
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
},
"north": {
"texture": "#lights",
"uv": [0, 0, 16, 16],
"unlit": true
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
},
"south": {
"texture": "#lights",
"uv": [0, 0, 16, 16],
"unlit": true
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
},
"up": {
"texture": "#lights",
"uv": [0, 0, 16, 16],
"unlit": true
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
},
"west": {
"texture": "#lights",
"uv": [0, 0, 16, 16],
"unlit": true
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
}
},
"from": [0, 0, 0],
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"parent": "block/block",
"textures": {
"block": "appliedenergistics2:block/controller_column_powered",
@@ -11,32 +12,50 @@
"down": {
"texture": "#lights",
"uv": [0, 0, 16, 16],
"unlit": true
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
},
"east": {
"texture": "#lights",
"uv": [0, 0, 16, 16],
"unlit": true
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
},
"north": {
"texture": "#lights",
"uv": [0, 0, 16, 16],
"unlit": true
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
},
"south": {
"texture": "#lights",
"uv": [0, 0, 16, 16],
"unlit": true
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
},
"up": {
"texture": "#lights",
"uv": [0, 0, 16, 16],
"unlit": true
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
},
"west": {
"texture": "#lights",
"uv": [0, 0, 16, 16],
"unlit": true
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
}
},
"from": [0, 0, 0],
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"parent": "block/block",
"textures": {
"block": "appliedenergistics2:block/controller_column_powered",
@@ -11,32 +12,50 @@
"down": {
"texture": "#lights",
"uv": [0, 0, 16, 16],
"unlit": true
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
},
"east": {
"texture": "#lights",
"uv": [0, 0, 16, 16],
"unlit": true
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
},
"north": {
"texture": "#lights",
"uv": [0, 0, 16, 16],
"unlit": true
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
},
"south": {
"texture": "#lights",
"uv": [0, 0, 16, 16],
"unlit": true
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
},
"up": {
"texture": "#lights",
"uv": [0, 0, 16, 16],
"unlit": true
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
},
"west": {
"texture": "#lights",
"uv": [0, 0, 16, 16],
"unlit": true
"uvlightmap": {
"block": 0.007,
"sky": 0.007
}
}
},
"from": [0, 0, 0],
@@ -2,7 +2,12 @@
"parent": "block/orientable",
"textures": {
"particle": "appliedenergistics2:block/inscriber",
"side": "appliedenergistics2:block/inscriber",
"bottom": "appliedenergistics2:block/inscriber_bottom",
"front": "appliedenergistics2:block/inscriber_front",
"side": "appliedenergistics2:block/inscriber_side",
"top": "appliedenergistics2:block/inscriber_top",
"inside": "appliedenergistics2:block/inscriber_inside"
},
"elements": [
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"parent": "block/block",
"textures": {
"all": "appliedenergistics2:block/molecular_assembler_lights"
@@ -12,37 +13,55 @@
"texture": "#all",
"uv": [2.6, 2.6, 13.4, 13.4],
"cullface": "down",
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"up": {
"texture": "#all",
"uv": [2.6, 2.6, 13.4, 13.4],
"cullface": "up",
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"north": {
"texture": "#all",
"uv": [2.6, 2.6, 13.4, 13.4],
"cullface": "north",
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"south": {
"texture": "#all",
"uv": [2.6, 2.6, 13.4, 13.4],
"cullface": "south",
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"west": {
"texture": "#all",
"uv": [2.6, 2.6, 13.4, 13.4],
"cullface": "west",
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"east": {
"texture": "#all",
"uv": [2.6, 2.6, 13.4, 13.4],
"cullface": "east",
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,6 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "appliedenergistics2:block/quartz_ore"
"all": "appliedenergistics2:block/quartz_ore0"
}
}
@@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "appliedenergistics2:block/quartz_ore1"
}
}
@@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "appliedenergistics2:block/quartz_ore2"
}
}
@@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "appliedenergistics2:block/quartz_ore3"
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"parent": "block/block",
"textures": {
"particle": "appliedenergistics2:block/security_station_side",
@@ -41,7 +42,10 @@
"up": {
"texture": "#lightsBright",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
},
@@ -52,7 +56,10 @@
"up": {
"texture": "#lightsMedium",
"tintindex": 2,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
},
@@ -63,7 +70,10 @@
"up": {
"texture": "#lightsDark",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"ambientocclusion": false,
"textures": {
"torch": "appliedenergistics2:block/wireless_access_point_on"
@@ -38,7 +39,10 @@
"texture": "#torch",
"uv": [7, 7, 9, 9],
"rotation": 270,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
},
@@ -51,13 +55,19 @@
"texture": "#torch",
"uv": [6, 6, 10, 10],
"rotation": 90,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"down": {
"texture": "#torch",
"uv": [6, 6, 10, 10],
"rotation": 270,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
},
@@ -69,13 +79,19 @@
"west": {
"texture": "#torch",
"uv": [6, 6, 10, 10],
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"east": {
"texture": "#torch",
"uv": [6, 6, 10, 10],
"rotation": 180,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -10,22 +10,34 @@
"down": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"up": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"east": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"west": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -10,22 +10,34 @@
"down": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"up": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"east": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"west": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"lightsBright": "appliedenergistics2:part/conversion_monitor_bright",
"lightsMedium": "appliedenergistics2:part/conversion_monitor_medium_locked",
@@ -12,7 +13,10 @@
"north": {
"texture": "#lightsBright",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
},
@@ -23,7 +27,10 @@
"north": {
"texture": "#lightsMedium",
"tintindex": 2,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
},
@@ -34,7 +41,10 @@
"north": {
"texture": "#lightsDark",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"lightsBright": "appliedenergistics2:part/conversion_monitor_bright",
"lightsMedium": "appliedenergistics2:part/conversion_monitor_medium",
@@ -12,7 +13,10 @@
"north": {
"texture": "#lightsBright",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
},
@@ -23,7 +27,10 @@
"north": {
"texture": "#lightsMedium",
"tintindex": 2,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
},
@@ -34,7 +41,10 @@
"north": {
"texture": "#lightsDark",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"lightsBright": "appliedenergistics2:part/crafting_terminal_bright",
"lightsMedium": "appliedenergistics2:part/crafting_terminal_medium",
@@ -12,7 +13,10 @@
"north": {
"texture": "#lightsBright",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
},
@@ -23,7 +27,10 @@
"north": {
"texture": "#lightsMedium",
"tintindex": 2,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
},
@@ -34,7 +41,10 @@
"north": {
"texture": "#lightsDark",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"indicator": "appliedenergistics2:part/monitor_sides_status_has_channel"
},
@@ -10,22 +11,34 @@
"down": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"up": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"east": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"west": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"indicator": "appliedenergistics2:part/monitor_sides_status_on"
},
@@ -10,22 +11,34 @@
"down": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"up": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"east": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"west": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"indicator": "appliedenergistics2:part/monitor_sides_status_has_channel"
},
@@ -10,22 +11,34 @@
"down": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"up": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"east": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"west": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"indicator": "appliedenergistics2:part/monitor_sides_status_on"
},
@@ -10,22 +11,34 @@
"down": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"up": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"east": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"west": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"indicator": "appliedenergistics2:part/monitor_sides_status_has_channel"
},
@@ -10,22 +11,34 @@
"down": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"up": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"east": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"west": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"indicator": "appliedenergistics2:part/monitor_sides_status_on"
},
@@ -10,22 +11,34 @@
"down": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"up": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"east": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"west": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"indicator": "appliedenergistics2:part/monitor_sides_status_has_channel"
},
@@ -10,22 +11,34 @@
"down": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"up": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"east": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"west": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"indicator": "appliedenergistics2:part/monitor_sides_status_on"
},
@@ -10,22 +11,34 @@
"down": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"up": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"east": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"west": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"indicator": "appliedenergistics2:part/monitor_sides_status_has_channel"
},
@@ -10,22 +11,34 @@
"down": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"up": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"east": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"west": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"indicator": "appliedenergistics2:part/monitor_sides_status_on"
},
@@ -10,22 +11,34 @@
"down": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"up": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"east": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"west": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"indicator": "appliedenergistics2:part/monitor_sides_status_has_channel"
},
@@ -10,22 +11,34 @@
"down": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"up": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"east": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"west": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"indicator": "appliedenergistics2:part/monitor_sides_status_on"
},
@@ -10,22 +11,34 @@
"down": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"up": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"east": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"west": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"lightsBright": "appliedenergistics2:part/fluid_terminal_bright",
"lightsMedium": "appliedenergistics2:part/fluid_terminal_medium",
@@ -12,7 +13,10 @@
"north": {
"texture": "#lightsBright",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
},
@@ -23,7 +27,10 @@
"north": {
"texture": "#lightsMedium",
"tintindex": 2,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
},
@@ -34,7 +41,10 @@
"north": {
"texture": "#lightsDark",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"indicator": "appliedenergistics2:part/monitor_sides_status_has_channel"
},
@@ -10,22 +11,34 @@
"down": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"up": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"east": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"west": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"indicator": "appliedenergistics2:part/monitor_sides_status_on"
},
@@ -10,22 +11,34 @@
"down": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"up": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"east": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"west": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"indicator": "appliedenergistics2:part/monitor_sides_status_has_channel"
},
@@ -10,22 +11,34 @@
"down": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"up": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"east": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"west": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"indicator": "appliedenergistics2:part/monitor_sides_status_on"
},
@@ -10,22 +11,34 @@
"down": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"up": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"east": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"west": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"lightsBright": "appliedenergistics2:part/interface_terminal_bright",
"lightsMedium": "appliedenergistics2:part/interface_terminal_medium",
@@ -12,7 +13,10 @@
"north": {
"texture": "#lightsBright",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
},
@@ -23,7 +27,10 @@
"north": {
"texture": "#lightsMedium",
"tintindex": 2,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
},
@@ -34,7 +41,10 @@
"north": {
"texture": "#lightsDark",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"ambientocclusion": false,
"textures": {
"emitter": "appliedenergistics2:part/level_emitter_on",
@@ -39,7 +40,10 @@
"texture": "#emitter",
"uv": [6, 7, 8, 9],
"rotation": 270,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
},
@@ -52,13 +56,19 @@
"texture": "#emitter",
"uv": [5, 6, 9, 10],
"rotation": 90,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"down": {
"texture": "#emitter",
"uv": [5, 6, 9, 10],
"rotation": 270,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
},
@@ -70,13 +80,19 @@
"west": {
"texture": "#emitter",
"uv": [5, 6, 9, 10],
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"east": {
"texture": "#emitter",
"uv": [5, 6, 9, 10],
"rotation": 180,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"indicator": "appliedenergistics2:part/monitor_sides_status_has_channel"
},
@@ -10,22 +11,34 @@
"down": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"up": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"east": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"west": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"indicator": "appliedenergistics2:part/monitor_sides_status_on"
},
@@ -10,22 +11,34 @@
"down": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"up": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"east": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"west": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"sides": "appliedenergistics2:part/monitor_sides",
"back": "appliedenergistics2:part/monitor_back",
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"ambientocclusion": false,
"textures": {
"lights": "appliedenergistics2:part/monitor_light"
@@ -12,7 +13,10 @@
"north": {
"texture": "#lights",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"lights": "appliedenergistics2:part/monitor_light"
},
@@ -10,7 +11,10 @@
"north": {
"texture": "#lights",
"tintindex": 2,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"lights": "appliedenergistics2:part/monitor_light"
},
@@ -10,7 +11,10 @@
"north": {
"texture": "#lights",
"tintindex": 4,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"indicator": "appliedenergistics2:part/monitor_sides_status_has_channel"
},
@@ -10,22 +11,34 @@
"down": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"up": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"east": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"west": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"indicator": "appliedenergistics2:part/monitor_sides_status_on"
},
@@ -10,22 +11,34 @@
"down": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"up": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"east": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"west": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"lightsBright": "appliedenergistics2:part/pattern_terminal_bright",
"lightsMedium": "appliedenergistics2:part/pattern_terminal_medium",
@@ -12,7 +13,10 @@
"north": {
"texture": "#lightsBright",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
},
@@ -23,7 +27,10 @@
"north": {
"texture": "#lightsMedium",
"tintindex": 2,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
},
@@ -34,7 +41,10 @@
"north": {
"texture": "#lightsDark",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"indicator": "appliedenergistics2:part/monitor_sides_status_has_channel"
},
@@ -10,22 +11,34 @@
"down": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"up": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"east": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"west": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"indicator": "appliedenergistics2:part/monitor_sides_status_on"
},
@@ -10,22 +11,34 @@
"down": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"up": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"east": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"west": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"lightsBright": "appliedenergistics2:part/storage_monitor_bright",
"lightsMedium": "appliedenergistics2:part/storage_monitor_medium",
@@ -12,7 +13,10 @@
"north": {
"texture": "#lightsBright",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
},
@@ -23,7 +27,10 @@
"north": {
"texture": "#lightsMedium",
"tintindex": 2,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
},
@@ -34,7 +41,10 @@
"north": {
"texture": "#lightsDark",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"lightsBright": "appliedenergistics2:part/storage_monitor_bright",
"lightsMedium": "appliedenergistics2:part/storage_monitor_medium",
@@ -12,7 +13,10 @@
"north": {
"texture": "#lightsBright",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
},
@@ -23,7 +27,10 @@
"north": {
"texture": "#lightsMedium",
"tintindex": 2,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
},
@@ -34,7 +41,10 @@
"north": {
"texture": "#lightsDark",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"lightsBright": "appliedenergistics2:part/terminal_bright",
"lightsMedium": "appliedenergistics2:part/terminal_medium",
@@ -12,7 +13,10 @@
"north": {
"texture": "#lightsBright",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
},
@@ -23,7 +27,10 @@
"north": {
"texture": "#lightsMedium",
"tintindex": 2,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
},
@@ -34,7 +41,10 @@
"north": {
"texture": "#lightsDark",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"indicator": "appliedenergistics2:part/monitor_sides_status_on"
},
@@ -10,22 +11,34 @@
"down": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"up": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"east": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"west": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"indicator": "appliedenergistics2:part/monitor_sides_status_on"
},
@@ -10,22 +11,34 @@
"down": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"up": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"east": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"west": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"sides": "appliedenergistics2:part/monitor_sides_status",
"back": "appliedenergistics2:part/transition_plane_back",
@@ -33,22 +34,34 @@
"down": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"up": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"east": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"west": {
"texture": "#indicator",
"tintindex": 1,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
@@ -1,4 +1,5 @@
{
"loader": "appliedenergistics2:uvlightmap",
"textures": {
"sides": "appliedenergistics2:part/monitor_sides_status",
"back": "appliedenergistics2:part/transition_plane_back",
@@ -34,22 +35,34 @@
"down": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"up": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"east": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"west": {
"texture": "#indicator",
"tintindex": 3,
"unlit": true
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 342 B

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 398 B

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 412 B

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 416 B

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 826 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

@@ -0,0 +1,49 @@
{
"animation": {
"interpolate": true,
"frames": [
{
"index": 0,
"time": 25
},
{
"index": 1,
"time": 2
},
{
"index": 2,
"time": 2
},
{
"index": 3,
"time": 2
}
,
{
"index": 4,
"time": 2
},
{
"index": 5,
"time": 2
},
{
"index": 6,
"time": 2
},
{
"index": 7,
"time": 2
}
,
{
"index": 8,
"time": 2
},
{
"index": 9,
"time": 2
}
]
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

@@ -0,0 +1,49 @@
{
"animation": {
"interpolate": true,
"frames": [
{
"index": 0,
"time": 2
},
{
"index": 1,
"time": 2
},
{
"index": 2,
"time": 2
},
{
"index": 3,
"time": 2
}
,
{
"index": 4,
"time": 2
},
{
"index": 5,
"time": 2
},
{
"index": 6,
"time": 2
},
{
"index": 7,
"time": 2
}
,
{
"index": 8,
"time": 25
},
{
"index": 9,
"time": 2
}
]
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

@@ -0,0 +1,49 @@
{
"animation": {
"interpolate": true,
"frames": [
{
"index": 0,
"time": 2
},
{
"index": 1,
"time": 2
},
{
"index": 2,
"time": 25
},
{
"index": 3,
"time": 2
}
,
{
"index": 4,
"time": 2
},
{
"index": 5,
"time": 2
},
{
"index": 6,
"time": 2
},
{
"index": 7,
"time": 2
}
,
{
"index": 8,
"time": 2
},
{
"index": 9,
"time": 2
}
]
}
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 509 B

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 490 B

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 424 B

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 398 B

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 145 B

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 B

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 B

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 315 B

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 323 B

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 212 B

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 245 B

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 232 B

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 223 B

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 342 B

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 325 B

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 278 B

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 804 B

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 834 B

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 624 B

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 307 B

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 268 B

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 264 B

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

@@ -1,6 +1,6 @@
{
"animation": {
"frametime": 3,
"frametime": 2,
"frames": [
1,
2,
Binary file not shown.

Before

Width:  |  Height:  |  Size: 254 B

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 275 B

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 294 B

After

Width:  |  Height:  |  Size: 3.4 KiB

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