TeamDman / SuperFactoryManager

Mozilla Public License 2.0
35 stars 15 forks source link

Add resource filter inversion #93

Closed koalalord9999 closed 7 months ago

koalalord9999 commented 1 year ago

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

TeamDman commented 7 months ago

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