Decider Combinator Generator

Type conditions with autocomplete, paste a ready combinator into the game

Start typing a signal, item or fluid name and pick from the dropdown with Enter or Tab. Esc closes it.
WHEN
iron-plate (r legendary) < 100   (red)/(r), (green)/(g) wires; quality tiers
copper-plate >= 50               a new line joins with AND; and/or also work
OR signal-A = signal-B (green)   OR starts a new group
OUT signal-check = 1             output a fixed 1
OUT iron-plate (epic) = input    output the input counts
OUT signal-A = input FROM red    count one wire only
ELSE concrete = input            output while the condition fails (2.1)
# comment
What this combinator does
Blueprint string
  • Import with the blueprint import button (or Ctrl+V after copying in game).
  • Paste an existing decider blueprint above to edit it as text.
  • A signal reads both wires unless you limit it with (red) or (green).
  • Outputs send either the input count or a fixed 1 per signal.
  • ELSE outputs need Factorio 2.1; everything else works on 2.0 too.