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

Description

Pasted image 20220820123255

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

2022-08-24_18 00 14

Connecting Two systems

Base Connector → cables → Cable Connector → Proxy → Base Connector

2022-08-24_18 15 20 1

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.

2022-08-24_18 09 37

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

Project Page

https://modrinth.com/mod/toms-storage