Useful Combinators


Adds many useful combinators that do various things! some simplify combinator logic whilst others add new functionality!

Content
2 years ago
0.14 - 1.1
6.68K
Circuit network

b min combinator doesn't return min value

1 year, 2 months ago

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.

1 year, 2 months ago

I will look into this

New response