TL;DR
I would like to be able to perform "AND" and "OR" operations in one combinatorWhat ?
Instead of having to use three decider combinators + an arithmetic combinator and 3 circuit signals to determine if there are, for example more than 2000 coal and 3000 iron in a network, I would like for the ability to use one singular combinator to perform this logical AND operation.This is my current setup for performing this exact situation described.
From the image above, you can see what I'm talking about: four different combinators are used in this situation, I would like to only have to use one combinator. Perhaps this hypothetical combinator could be called a "Logical combinator", but I'm not one extremely good with naming conventions so I don't know.