Integrated Dynamics - On the Dynamics of Integration

Items

Move items over the network. Import items into the network using Item Importers into Item Interfaces. Export items from the network using Item Exporters from Item Interfaces. Dynamically filter what items can go through an interface using a Filtering Item Interfaces.

Crafting Table
Crafting Table
  • Crystallized Menril Chunk
  • Chest
  • Trapped Chest
  • Crystallized Menril Chunk
  • Crystallized Menril Chunk
  • Crystallized Menril Chunk
  • Crystallized Menril Chunk
  •  
  •  
  •  
Item Interface4
Crafting Table
Crafting Table
  • Item Interface
  • Output Variable Transformer
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Item Exporter
Crafting Table
Crafting Table
  • Item Interface
  • Input Variable Transformer
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Item Importer
Crafting Table
Crafting Table
  • Item Interface
  • Item Interface
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Filtering Item Interface
Aspect
Export All ItemsExport items if the boolean is true

Input: Boolean

Properties:
  • Channel
  • Round-Robin
  • Item Transfer Rate
  • Item Slot
  • Passive Interaction
  • Check Stack Size

Export Item AmountExport the given amount of items each tick.

Input: Integer

Properties:
  • Channel
  • Round-Robin
  • Item Slot
  • Passive Interaction
  • Check Stack Size

Export Item SlotExport items to the given slot. -1 is any slot, -2 or less is no slot.

Input: Integer

Properties:
  • Channel
  • Round-Robin
  • Item Transfer Rate
  • Passive Interaction
  • Check Stack Size

Export ItemExport the given item.

Input: Item

Properties:
  • Channel
  • Round-Robin
  • Blacklist
  • Item Transfer Rate
  • Item Slot
  • Passive Interaction
  • Check Stack Size
  • Check NBT
  • Empty is Wildcard
  • Craft

Export ItemsExport the given items.

Input: List

Properties:
  • Channel
  • Round-Robin
  • Blacklist
  • Item Transfer Rate
  • Item Slot
  • Passive Interaction
  • Check Stack Size
  • Check NBT

Export Items PredicateExport all items that match the given predicate.

Input: Operator

Properties:
  • Channel
  • Round-Robin
  • Item Transfer Rate
  • Item Slot
  • Passive Interaction
  • Check Stack Size

Export Items NBTExport all items that match the given NBT tag.

Input: NBT

Properties:
  • Channel
  • Round-Robin
  • Blacklist
  • Item Transfer Rate
  • Item Slot
  • Passive Interaction
  • NBT subset
  • NBT superset
  • Require Item NBT
  • Check NBT Recursively
Aspect
Import All ItemsImport items if the boolean is true

Input: Boolean

Properties:
  • Channel
  • Round-Robin
  • Item Transfer Rate
  • Item Slot
  • Passive Interaction
  • Check Stack Size

Import Item AmountImport the given amount of items each tick.

Input: Integer

Properties:
  • Channel
  • Round-Robin
  • Item Slot
  • Passive Interaction
  • Check Stack Size

Import Item SlotImport items from the given slot. -1 is any slot, -2 or less is no slot.

Input: Integer

Properties:
  • Channel
  • Round-Robin
  • Item Transfer Rate
  • Passive Interaction
  • Check Stack Size

Import ItemImport the given item.

Input: Item

Properties:
  • Channel
  • Round-Robin
  • Blacklist
  • Item Transfer Rate
  • Item Slot
  • Passive Interaction
  • Check Stack Size
  • Check NBT
  • Empty is Wildcard

Import ItemsImport the given items.

Input: List

Properties:
  • Channel
  • Round-Robin
  • Blacklist
  • Item Transfer Rate
  • Item Slot
  • Passive Interaction
  • Check Stack Size
  • Check NBT

Import Items PredicateImport all items that match the given predicate.

Input: Operator

Properties:
  • Channel
  • Round-Robin
  • Item Transfer Rate
  • Item Slot
  • Passive Interaction
  • Check Stack Size

Import Items NBTImport all items that match the given NBT tag.

Input: NBT

Properties:
  • Channel
  • Round-Robin
  • Blacklist
  • Item Transfer Rate
  • Item Slot
  • Passive Interaction
  • NBT subset
  • NBT superset
  • Require Item NBT
  • Check NBT Recursively
Aspect
Filter All ItemsPass items if the boolean is true

Input: Boolean

Properties:
  • Apply to Insertions
  • Apply to Extractions
  • Allow if not applied

Filter ItemOnly pass the given item.

Input: Item

Properties:
  • Apply to Insertions
  • Apply to Extractions
  • Allow if not applied
  • Blacklist
  • Item Transfer Rate
  • Check Stack Size
  • Check NBT
  • Empty is Wildcard

Filter ItemsPass the given items.

Input: List

Properties:
  • Apply to Insertions
  • Apply to Extractions
  • Allow if not applied
  • Blacklist
  • Item Transfer Rate
  • Check Stack Size
  • Check NBT
  • Empty is Wildcard

Filter Items PredicatePass all items that match the given predicate.

Input: Operator

Properties:
  • Apply to Insertions
  • Apply to Extractions
  • Allow if not applied

Filter Items NBTPass all items 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 Item NBT
  • Check NBT Recursively