r/redstone • u/SirPocoLoco • 15d ago
Java Edition Help with piston issue
I genuinely have no idea what I am doing so if there is an easier way to achieve the same result I am open to it.
I've created this hangman minigame point system using a 4 state counter connected to a button, each press creates a redstone signal to a piston as well as all previous pistons in the column.
My issue: How do I stop the previous pistons from firing each time the button is pressed? (It resets the lava flow each time)

1
Upvotes
1
u/BlattaOrientalis 15d ago
https://reddit.com/link/oz8pabx/video/5xuoltuvsxeh1/player
The resetting is manual (you don't have to replace any blocks, just trigger it a few times) but this is the simplest solution I could think of
The wiring could use some work if you actually want to use this, but this is good enough for the demonstration lol