Add an except keyword that inverts an input, selecting everything that doesn't match
nogweii opened this issue ยท 1 comments
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