QuantumStorage
QuantumStorage adds containers that can hold a near-unlimited quantity of a single item type. Inspired by the Deep Storage Unit from MineFactory Reloaded, it's designed to be a simple, reliable bulk storage solution.
Blocks
Quantum Storage Unit
The primary block. Stores up to 2 billion of one item type.
- Right-click to open the GUI.
- The first item inserted locks the unit to that type.
- Sneak + right-click with an empty hand to reset the unit (only when empty).
Quantum Storage Controller
Connects multiple units together and exposes them to pipe/cable networks. Place adjacent to one or more Quantum Storage Units.
Usage Tips
- Units work great as a buffer at the end of your ore-processing pipeline.
- They integrate with most item transport mods (pipes, AE2, RS, etc.) via standard item handlers.
- The number displayed on the face of the block updates every tick.
Configuration
(config/quantumstorage.toml)
| Key | Default | Description |
|---|---|---|
max_storage |
2147483647 |
Max items per unit |
void_overflow |
false |
Silently discard items above the cap instead of refusing |
Compatibility
| Loader | Supported Versions |
|---|---|
| NeoForge | 1.20.1, 1.21+ |
| Forge | 1.7.10 – 1.19.4 |