

In a certain build, I have a row of pistons above a row of observers. I need to build something (on this side of the wall) so that, whenever an observer produces a pulse, the piston above it receives a pulse. No other piston should activate otherwise.
I've made a prototype with a repeater and two torches per unit, but it's too expensive and takes up too much space. I'm looking for a better design.
Things I'm looking for (don't need to satisfy all 3):
- Less materials (currently 1 repeater and 2 torches)
- Less height (currently it's 3)
- Less depth (currently it's 2)
The pistons don't have to activate for exactly one tick. The component can vary from unit to unit (in a periodic pattern) if necessary.
by M1Miketro
1 Comment
Wouldn’t a configuration of red stone torch and solid block achieve the desired result? Torch on back of observer with solid block above or solid block behind observer with torch on top.