Updated fluid interface GUI and other fluid related textures. (#3567)
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": {
|
||||
"model": "appliedenergistics2:interface"
|
||||
"model": "appliedenergistics2:fluid_interface"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -160,6 +160,7 @@ gui.appliedenergistics2.Patterns=Patterns
|
||||
gui.appliedenergistics2.SpatialIOPort=Spatial IO Port
|
||||
gui.appliedenergistics2.StoredEnergy=Stored Energy
|
||||
gui.appliedenergistics2.StoredItems=Stored Items
|
||||
gui.appliedenergistics2.StoredFluids=Stored Fluids
|
||||
gui.appliedenergistics2.Terminal=Terminal
|
||||
gui.appliedenergistics2.InterfaceTerminal=Interface Terminal
|
||||
gui.appliedenergistics2.InterfaceTerminalHint=Show Or Hide on Interface Terminal.
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "appliedenergistics2:blocks/fluid_interface"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,104 @@
|
||||
{
|
||||
"textures": {
|
||||
"sides": "appliedenergistics2:parts/export_bus_sides",
|
||||
"sidesStatus": "appliedenergistics2:parts/monitor_sides_status",
|
||||
"back": "appliedenergistics2:parts/monitor_back",
|
||||
"front": "appliedenergistics2:items/part/fluid_interface",
|
||||
"particle": "appliedenergistics2:parts/monitor_back"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [
|
||||
2,
|
||||
2,
|
||||
0
|
||||
],
|
||||
"to": [
|
||||
14,
|
||||
14,
|
||||
2
|
||||
],
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
5,
|
||||
5,
|
||||
3
|
||||
],
|
||||
"to": [
|
||||
11,
|
||||
11,
|
||||
4
|
||||
],
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
5,
|
||||
5,
|
||||
2
|
||||
],
|
||||
"to": [
|
||||
11,
|
||||
11,
|
||||
3
|
||||
],
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#sidesStatus"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sidesStatus"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sidesStatus"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sidesStatus"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"ae2_uvl_marker": true,
|
||||
"textures": {
|
||||
"indicator": "appliedenergistics2:parts/monitor_sides_status_has_channel"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [
|
||||
5,
|
||||
5,
|
||||
2
|
||||
],
|
||||
"to": [
|
||||
11,
|
||||
11,
|
||||
3
|
||||
],
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
},
|
||||
"up": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
},
|
||||
"east": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
},
|
||||
"west": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 1,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"textures": {
|
||||
"indicator": "appliedenergistics2:parts/monitor_sides_status_off"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [
|
||||
5,
|
||||
5,
|
||||
2
|
||||
],
|
||||
"to": [
|
||||
11,
|
||||
11,
|
||||
3
|
||||
],
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#indicator"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#indicator"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#indicator"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#indicator"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"ae2_uvl_marker": true,
|
||||
"textures": {
|
||||
"indicator": "appliedenergistics2:parts/monitor_sides_status_on"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [
|
||||
5,
|
||||
5,
|
||||
2
|
||||
],
|
||||
"to": [
|
||||
11,
|
||||
11,
|
||||
3
|
||||
],
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
},
|
||||
"up": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
},
|
||||
"east": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
},
|
||||
"west": {
|
||||
"texture": "#indicator",
|
||||
"tintindex": 3,
|
||||
"uvlightmap": {
|
||||
"sky": 0.007,
|
||||
"block": 0.007
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 341 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 340 B After Width: | Height: | Size: 344 B |
|
Before Width: | Height: | Size: 339 B After Width: | Height: | Size: 339 B |
|
After Width: | Height: | Size: 341 B |
|
Before Width: | Height: | Size: 327 B After Width: | Height: | Size: 334 B |