Update models for unlit loader
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"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 }
|
||||
]
|
||||
}
|
||||
}
|
||||
"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 }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"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 }
|
||||
]
|
||||
}
|
||||
}
|
||||
"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 }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
+6
-25
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"block": "block/stone",
|
||||
@@ -42,50 +41,32 @@
|
||||
"down": {
|
||||
"texture": "#quartz",
|
||||
"cullface": "down",
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#quartz",
|
||||
"cullface": "east",
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"north": {
|
||||
"texture": "#quartz",
|
||||
"cullface": "north",
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"south": {
|
||||
"texture": "#quartz",
|
||||
"cullface": "south",
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"up": {
|
||||
"texture": "#quartz",
|
||||
"cullface": "up",
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"west": {
|
||||
"texture": "#quartz",
|
||||
"cullface": "west",
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
},
|
||||
"from": [0, 0, 0],
|
||||
|
||||
+6
-25
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"block": "block/stone",
|
||||
@@ -42,50 +41,32 @@
|
||||
"down": {
|
||||
"texture": "#quartz",
|
||||
"cullface": "down",
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#quartz",
|
||||
"cullface": "east",
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"north": {
|
||||
"texture": "#quartz",
|
||||
"cullface": "north",
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"south": {
|
||||
"texture": "#quartz",
|
||||
"cullface": "south",
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"up": {
|
||||
"texture": "#quartz",
|
||||
"cullface": "up",
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"west": {
|
||||
"texture": "#quartz",
|
||||
"cullface": "west",
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
},
|
||||
"from": [0, 0, 0],
|
||||
|
||||
+6
-25
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"block": "block/stone",
|
||||
@@ -42,50 +41,32 @@
|
||||
"down": {
|
||||
"texture": "#quartz",
|
||||
"cullface": "down",
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#quartz",
|
||||
"cullface": "east",
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"north": {
|
||||
"texture": "#quartz",
|
||||
"cullface": "north",
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"south": {
|
||||
"texture": "#quartz",
|
||||
"cullface": "south",
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"up": {
|
||||
"texture": "#quartz",
|
||||
"cullface": "up",
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"west": {
|
||||
"texture": "#quartz",
|
||||
"cullface": "west",
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
},
|
||||
"from": [0, 0, 0],
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"lights_bright": "appliedenergistics2:block/chest/lights_on_bright",
|
||||
"lights_medium": "appliedenergistics2:block/chest/lights_on_medium",
|
||||
@@ -13,10 +12,7 @@
|
||||
"up": {
|
||||
"texture": "#lights_bright",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -27,10 +23,7 @@
|
||||
"up": {
|
||||
"texture": "#lights_medium",
|
||||
"tintindex": 2,
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -41,10 +34,7 @@
|
||||
"up": {
|
||||
"texture": "#lights_dark",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+6
-25
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"block": "appliedenergistics2:block/controller_powered",
|
||||
@@ -12,50 +11,32 @@
|
||||
"down": {
|
||||
"texture": "#lights",
|
||||
"uv": [0, 0, 16, 16],
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#lights",
|
||||
"uv": [0, 0, 16, 16],
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"north": {
|
||||
"texture": "#lights",
|
||||
"uv": [0, 0, 16, 16],
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"south": {
|
||||
"texture": "#lights",
|
||||
"uv": [0, 0, 16, 16],
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"up": {
|
||||
"texture": "#lights",
|
||||
"uv": [0, 0, 16, 16],
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"west": {
|
||||
"texture": "#lights",
|
||||
"uv": [0, 0, 16, 16],
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
},
|
||||
"from": [0, 0, 0],
|
||||
|
||||
+6
-25
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"block": "appliedenergistics2:block/controller_powered",
|
||||
@@ -12,50 +11,32 @@
|
||||
"down": {
|
||||
"texture": "#lights",
|
||||
"uv": [0, 0, 16, 16],
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#lights",
|
||||
"uv": [0, 0, 16, 16],
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"north": {
|
||||
"texture": "#lights",
|
||||
"uv": [0, 0, 16, 16],
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"south": {
|
||||
"texture": "#lights",
|
||||
"uv": [0, 0, 16, 16],
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"up": {
|
||||
"texture": "#lights",
|
||||
"uv": [0, 0, 16, 16],
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"west": {
|
||||
"texture": "#lights",
|
||||
"uv": [0, 0, 16, 16],
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
},
|
||||
"from": [0, 0, 0],
|
||||
|
||||
+6
-25
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"block": "appliedenergistics2:block/controller_column_powered",
|
||||
@@ -12,50 +11,32 @@
|
||||
"down": {
|
||||
"texture": "#lights",
|
||||
"uv": [0, 0, 16, 16],
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#lights",
|
||||
"uv": [0, 0, 16, 16],
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"north": {
|
||||
"texture": "#lights",
|
||||
"uv": [0, 0, 16, 16],
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"south": {
|
||||
"texture": "#lights",
|
||||
"uv": [0, 0, 16, 16],
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"up": {
|
||||
"texture": "#lights",
|
||||
"uv": [0, 0, 16, 16],
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"west": {
|
||||
"texture": "#lights",
|
||||
"uv": [0, 0, 16, 16],
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
},
|
||||
"from": [0, 0, 0],
|
||||
|
||||
+6
-25
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"block": "appliedenergistics2:block/controller_column_powered",
|
||||
@@ -12,50 +11,32 @@
|
||||
"down": {
|
||||
"texture": "#lights",
|
||||
"uv": [0, 0, 16, 16],
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#lights",
|
||||
"uv": [0, 0, 16, 16],
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"north": {
|
||||
"texture": "#lights",
|
||||
"uv": [0, 0, 16, 16],
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"south": {
|
||||
"texture": "#lights",
|
||||
"uv": [0, 0, 16, 16],
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"up": {
|
||||
"texture": "#lights",
|
||||
"uv": [0, 0, 16, 16],
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"west": {
|
||||
"texture": "#lights",
|
||||
"uv": [0, 0, 16, 16],
|
||||
"uvlightmap": {
|
||||
"block": 0.007,
|
||||
"sky": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
},
|
||||
"from": [0, 0, 0],
|
||||
|
||||
+6
-25
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"all": "appliedenergistics2:block/molecular_assembler_lights"
|
||||
@@ -13,55 +12,37 @@
|
||||
"texture": "#all",
|
||||
"uv": [2.6, 2.6, 13.4, 13.4],
|
||||
"cullface": "down",
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"up": {
|
||||
"texture": "#all",
|
||||
"uv": [2.6, 2.6, 13.4, 13.4],
|
||||
"cullface": "up",
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"north": {
|
||||
"texture": "#all",
|
||||
"uv": [2.6, 2.6, 13.4, 13.4],
|
||||
"cullface": "north",
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"south": {
|
||||
"texture": "#all",
|
||||
"uv": [2.6, 2.6, 13.4, 13.4],
|
||||
"cullface": "south",
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"west": {
|
||||
"texture": "#all",
|
||||
"uv": [2.6, 2.6, 13.4, 13.4],
|
||||
"cullface": "west",
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#all",
|
||||
"uv": [2.6, 2.6, 13.4, 13.4],
|
||||
"cullface": "east",
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+3
-13
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"particle": "appliedenergistics2:block/security_station_side",
|
||||
@@ -42,10 +41,7 @@
|
||||
"up": {
|
||||
"texture": "#lightsBright",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -56,10 +52,7 @@
|
||||
"up": {
|
||||
"texture": "#lightsMedium",
|
||||
"tintindex": 2,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -70,10 +63,7 @@
|
||||
"up": {
|
||||
"texture": "#lightsDark",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+5
-21
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"torch": "appliedenergistics2:block/wireless_access_point_on"
|
||||
@@ -39,10 +38,7 @@
|
||||
"texture": "#torch",
|
||||
"uv": [7, 7, 9, 9],
|
||||
"rotation": 270,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -55,19 +51,13 @@
|
||||
"texture": "#torch",
|
||||
"uv": [6, 6, 10, 10],
|
||||
"rotation": 90,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"down": {
|
||||
"texture": "#torch",
|
||||
"uv": [6, 6, 10, 10],
|
||||
"rotation": 270,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -79,19 +69,13 @@
|
||||
"west": {
|
||||
"texture": "#torch",
|
||||
"uv": [6, 6, 10, 10],
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#torch",
|
||||
"uv": [6, 6, 10, 10],
|
||||
"rotation": 180,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+4
-16
@@ -10,34 +10,22 @@
|
||||
"down": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"up": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"west": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+4
-16
@@ -10,34 +10,22 @@
|
||||
"down": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"up": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"west": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+3
-13
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"lightsBright": "appliedenergistics2:part/conversion_monitor_bright",
|
||||
"lightsMedium": "appliedenergistics2:part/conversion_monitor_medium_locked",
|
||||
@@ -13,10 +12,7 @@
|
||||
"north": {
|
||||
"texture": "#lightsBright",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -27,10 +23,7 @@
|
||||
"north": {
|
||||
"texture": "#lightsMedium",
|
||||
"tintindex": 2,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -41,10 +34,7 @@
|
||||
"north": {
|
||||
"texture": "#lightsDark",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+3
-13
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"lightsBright": "appliedenergistics2:part/conversion_monitor_bright",
|
||||
"lightsMedium": "appliedenergistics2:part/conversion_monitor_medium",
|
||||
@@ -13,10 +12,7 @@
|
||||
"north": {
|
||||
"texture": "#lightsBright",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -27,10 +23,7 @@
|
||||
"north": {
|
||||
"texture": "#lightsMedium",
|
||||
"tintindex": 2,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -41,10 +34,7 @@
|
||||
"north": {
|
||||
"texture": "#lightsDark",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+3
-13
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"lightsBright": "appliedenergistics2:part/crafting_terminal_bright",
|
||||
"lightsMedium": "appliedenergistics2:part/crafting_terminal_medium",
|
||||
@@ -13,10 +12,7 @@
|
||||
"north": {
|
||||
"texture": "#lightsBright",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -27,10 +23,7 @@
|
||||
"north": {
|
||||
"texture": "#lightsMedium",
|
||||
"tintindex": 2,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -41,10 +34,7 @@
|
||||
"north": {
|
||||
"texture": "#lightsDark",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+4
-17
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"indicator": "appliedenergistics2:part/monitor_sides_status_has_channel"
|
||||
},
|
||||
@@ -11,34 +10,22 @@
|
||||
"down": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"up": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"west": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"indicator": "appliedenergistics2:part/monitor_sides_status_on"
|
||||
},
|
||||
@@ -11,34 +10,22 @@
|
||||
"down": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"up": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"west": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+4
-17
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"indicator": "appliedenergistics2:part/monitor_sides_status_has_channel"
|
||||
},
|
||||
@@ -11,34 +10,22 @@
|
||||
"down": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"up": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"west": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"indicator": "appliedenergistics2:part/monitor_sides_status_on"
|
||||
},
|
||||
@@ -11,34 +10,22 @@
|
||||
"down": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"up": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"west": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+4
-17
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"indicator": "appliedenergistics2:part/monitor_sides_status_has_channel"
|
||||
},
|
||||
@@ -11,34 +10,22 @@
|
||||
"down": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"up": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"west": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"indicator": "appliedenergistics2:part/monitor_sides_status_on"
|
||||
},
|
||||
@@ -11,34 +10,22 @@
|
||||
"down": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"up": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"west": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+4
-17
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"indicator": "appliedenergistics2:part/monitor_sides_status_has_channel"
|
||||
},
|
||||
@@ -11,34 +10,22 @@
|
||||
"down": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"up": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"west": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"indicator": "appliedenergistics2:part/monitor_sides_status_on"
|
||||
},
|
||||
@@ -11,34 +10,22 @@
|
||||
"down": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"up": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"west": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+4
-17
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"indicator": "appliedenergistics2:part/monitor_sides_status_has_channel"
|
||||
},
|
||||
@@ -11,34 +10,22 @@
|
||||
"down": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"up": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"west": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"indicator": "appliedenergistics2:part/monitor_sides_status_on"
|
||||
},
|
||||
@@ -11,34 +10,22 @@
|
||||
"down": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"up": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"west": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+4
-17
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"indicator": "appliedenergistics2:part/monitor_sides_status_has_channel"
|
||||
},
|
||||
@@ -11,34 +10,22 @@
|
||||
"down": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"up": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"west": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+4
-17
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"indicator": "appliedenergistics2:part/monitor_sides_status_on"
|
||||
},
|
||||
@@ -11,34 +10,22 @@
|
||||
"down": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"up": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"west": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"lightsBright": "appliedenergistics2:part/fluid_terminal_bright",
|
||||
"lightsMedium": "appliedenergistics2:part/fluid_terminal_medium",
|
||||
@@ -13,10 +12,7 @@
|
||||
"north": {
|
||||
"texture": "#lightsBright",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -27,10 +23,7 @@
|
||||
"north": {
|
||||
"texture": "#lightsMedium",
|
||||
"tintindex": 2,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -41,10 +34,7 @@
|
||||
"north": {
|
||||
"texture": "#lightsDark",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+4
-17
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"indicator": "appliedenergistics2:part/monitor_sides_status_has_channel"
|
||||
},
|
||||
@@ -11,34 +10,22 @@
|
||||
"down": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"up": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"west": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"indicator": "appliedenergistics2:part/monitor_sides_status_on"
|
||||
},
|
||||
@@ -11,34 +10,22 @@
|
||||
"down": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"up": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"west": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+4
-17
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"indicator": "appliedenergistics2:part/monitor_sides_status_has_channel"
|
||||
},
|
||||
@@ -11,34 +10,22 @@
|
||||
"down": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"up": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"west": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"indicator": "appliedenergistics2:part/monitor_sides_status_on"
|
||||
},
|
||||
@@ -11,34 +10,22 @@
|
||||
"down": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"up": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"west": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+3
-13
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"lightsBright": "appliedenergistics2:part/interface_terminal_bright",
|
||||
"lightsMedium": "appliedenergistics2:part/interface_terminal_medium",
|
||||
@@ -13,10 +12,7 @@
|
||||
"north": {
|
||||
"texture": "#lightsBright",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -27,10 +23,7 @@
|
||||
"north": {
|
||||
"texture": "#lightsMedium",
|
||||
"tintindex": 2,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -41,10 +34,7 @@
|
||||
"north": {
|
||||
"texture": "#lightsDark",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+5
-21
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"emitter": "appliedenergistics2:part/level_emitter_on",
|
||||
@@ -40,10 +39,7 @@
|
||||
"texture": "#emitter",
|
||||
"uv": [6, 7, 8, 9],
|
||||
"rotation": 270,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -56,19 +52,13 @@
|
||||
"texture": "#emitter",
|
||||
"uv": [5, 6, 9, 10],
|
||||
"rotation": 90,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"down": {
|
||||
"texture": "#emitter",
|
||||
"uv": [5, 6, 9, 10],
|
||||
"rotation": 270,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -80,19 +70,13 @@
|
||||
"west": {
|
||||
"texture": "#emitter",
|
||||
"uv": [5, 6, 9, 10],
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#emitter",
|
||||
"uv": [5, 6, 9, 10],
|
||||
"rotation": 180,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+4
-17
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"indicator": "appliedenergistics2:part/monitor_sides_status_has_channel"
|
||||
},
|
||||
@@ -11,34 +10,22 @@
|
||||
"down": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"up": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"west": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+4
-17
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"indicator": "appliedenergistics2:part/monitor_sides_status_on"
|
||||
},
|
||||
@@ -11,34 +10,22 @@
|
||||
"down": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"up": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"west": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"sides": "appliedenergistics2:part/monitor_sides",
|
||||
"back": "appliedenergistics2:part/monitor_back",
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"lights": "appliedenergistics2:part/monitor_light"
|
||||
@@ -13,10 +12,7 @@
|
||||
"north": {
|
||||
"texture": "#lights",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"lights": "appliedenergistics2:part/monitor_light"
|
||||
},
|
||||
@@ -11,10 +10,7 @@
|
||||
"north": {
|
||||
"texture": "#lights",
|
||||
"tintindex": 2,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"lights": "appliedenergistics2:part/monitor_light"
|
||||
},
|
||||
@@ -11,10 +10,7 @@
|
||||
"north": {
|
||||
"texture": "#lights",
|
||||
"tintindex": 4,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+4
-17
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"indicator": "appliedenergistics2:part/monitor_sides_status_has_channel"
|
||||
},
|
||||
@@ -11,34 +10,22 @@
|
||||
"down": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"up": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"west": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+4
-17
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"indicator": "appliedenergistics2:part/monitor_sides_status_on"
|
||||
},
|
||||
@@ -11,34 +10,22 @@
|
||||
"down": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"up": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"west": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"lightsBright": "appliedenergistics2:part/pattern_terminal_bright",
|
||||
"lightsMedium": "appliedenergistics2:part/pattern_terminal_medium",
|
||||
@@ -13,10 +12,7 @@
|
||||
"north": {
|
||||
"texture": "#lightsBright",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -27,10 +23,7 @@
|
||||
"north": {
|
||||
"texture": "#lightsMedium",
|
||||
"tintindex": 2,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -41,10 +34,7 @@
|
||||
"north": {
|
||||
"texture": "#lightsDark",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+4
-17
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"indicator": "appliedenergistics2:part/monitor_sides_status_has_channel"
|
||||
},
|
||||
@@ -11,34 +10,22 @@
|
||||
"down": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"up": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"west": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"indicator": "appliedenergistics2:part/monitor_sides_status_on"
|
||||
},
|
||||
@@ -11,34 +10,22 @@
|
||||
"down": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"up": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"west": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+3
-13
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"lightsBright": "appliedenergistics2:part/storage_monitor_bright",
|
||||
"lightsMedium": "appliedenergistics2:part/storage_monitor_medium",
|
||||
@@ -13,10 +12,7 @@
|
||||
"north": {
|
||||
"texture": "#lightsBright",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -27,10 +23,7 @@
|
||||
"north": {
|
||||
"texture": "#lightsMedium",
|
||||
"tintindex": 2,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -41,10 +34,7 @@
|
||||
"north": {
|
||||
"texture": "#lightsDark",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"lightsBright": "appliedenergistics2:part/storage_monitor_bright",
|
||||
"lightsMedium": "appliedenergistics2:part/storage_monitor_medium",
|
||||
@@ -13,10 +12,7 @@
|
||||
"north": {
|
||||
"texture": "#lightsBright",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -27,10 +23,7 @@
|
||||
"north": {
|
||||
"texture": "#lightsMedium",
|
||||
"tintindex": 2,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -41,10 +34,7 @@
|
||||
"north": {
|
||||
"texture": "#lightsDark",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"lightsBright": "appliedenergistics2:part/terminal_bright",
|
||||
"lightsMedium": "appliedenergistics2:part/terminal_medium",
|
||||
@@ -13,10 +12,7 @@
|
||||
"north": {
|
||||
"texture": "#lightsBright",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -27,10 +23,7 @@
|
||||
"north": {
|
||||
"texture": "#lightsMedium",
|
||||
"tintindex": 2,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -41,10 +34,7 @@
|
||||
"north": {
|
||||
"texture": "#lightsDark",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+4
-17
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"indicator": "appliedenergistics2:part/monitor_sides_status_on"
|
||||
},
|
||||
@@ -11,34 +10,22 @@
|
||||
"down": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"up": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"west": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+4
-17
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"indicator": "appliedenergistics2:part/monitor_sides_status_on"
|
||||
},
|
||||
@@ -11,34 +10,22 @@
|
||||
"down": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"up": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"west": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+4
-17
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"sides": "appliedenergistics2:part/monitor_sides_status",
|
||||
"back": "appliedenergistics2:part/transition_plane_back",
|
||||
@@ -34,34 +33,22 @@
|
||||
"down": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"up": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"west": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"loader": "appliedenergistics2:uvlightmap",
|
||||
"textures": {
|
||||
"sides": "appliedenergistics2:part/monitor_sides_status",
|
||||
"back": "appliedenergistics2:part/transition_plane_back",
|
||||
@@ -35,34 +34,22 @@
|
||||
"down": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"up": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"east": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
},
|
||||
"west": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
"unlit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user