Super Factory Manager ( SFM )

Super Factory Manager ( SFM )

16M Downloads

Add an except keyword that inverts an input, selecting everything that doesn't match

nogweii opened this issue ยท 1 comments

commented

This would be a great pair with #153, for example, a mob farm could send everything that isn't a mob drop to the void:

input dropA, dropB from mob_chest
output to treasure_chest
forget

input except dropA, dropB from mob_chest
output to #void
commented

Welp, apparently this already exists and I didn't realize. Nevermind! ๐Ÿ˜†