Tom's Simple Storage Mod Examples - EmmyAllEars/Emmy-s-Ultimate-RPG-Server GitHub Wiki
Description

Simple vanilla style storage mod.
Features:
- Storage Terminal
- Inventory Connector
- Open Crate
[!WARNING] Not actually simple.
New Items
Cables
-
can run up to 2048 blocks (need both chunks to be loaded)
-
connect to:
- each other
- Proxy
- Cable Connectors
- Base Connector
- Hoppers (mod, not vanilla)
Terminal (Storage or Crafting)
Attach to Cable Connectors or Base Connector

Connecting Two systems
Base Connector → cables → Cable Connector → Proxy → Base Connector

Hoppers (modded, not vanilla)
Can Import and export items from the storage network. Exporting requires a filter (used for sorting).
Exporting Example
Networked Chest --> Hopper (Modded, Big End on Chest) --> cables --> Base Connector (target network)
This example creates an export from one system to another. The target network contents are not visible in primary network.

Proxy
Vanilla hoppers can connect to rear face of Proxy, but it's better to use modded hoppers to grab items and import to network.
Vanilla Hopper → Proxy → chest in network/Base Connector