SuperFactoryManager
SuperFactoryManager copied to clipboard
feat: exactly input/output
Exactly allocating recipes that consume more than 1 ingredient per batch is always tricky. You definitely don’t want to see this in your factory: ↓
A dude on Discord said: “LaserIO can move items in exact amounts.” It got me thinking — why doesn’t SFM have that feature?
input from chest
output exactly 3 to machine
forget
i second this, this would be the such a useful feature and would fit the mod very much
To add examples scenarios: Oritech fragment forge where you want to insert a multiple of 2 of a specific item at a time to ensure you dont jam the machine with remaining singular items.
eg:
INPUT "(alltheores|kubejs):.*_clump" FROM Storage
OUTPUT EXACTLY 10 EACH RETAIN 20 EACH "(alltheores|kubejs):.*_clump" TO TestOutput