Super Factory Manager ( SFM )

Super Factory Manager ( SFM )

16M Downloads

Add resource filter inversion

koalalord9999 opened this issue ยท 1 comments

commented

Allow user to use ! before an item tag, to specify everything but this item should be taken or inserted

commented

Forgor when I added this, but it's supported now

-- 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