Super Factory Manager ( SFM )

Super Factory Manager ( SFM )

16M Downloads

Suggestion: A NOT option rather than selecting what's allowed

FHoulbreque opened this issue · 2 comments

commented

Maybe I did miss it but a not keyword to blacklist keywords would be really neat. If I missed it, feel free to tell me. Thanks for this awesome updating of this mod I discovered recently in GT:NH (it's original version at least).

commented

There is an EXCEPT keyword which might be what you're looking for

-- you can exclude items too
EVERY 20 TICKS DO
INPUT *ingot* EXCEPT iron_ingot, gold_ingot FROM a
INPUT EXCEPT cobblestone FROM z
OUTPUT 5 EXCEPT copper_ingot TO b
END

commented

Oh yes! I missed this one, thank you it's exactly what I was looking for. And thanks for the awesome reactivity.