Ok, so I'm working on a gate system for a small redstone project of mine, and need some tips of how to clean this up:
What it does is take two inputs (A & B), and gives one of the following outputs when conditions are met:
If both A & B are off: no output
If A is on and B is off: output through Output X
If A is on and B is on: output through output Y
If A is off and B is on: output through Output Z
What it does is take two inputs (A & B), and gives one of the following outputs when conditions are met:
If both A & B are off: no output
If A is on and B is off: output through Output X
If A is on and B is on: output through output Y
If A is off and B is on: output through Output Z