#can you tell a splitter to split only if
1 messages · Page 1 of 1 (latest)
Am I understading correctly that you want something that has input A and two outputs B and C. You want to switch between two modes using circuit condition X:
Everything goes to A
a specific item goes to B and everything else to A?
I have a solution but can't built it right now.
My solution has exactly three splitters.
The first one separate your input into two belts but with priority to the left.
The last splitter merges the two belts together again.
The left belt (the one with priority) is disabled with the circuit condition. It goes directly to the last splitter. (the merging splitter)
The right belt (which is empty when the circuit condition is on) goes trough a splitter that filters the item you want
Is that somewhat understandable?
I am curious to know why do you want this actually
yeah the use case isnt that complicated
i have a iron outpost that needs to sometimes make ammo so i wanna count the ammo i have in chests to see if i need to divert ammo to the place where ammo is made
oh
Then the design is ways easier than that. You want it to slit; not to filter
my bad