Fluids
Move fluids over the network. Import fluids into the network using Fluid Importers into FluidInterfaces. Export fluids from the network using Fluid Exporters from Fluid Interfaces. Dynamically filter what fluids can go through an interface using a Filtering Fluid Interfaces.
Aspect
Export All FluidsExport fluids if the boolean is true
Input: Boolean
Properties:
- Channel
- Round-Robin
- Fluid Transfer Rate
- Passive Interaction
- Check Fluid Amount
Export Fluid AmountExport the given amount of fluids each tick.
Input: Integer
Properties:
- Channel
- Check Fluid Amount
- Passive Interaction
Export FluidExport the given fluid.
Input: Fluid
Properties:
- Channel
- Round-Robin
- Blacklist
- Empty is Wildcard
- Fluid Transfer Rate
- Passive Interaction
- Check Fluid Amount
- Check NBT
- Craft
Export FluidsExport the given fluids.
Input: List
Properties:
- Channel
- Round-Robin
- Blacklist
- Fluid Transfer Rate
- Passive Interaction
- Check Fluid Amount
- Check NBT
Export Fluids PredicateExport all fluids that match the given predicate.
Input: Operator
Properties:
- Channel
- Round-Robin
- Fluid Transfer Rate
- Passive Interaction
- Check Fluid Amount
Export Fluids NBTExport all fluids that match the given NBT tag.
Input: NBT
Properties:
- Channel
- Fluid Transfer Rate
- Passive Interaction
- NBT subset
- NBT superset
- Require Fluid NBT
- Check NBT Recursively
Aspect
Import All FluidsImport fluids if the boolean is true
Input: Boolean
Properties:
- Channel
- Round-Robin
- Fluid Transfer Rate
- Passive Interaction
- Check Fluid Amount
Import Fluid AmountImport the given amount of fluids each tick.
Input: Integer
Properties:
- Channel
- Check Fluid Amount
- Passive Interaction
Import FluidImport the given fluid.
Input: Fluid
Properties:
- Channel
- Round-Robin
- Blacklist
- Empty is Wildcard
- Fluid Transfer Rate
- Passive Interaction
- Check Fluid Amount
- Check NBT
Import FluidsImport the given fluids.
Input: List
Properties:
- Channel
- Round-Robin
- Blacklist
- Fluid Transfer Rate
- Passive Interaction
- Check Fluid Amount
- Check NBT
Import Fluids PredicateImport all fluids that match the given predicate.
Input: Operator
Properties:
- Channel
- Round-Robin
- Fluid Transfer Rate
- Passive Interaction
- Check Fluid Amount
Import Fluids NBTImport all fluids that match the given NBT tag.
Input: NBT
Properties:
- Channel
- Fluid Transfer Rate
- Passive Interaction
- NBT subset
- NBT superset
- Require Fluid NBT
- Check NBT Recursively
Aspect
Filter All FluidsPass fluids if the boolean is true
Input: Boolean
Properties:
- Apply to Insertions
- Apply to Extractions
- Allow if not applied
Filter FluidOnly pass the given fluid.
Input: Fluid
Properties:
- Apply to Insertions
- Apply to Extractions
- Allow if not applied
- Blacklist
- Fluid Transfer Rate
- Check Fluid Amount
- Check NBT
Filter FluidsPass the given fluids.
Input: List
Properties:
- Apply to Insertions
- Apply to Extractions
- Allow if not applied
- Blacklist
- Fluid Transfer Rate
- Check Fluid Amount
- Check NBT
Filter Fluids PredicatePass all fluids that match the given predicate.
Input: Operator
Properties:
- Apply to Insertions
- Apply to Extractions
- Allow if not applied
Filter Fluids NBTPass all fluids that match the given NBT tag.
Input: NBT
Properties:
- Apply to Insertions
- Apply to Extractions
- Allow if not applied
- Blacklist
- NBT subset
- NBT superset
- Require Fluid NBT
- Check NBT Recursively