When selecting conditions in a decider combinator, I can add multiple conditions. I can then click the AND buttons on the left side to toggle AND/OR and to bring up the condition brackets.
However, it is not possible to group OR preferentially. I can do (X AND Y) OR Z, but not (X OR Y) AND Z.
Am I being stupid?
(2.0.9) Combinator 2.0 Logic - Can't do X AND (Y OR Z).
-
- Manual Inserter
- Posts: 2
- Joined: Sat Oct 26, 2024 2:14 am
- Contact:
Re: (2.0.9) Combinator 2.0 Logic - Can't do X AND (Y OR Z).
That is not a bug. It was never planned to effectively allow for parentheses. It could be condidered a suggestion.
-
- Manual Inserter
- Posts: 2
- Joined: Sat Oct 26, 2024 2:14 am
- Contact:
Re: (2.0.9) Combinator 2.0 Logic - Can't do X AND (Y OR Z).
Hi boskid, thanks for the response. Understood
Re: (2.0.9) Combinator 2.0 Logic - Can't do X AND (Y OR Z).
Ohh so it's by design that only AND merges.
I had to do (X AND Z) OR (Y AND Z) to make this work as intended.
I had to do (X AND Z) OR (Y AND Z) to make this work as intended.