Initial Fluid Integration (#3510)

* Added Fluid Storage Cells

* Added Fluid Import Bus

* Added Fluid Export Bus

* Added Fluid Storage Bus

* Added Fluid Terminal.
While holding a item with the FLUID_HANDLER_ITEM_CAPABILITY, such as a tank
Left click on a fluid to extract the fluid
Right click to insert the fluid
This commit is contained in:
Brock
2018-06-12 03:55:33 +10:00
committed by yueh
parent 89bebc4385
commit d16677224a
126 changed files with 8031 additions and 778 deletions
@@ -131,6 +131,7 @@ gui.appliedenergistics2.SecurityCardEditor=Biometric Card Editor
gui.appliedenergistics2.Encoded=Encoded
gui.appliedenergistics2.Priority=Priority
gui.appliedenergistics2.StorageBus=Storage Bus
gui.appliedenergistics2.StorageBusFluids=Fluid Storage Bus
gui.appliedenergistics2.EnergyDrain=Passive Drain
gui.appliedenergistics2.Installed=Installed
gui.appliedenergistics2.NetworkTool=Network Tool
@@ -146,8 +147,10 @@ gui.appliedenergistics2.Condenser=Matter Condenser
gui.appliedenergistics2.Config=Config
gui.appliedenergistics2.Drive=ME Drive
gui.appliedenergistics2.ExportBus=ME Export Bus
gui.appliedenergistics2.ExportBusFluids=ME Fluid Export Bus
gui.appliedenergistics2.GrindStone=Grindstone
gui.appliedenergistics2.ImportBus=ME Import Bus
gui.appliedenergistics2.ImportBusFluids=ME Fluid Import Bus
gui.appliedenergistics2.Interface=ME Interface
gui.appliedenergistics2.LevelEmitter=ME Level Emitter
gui.appliedenergistics2.Of=of
@@ -163,6 +166,7 @@ gui.appliedenergistics2.VibrationChamber=Vibration Chamber
gui.appliedenergistics2.NetworkDetails=Network Details
gui.appliedenergistics2.StorageCells=ME Storage Cells
gui.appliedenergistics2.IOBuses=ME Import/Export Bus
gui.appliedenergistics2.IOBusesFluids=ME Fluid Import/Export Bus
gui.appliedenergistics2.Stores=Stores
gui.appliedenergistics2.BytesUsed=Bytes Used
gui.appliedenergistics2.Types=Types
@@ -323,6 +327,9 @@ gui.tooltips.appliedenergistics2.EmitWhenCrafting=Emit Redstone while item is cr
gui.tooltips.appliedenergistics2.ReportInaccessibleItems=Report Inaccessible Items
gui.tooltips.appliedenergistics2.ReportInaccessibleItemsYes=Yes: Items that cannot be extracted will be visible.
gui.tooltips.appliedenergistics2.ReportInaccessibleItemsNo=No: Only extractable items will be visible.
gui.tooltips.appliedenergistics2.ReportInaccessibleFluids=Report Inaccessible Fluids
gui.tooltips.appliedenergistics2.ReportInaccessibleFluidsYes=Yes: Fluids that cannot be extracted will be visible.
gui.tooltips.appliedenergistics2.ReportInaccessibleFluidsNo=No: Only extractable fluids will be visible.
gui.tooltips.appliedenergistics2.BlockPlacement=Block Placement
gui.tooltips.appliedenergistics2.BlockPlacementYes=Blocks will be placed as block.
gui.tooltips.appliedenergistics2.BlockPlacementNo=Blocks will be dropped as item.
@@ -396,6 +403,10 @@ item.appliedenergistics2.storage_cell_1k.name=1k ME Storage Cell
item.appliedenergistics2.storage_cell_4k.name=4k ME Storage Cell
item.appliedenergistics2.storage_cell_16k.name=16k ME Storage Cell
item.appliedenergistics2.storage_cell_64k.name=64k ME Storage Cell
item.appliedenergistics2.fluid_storage_cell_1k.name=1k ME Fluid Storage Cell
item.appliedenergistics2.fluid_storage_cell_4k.name=4k ME Fluid Storage Cell
item.appliedenergistics2.fluid_storage_cell_16k.name=16k ME Fluid Storage Cell
item.appliedenergistics2.fluid_storage_cell_64k.name=64k ME Fluid Storage Cell
item.appliedenergistics2.creative_storage_cell.name=Creative ME Storage Cell
item.appliedenergistics2.encoded_pattern.name=Encoded Pattern
item.appliedenergistics2.view_cell.name=View Cell
@@ -422,6 +433,10 @@ item.appliedenergistics2.material.cell1k_part.name=1k ME Storage Component
item.appliedenergistics2.material.cell4k_part.name=4k ME Storage Component
item.appliedenergistics2.material.cell16k_part.name=16k ME Storage Component
item.appliedenergistics2.material.cell64k_part.name=64k ME Storage Component
item.appliedenergistics2.material.fluid_cell1k_part.name=1k ME Fluid Storage Component
item.appliedenergistics2.material.fluid_cell4k_part.name=4k ME Fluid Storage Component
item.appliedenergistics2.material.fluid_cell16k_part.name=16k ME Fluid Storage Component
item.appliedenergistics2.material.fluid_cell64k_part.name=64k ME Fluid Storage Component
item.appliedenergistics2.material.certus_quartz_crystal.name=Certus Quartz Crystal
item.appliedenergistics2.material.certus_quartz_crystal_charged.name=Charged Certus Quartz Crystal
item.appliedenergistics2.material.certus_quartz_dust.name=Certus Quartz Dust
@@ -475,19 +490,23 @@ item.appliedenergistics2.multi_part.semi_dark_monitor.name=Illuminated Panel
item.appliedenergistics2.multi_part.monitor.name=Bright Illuminated Panel
item.appliedenergistics2.multi_part.dark_monitor.name=Dark Illuminated Panel
item.appliedenergistics2.multi_part.export_bus.name=ME Export Bus
item.appliedenergistics2.multi_part.fluid_export_bus.name=ME Fluid Export Bus
item.appliedenergistics2.multi_part.formation_plane.name=ME Formation Plane
item.appliedenergistics2.multi_part.import_bus.name=ME Import Bus
item.appliedenergistics2.multi_part.fluid_import_bus.name=ME Fluid Import Bus
item.appliedenergistics2.multi_part.interface.name=ME Interface
item.appliedenergistics2.multi_part.level_emitter.name=ME Level Emitter
item.appliedenergistics2.multi_part.p2p_tunnel.name=P2P Tunnel
item.appliedenergistics2.multi_part.pattern_terminal.name=ME Pattern Terminal
item.appliedenergistics2.multi_part.quartz_fiber.name=Quartz Fiber
item.appliedenergistics2.multi_part.storage_bus.name=ME Storage Bus
item.appliedenergistics2.multi_part.fluid_storage_bus.name=ME Fluid Storage Bus
item.appliedenergistics2.multi_part.terminal.name=ME Terminal
item.appliedenergistics2.multi_part.inverted_toggle_bus.name=ME Inverted Toggle Bus
item.appliedenergistics2.multi_part.toggle_bus.name=ME Toggle Bus
item.appliedenergistics2.multi_part.crafting_monitor.name=ME Crafting Monitor
item.appliedenergistics2.multi_part.interface_terminal.name=ME Interface Terminal
item.appliedenergistics2.multi_part.fluid_terminal.name=ME Fluid Terminal
item.appliedenergistics2.multi_part.invalid_type.name=Disabled Item
item.appliedenergistics2.spatial_storage_cell_128_cubed.name=128³ Spatial Storage Cell
@@ -0,0 +1,5 @@
{
"parent": "item/generated",
"textures": {
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "appliedenergistics2:items/fluid_storage_cell_16k"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "appliedenergistics2:items/fluid_storage_cell_1k"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "appliedenergistics2:items/fluid_storage_cell_4k"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "appliedenergistics2:items/fluid_storage_cell_64k"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "appliedenergistics2:items/material_fluid_cell16k_part"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "appliedenergistics2:items/material_fluid_cell1k_part"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "appliedenergistics2:items/material_fluid_cell4k_part"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "appliedenergistics2:items/material_fluid_cell64k_part"
}
}
@@ -0,0 +1,106 @@
{
"parent": "appliedenergistics2:item/part/part",
"textures": {
"sides": "appliedenergistics2:parts/export_bus_sides",
"back": "appliedenergistics2:parts/monitor_back",
"front": "appliedenergistics2:items/part/export_bus"
},
"elements": [
{
"from": [
4,
4,
8
],
"to": [
12,
12,
10
],
"faces": {
"north": {
"texture": "#front"
},
"south": {
"texture": "#back"
},
"east": {
"texture": "#sides"
},
"west": {
"texture": "#sides"
},
"up": {
"texture": "#sides"
},
"down": {
"texture": "#sides"
}
}
},
{
"from": [
5,
5,
7
],
"to": [
11,
11,
8
],
"faces": {
"north": {
"texture": "#front"
},
"south": {
"texture": "#back"
},
"east": {
"texture": "#sides"
},
"west": {
"texture": "#sides"
},
"up": {
"texture": "#sides"
},
"down": {
"texture": "#sides"
}
}
},
{
"from": [
6,
6,
6
],
"to": [
10,
10,
7
],
"faces": {
"north": {
"texture": "#front"
},
"south": {
"texture": "#back"
},
"east": {
"texture": "#sides"
},
"west": {
"texture": "#sides"
},
"up": {
"texture": "#sides"
},
"down": {
"texture": "#sides"
}
}
}
]
}
@@ -0,0 +1,106 @@
{
"parent": "appliedenergistics2:item/part/part",
"textures": {
"sides": "appliedenergistics2:parts/import_bus_sides",
"back": "appliedenergistics2:parts/monitor_back",
"front": "appliedenergistics2:items/part/import_bus"
},
"elements": [
{
"from": [
3,
3,
8
],
"to": [
13,
13,
9
],
"faces": {
"north": {
"texture": "#front"
},
"south": {
"texture": "#back"
},
"east": {
"texture": "#sides"
},
"west": {
"texture": "#sides"
},
"up": {
"texture": "#sides"
},
"down": {
"texture": "#sides"
}
}
},
{
"from": [
4,
4,
9
],
"to": [
12,
12,
10
],
"faces": {
"north": {
"texture": "#front"
},
"south": {
"texture": "#back"
},
"east": {
"texture": "#sides"
},
"west": {
"texture": "#sides"
},
"up": {
"texture": "#sides"
},
"down": {
"texture": "#sides"
}
}
},
{
"from": [
5,
5,
10
],
"to": [
11,
11,
11
],
"faces": {
"north": {
"texture": "#front"
},
"south": {
"texture": "#back"
},
"east": {
"texture": "#sides"
},
"west": {
"texture": "#sides"
},
"up": {
"texture": "#sides"
},
"down": {
"texture": "#sides"
}
}
}
]
}
@@ -0,0 +1,106 @@
{
"parent": "appliedenergistics2:item/part/part",
"textures": {
"sides": "appliedenergistics2:parts/storage_bus_sides",
"back": "appliedenergistics2:parts/storage_bus_back",
"front": "appliedenergistics2:items/part/storage_bus"
},
"elements": [
{
"from": [
3,
3,
6
],
"to": [
13,
13,
7
],
"faces": {
"north": {
"texture": "#front"
},
"south": {
"texture": "#back"
},
"east": {
"texture": "#sides"
},
"west": {
"texture": "#sides"
},
"up": {
"texture": "#sides"
},
"down": {
"texture": "#sides"
}
}
},
{
"from": [
2,
2,
7
],
"to": [
14,
14,
8
],
"faces": {
"north": {
"texture": "#front"
},
"south": {
"texture": "#back"
},
"east": {
"texture": "#sides"
},
"west": {
"texture": "#sides"
},
"up": {
"texture": "#sides"
},
"down": {
"texture": "#sides"
}
}
},
{
"from": [
5,
5,
8
],
"to": [
11,
11,
10
],
"faces": {
"north": {
"texture": "#front"
},
"south": {
"texture": "#back"
},
"east": {
"texture": "#sides"
},
"west": {
"texture": "#sides"
},
"up": {
"texture": "#sides"
},
"down": {
"texture": "#sides"
}
}
}
]
}
@@ -0,0 +1,9 @@
{
"parent": "appliedenergistics2:item/part/display",
"textures": {
"front": "appliedenergistics2:items/part/terminal",
"front_bright": "appliedenergistics2:parts/terminal_bright",
"front_medium": "appliedenergistics2:parts/terminal_medium",
"front_dark": "appliedenergistics2:parts/terminal_dark"
}
}
@@ -0,0 +1,136 @@
{
"textures": {
"sides": "appliedenergistics2:parts/export_bus_sides",
"sidesStatus": "appliedenergistics2:parts/monitor_sides_status",
"back": "appliedenergistics2:parts/monitor_back",
"front": "appliedenergistics2:items/part/export_bus",
"particle": "appliedenergistics2:parts/monitor_back"
},
"elements": [
{
"from": [
4,
4,
2
],
"to": [
12,
12,
4
],
"faces": {
"down": {
"texture": "#sides"
},
"up": {
"texture": "#sides"
},
"south": {
"texture": "#back"
},
"east": {
"texture": "#sides"
},
"north": {
"texture": "#front"
},
"west": {
"texture": "#sides"
}
}
},
{
"from": [
5,
5,
1
],
"to": [
11,
11,
2
],
"faces": {
"down": {
"texture": "#sides"
},
"up": {
"texture": "#sides"
},
"south": {
"texture": "#back"
},
"east": {
"texture": "#sides"
},
"north": {
"texture": "#front"
},
"west": {
"texture": "#sides"
}
}
},
{
"from": [
6,
6,
0
],
"to": [
10,
10,
1
],
"faces": {
"down": {
"texture": "#sides"
},
"up": {
"texture": "#sides"
},
"south": {
"texture": "#back"
},
"east": {
"texture": "#sides"
},
"north": {
"texture": "#front"
},
"west": {
"texture": "#sides"
}
}
},
{
"from": [
6,
6,
4
],
"to": [
10,
10,
5
],
"faces": {
"down": {
"texture": "#sidesStatus"
},
"up": {
"texture": "#sidesStatus"
},
"south": {
"texture": "#back"
},
"east": {
"texture": "#sidesStatus"
},
"west": {
"texture": "#sidesStatus"
}
}
}
]
}
@@ -0,0 +1,54 @@
{
"ae2_uvl_marker": true,
"textures": {
"indicator": "appliedenergistics2:parts/monitor_sides_status_has_channel"
},
"elements": [
{
"from": [
6,
6,
4
],
"to": [
10,
10,
5
],
"faces": {
"down": {
"texture": "#indicator",
"tintindex": 1,
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"up": {
"texture": "#indicator",
"tintindex": 1,
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"east": {
"texture": "#indicator",
"tintindex": 1,
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"west": {
"texture": "#indicator",
"tintindex": 1,
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
]
}
@@ -0,0 +1,33 @@
{
"textures": {
"indicator": "appliedenergistics2:parts/monitor_sides_status_off"
},
"elements": [
{
"from": [
6,
6,
4
],
"to": [
10,
10,
5
],
"faces": {
"down": {
"texture": "#indicator"
},
"up": {
"texture": "#indicator"
},
"east": {
"texture": "#indicator"
},
"west": {
"texture": "#indicator"
}
}
}
]
}
@@ -0,0 +1,54 @@
{
"ae2_uvl_marker": true,
"textures": {
"indicator": "appliedenergistics2:parts/monitor_sides_status_on"
},
"elements": [
{
"from": [
6,
6,
4
],
"to": [
10,
10,
5
],
"faces": {
"down": {
"texture": "#indicator",
"tintindex": 3,
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"up": {
"texture": "#indicator",
"tintindex": 3,
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"east": {
"texture": "#indicator",
"tintindex": 3,
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"west": {
"texture": "#indicator",
"tintindex": 3,
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
]
}
@@ -0,0 +1,136 @@
{
"textures": {
"sides": "appliedenergistics2:parts/import_bus_sides",
"sidesStatus": "appliedenergistics2:parts/monitor_sides_status",
"back": "appliedenergistics2:parts/monitor_back",
"front": "appliedenergistics2:items/part/import_bus",
"particle": "appliedenergistics2:parts/monitor_back"
},
"elements": [
{
"from": [
4,
4,
0
],
"to": [
12,
12,
2
],
"faces": {
"down": {
"texture": "#sides"
},
"up": {
"texture": "#sides"
},
"south": {
"texture": "#back"
},
"east": {
"texture": "#sides"
},
"north": {
"texture": "#front"
},
"west": {
"texture": "#sides"
}
}
},
{
"from": [
5,
5,
2
],
"to": [
11,
11,
3
],
"faces": {
"down": {
"texture": "#sides"
},
"up": {
"texture": "#sides"
},
"south": {
"texture": "#back"
},
"east": {
"texture": "#sides"
},
"north": {
"texture": "#front"
},
"west": {
"texture": "#sides"
}
}
},
{
"from": [
6,
6,
3
],
"to": [
10,
10,
4
],
"faces": {
"down": {
"texture": "#sides"
},
"up": {
"texture": "#sides"
},
"south": {
"texture": "#back"
},
"east": {
"texture": "#sides"
},
"north": {
"texture": "#front"
},
"west": {
"texture": "#sides"
}
}
},
{
"from": [
6,
6,
4
],
"to": [
10,
10,
5
],
"faces": {
"down": {
"texture": "#sidesStatus"
},
"up": {
"texture": "#sidesStatus"
},
"south": {
"texture": "#back"
},
"east": {
"texture": "#sidesStatus"
},
"west": {
"texture": "#sidesStatus"
}
}
}
]
}
@@ -0,0 +1,54 @@
{
"ae2_uvl_marker": true,
"textures": {
"indicator": "appliedenergistics2:parts/monitor_sides_status_has_channel"
},
"elements": [
{
"from": [
6,
6,
4
],
"to": [
10,
10,
5
],
"faces": {
"down": {
"texture": "#indicator",
"tintindex": 1,
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"up": {
"texture": "#indicator",
"tintindex": 1,
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"east": {
"texture": "#indicator",
"tintindex": 1,
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"west": {
"texture": "#indicator",
"tintindex": 1,
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
]
}
@@ -0,0 +1,33 @@
{
"textures": {
"indicator": "appliedenergistics2:parts/monitor_sides_status_off"
},
"elements": [
{
"from": [
6,
6,
4
],
"to": [
10,
10,
5
],
"faces": {
"down": {
"texture": "#indicator"
},
"up": {
"texture": "#indicator"
},
"east": {
"texture": "#indicator"
},
"west": {
"texture": "#indicator"
}
}
}
]
}
@@ -0,0 +1,54 @@
{
"ae2_uvl_marker": true,
"textures": {
"indicator": "appliedenergistics2:parts/monitor_sides_status_on"
},
"elements": [
{
"from": [
6,
6,
4
],
"to": [
10,
10,
5
],
"faces": {
"down": {
"texture": "#indicator",
"tintindex": 3,
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"up": {
"texture": "#indicator",
"tintindex": 3,
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"east": {
"texture": "#indicator",
"tintindex": 3,
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"west": {
"texture": "#indicator",
"tintindex": 3,
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}
]
}
@@ -0,0 +1,130 @@
{
"textures": {
"sides": "appliedenergistics2:parts/storage_bus_sides",
"sidesStatus": "appliedenergistics2:parts/monitor_sides_status",
"back": "appliedenergistics2:parts/storage_bus_back",
"front": "appliedenergistics2:items/part/storage_bus",
"particle": "appliedenergistics2:parts/storage_bus_back"
},
"elements": [
{
"from": [
3,
3,
0
],
"to": [
13,
13,
1
],
"faces": {
"down": {
"texture": "#sides"
},
"up": {
"texture": "#sides"
},
"south": {
"texture": "#back"
},
"east": {
"texture": "#sides"
},
"north": {
"texture": "#front"
},
"west": {
"texture": "#sides"
}
}
},
{
"from": [
2,
2,
1
],
"to": [
14,
14,
2
],
"faces": {
"down": {
"texture": "#sides"
},
"up": {
"texture": "#sides"
},
"south": {
"texture": "#back"
},
"east": {
"texture": "#sides"
},
"north": {
"texture": "#front"
},
"west": {
"texture": "#sides"
}
}
},
{
"from": [
5,
5,
3
],
"to": [
11,
11,
4
],
"faces": {
"down": {
"texture": "#sides"
},
"up": {
"texture": "#sides"
},
"south": {
"texture": "#back"
},
"east": {
"texture": "#sides"
},
"west": {
"texture": "#sides"
}
}
},
{
"from": [
5,
5,
2
],
"to": [
11,
11,
3
],
"faces": {
"down": {
"texture": "#sides"
},
"up": {
"texture": "#sides"
},
"east": {
"texture": "#sides"
},
"west": {
"texture": "#sides"
}
}
}
]
}
@@ -0,0 +1,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
}
}
}
}
]
}
@@ -0,0 +1,28 @@
{
"result": {
"item": "appliedenergistics2:fluid_storage_cell_16k"
},
"type": "forge:ore_shaped",
"pattern": [
"aba",
"bcb",
"ddd"
],
"key": {
"a": {
"item": "appliedenergistics2:quartz_glass"
},
"d": {
"type": "forge:ore_dict",
"ore": "ingotIron"
},
"b": {
"type": "forge:ore_dict",
"ore": "dustRedstone"
},
"c": {
"type": "appliedenergistics2:part",
"part": "material.fluid_cell16k_part"
}
}
}
@@ -0,0 +1,16 @@
{
"result": {
"item": "appliedenergistics2:fluid_storage_cell_16k"
},
"type": "forge:ore_shapeless",
"ingredients": [
{
"type": "appliedenergistics2:part",
"part": "material.empty_storage_cell"
},
{
"type": "appliedenergistics2:part",
"part": "material.fluid_cell16k_part"
}
]
}
@@ -0,0 +1,28 @@
{
"result": {
"item": "appliedenergistics2:fluid_storage_cell_1k"
},
"type": "forge:ore_shaped",
"pattern": [
"aba",
"bcb",
"ddd"
],
"key": {
"a": {
"item": "appliedenergistics2:quartz_glass"
},
"d": {
"type": "forge:ore_dict",
"ore": "ingotIron"
},
"b": {
"type": "forge:ore_dict",
"ore": "dustRedstone"
},
"c": {
"type": "appliedenergistics2:part",
"part": "material.fluid_cell1k_part"
}
}
}
@@ -0,0 +1,16 @@
{
"result": {
"item": "appliedenergistics2:fluid_storage_cell_1k"
},
"type": "forge:ore_shapeless",
"ingredients": [
{
"type": "appliedenergistics2:part",
"part": "material.empty_storage_cell"
},
{
"type": "appliedenergistics2:part",
"part": "material.fluid_cell1k_part"
}
]
}
@@ -0,0 +1,28 @@
{
"result": {
"item": "appliedenergistics2:fluid_storage_cell_4k"
},
"type": "forge:ore_shaped",
"pattern": [
"aba",
"bcb",
"ddd"
],
"key": {
"a": {
"item": "appliedenergistics2:quartz_glass"
},
"d": {
"type": "forge:ore_dict",
"ore": "ingotIron"
},
"b": {
"type": "forge:ore_dict",
"ore": "dustRedstone"
},
"c": {
"type": "appliedenergistics2:part",
"part": "material.fluid_cell4k_part"
}
}
}
@@ -0,0 +1,16 @@
{
"result": {
"item": "appliedenergistics2:fluid_storage_cell_4k"
},
"type": "forge:ore_shapeless",
"ingredients": [
{
"type": "appliedenergistics2:part",
"part": "material.empty_storage_cell"
},
{
"type": "appliedenergistics2:part",
"part": "material.fluid_cell4k_part"
}
]
}
@@ -0,0 +1,28 @@
{
"result": {
"item": "appliedenergistics2:fluid_storage_cell_64k"
},
"type": "forge:ore_shaped",
"pattern": [
"aba",
"bcb",
"ddd"
],
"key": {
"a": {
"item": "appliedenergistics2:quartz_glass"
},
"d": {
"type": "forge:ore_dict",
"ore": "ingotIron"
},
"b": {
"type": "forge:ore_dict",
"ore": "dustRedstone"
},
"c": {
"type": "appliedenergistics2:part",
"part": "material.fluid_cell64k_part"
}
}
}
@@ -0,0 +1,16 @@
{
"result": {
"item": "appliedenergistics2:fluid_storage_cell_64k"
},
"type": "forge:ore_shapeless",
"ingredients": [
{
"type": "appliedenergistics2:part",
"part": "material.empty_storage_cell"
},
{
"type": "appliedenergistics2:part",
"part": "material.fluid_cell64k_part"
}
]
}
@@ -0,0 +1,29 @@
{
"result": {
"type": "appliedenergistics2:part",
"part": "material.fluid_cell16k_part"
},
"type": "appliedenergistics2:part_shaped",
"pattern": [
"aba",
"cdc",
"aca"
],
"key": {
"d": {
"item": "appliedenergistics2:quartz_glass"
},
"a": {
"item": "minecraft:dye",
"data": 4
},
"c": {
"type": "appliedenergistics2:part",
"part": "material.fluid_cell4k_part"
},
"b": {
"type": "appliedenergistics2:part",
"part": "material.calculation_processor"
}
}
}
@@ -0,0 +1,25 @@
{
"result": {
"type": "appliedenergistics2:part",
"part": "material.fluid_cell1k_part"
},
"type": "appliedenergistics2:part_shaped",
"pattern": [
"aba",
"bcb",
"aba"
],
"key": {
"a": {
"item": "minecraft:dye",
"data": 4
},
"b": {
"item": "#appliedenergistics2:certusCrystal"
},
"c": {
"type": "appliedenergistics2:part",
"part": "material.logic_processor"
}
}
}
@@ -0,0 +1,29 @@
{
"result": {
"type": "appliedenergistics2:part",
"part": "material.fluid_cell4k_part"
},
"type": "appliedenergistics2:part_shaped",
"pattern": [
"aba",
"cdc",
"aca"
],
"key": {
"d": {
"item": "appliedenergistics2:quartz_glass"
},
"a": {
"item": "minecraft:dye",
"data": 4
},
"c": {
"type": "appliedenergistics2:part",
"part": "material.fluid_cell1k_part"
},
"b": {
"type": "appliedenergistics2:part",
"part": "material.calculation_processor"
}
}
}
@@ -0,0 +1,29 @@
{
"result": {
"type": "appliedenergistics2:part",
"part": "material.fluid_cell64k_part"
},
"type": "appliedenergistics2:part_shaped",
"pattern": [
"aba",
"cdc",
"aca"
],
"key": {
"d": {
"item": "appliedenergistics2:quartz_glass"
},
"a": {
"item": "minecraft:dye",
"data": 4
},
"c": {
"type": "appliedenergistics2:part",
"part": "material.fluid_cell16k_part"
},
"b": {
"type": "appliedenergistics2:part",
"part": "material.calculation_processor"
}
}
}
@@ -0,0 +1,28 @@
{
"result": {
"type": "appliedenergistics2:part",
"part": "part.export_bus_fluid"
},
"type": "appliedenergistics2:part_shaped",
"pattern": [
"aba",
"lcl"
],
"key": {
"b": {
"type": "appliedenergistics2:part",
"part": "material.formation_core"
},
"a": {
"type": "forge:ore_dict",
"ore": "ingotIron"
},
"c": {
"item": "minecraft:piston"
},
"l": {
"item": "minecraft:dye",
"data": 4
}
}
}
@@ -0,0 +1,28 @@
{
"result": {
"type": "appliedenergistics2:part",
"part": "part.import_bus_fluid"
},
"type": "appliedenergistics2:part_shaped",
"pattern": [
"lal",
"bcb"
],
"key": {
"c": {
"item": "minecraft:sticky_piston"
},
"b": {
"type": "forge:ore_dict",
"ore": "ingotIron"
},
"a": {
"type": "appliedenergistics2:part",
"part": "material.annihilation_core"
},
"l": {
"item": "minecraft:dye",
"data": 4
}
}
}
@@ -0,0 +1,22 @@
{
"result": {
"type": "appliedenergistics2:part",
"part": "part.storage_bus_fluid"
},
"type": "appliedenergistics2:part_shapeless",
"ingredients": [
{
"item": "minecraft:sticky_piston"
},
{
"item": "#appliedenergistics2:interface"
},
{
"item": "minecraft:piston"
},
{
"item": "minecraft:dye",
"data": 4
}
]
}
@@ -0,0 +1,21 @@
{
"result": {
"type": "appliedenergistics2:part",
"part": "part.fluid_terminal"
},
"type": "appliedenergistics2:part_shapeless",
"ingredients": [
{
"type": "appliedenergistics2:part",
"part": "part.terminal"
},
{
"item": "minecraft:dye",
"data": 4
},
{
"type": "appliedenergistics2:part",
"part": "material.logic_processor"
}
]
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB