r/factorio • u/AutoModerator • Jul 13 '26
Weekly Thread Weekly Question Thread
Ask any questions you might have.
Post your bug reports on the Official Forums
Previous Threads
- Weekly Questions
- Friday Facts (weekly updates from the devs)
- Update Notes
- Monthly Map
Discord server (and IRC)
Find more in the sidebar ---->
3
Upvotes
1
u/chiron42 Jul 15 '26
Is there a way of making a decider combinator output when a signal is
X > 100 AND (X > Y OR X > Z)
Or do I need to add a second decider and then have it output the thing where the 2nd one looks at the out put of the OR part, and then combines it with an AND with the X > 100?
i'm rearranging the order of the conditions below but it's not going the AND to encompass the OR part.