Super Factory ManagerCode-like factory programming — DSL for item / fluid / energy routing
About
The most expressive routing system in modded MC. Place a Manager block + Disks (label tagged inventories), write a tiny DSL program: EVERY 20 TICKS DO INPUT FROM chest EXCEPT torch[10] OUTPUT TO furnace END. Programs run as a tick loop. Outperforms XNet / Laser I/O for highly conditional routing.
Things to do
- Write a program that throttles input rate
- Conditional routing: "if chest_A has >100 cobble, dump to void"
Getting started
Programmer guidebook is mandatory.