However I connect it, I can't get "min combinator" to return the min value of the inputs!
I'm trying to limit the request (because QuantumResourceDistribution2 never fulfills requests that don't fit into the chest), so I'm trying to find min value between arithmetic combinator output and constant combinator output.
-
If I use the same signal on the same wire, they obviously combine before getting to "min combinator", which is useless.
-
If I use different signals on the same wire, then "min combinator" outputs one of them, with the value of 1, which is either useless (in the case of the correct signal being chosen) or very useless (in the case of the wrong signal).
-
If I put different signals on different wires, I'm left with no way to isolate output wire from one of the the inputs, which again makes it useless.