Hi im trying to build some defences in my world using lava. so far I have an observer to detect lava and send out a pulse which is t flip flopped into a steady state which will retract some pistons and release the lava. Ideally when the lava is gone the observer sends out another pulse to extend the pistons again.
the problem I have is that the observer also detects when the lava in front of it is 'half gone' and sends another pulse. so 3 pulses total which retracts the pistons for a second time if that makes any sense.
what I want is a sort of on off off system. so pulse 1 is on, 2 is off, 3 is off, and the next pulse will be on again etc.
Hi im trying to build some defences in my world using lava. so far I have an observer to detect lava and send out a pulse which is t flip flopped into a steady state which will retract some pistons and release the lava. Ideally when the lava is gone the observer sends out another pulse to extend the pistons again.
the problem I have is that the observer also detects when the lava in front of it is 'half gone' and sends another pulse. so 3 pulses total which retracts the pistons for a second time if that makes any sense.
what I want is a sort of on off off system. so pulse 1 is on, 2 is off, 3 is off, and the next pulse will be on again etc.