1
Button Counter?
I'll make this short and sweet, I need a device in which you have to press a button 4 times and then it gives you an output.
18
very useful thanks for uploading
I did this same concept, but it was a series of RS NOR latches being consecutively activated by piston style AND gates. It was unnecessarily huge. Now you show me this.
I have to burn everything now.
Does this only work with a stone button? Will the pulser work with a signal length longer or shorter than a stone button's?
I have to burn everything now.
Does this only work with a stone button? Will the pulser work with a signal length longer or shorter than a stone button's?
Lol
It will work with a pules longer then a stone buttons, but not shorter, but it is very easy to lengthen a pulse.
It will work with a pules longer then a stone buttons, but not shorter, but it is very easy to lengthen a pulse.
Dang, I was hoping it was similar to a piston flip flop toggler, where shortening the button signal would make it go faster.
I just ran some tests, and The shortest redstone signal it will work with is a four tick pulse, but there has to be at least a one tick pause before it can be toggled again. A button is ten ticks so yes. It can actually be shorter then a button pulse.
cool
He wants a clock that can be started and stopped by the press of a button. That's a little trickier, but possible. If you want a redstone one that's displays with redstone lamps, it's difficult. If you want one that uses the /scoreboard and displays on the sidebar of the screen, then it's a lot easier.
Do /scoreboard objectives add Time dummy
This will make the dummy objective "Time"
Then do /scoreboard objectives display sidebar, or is it "setdisplay"
Then make a command block being powered by a ten tick clock with the command /scoreboard players add 1 Time, assuming I wrote it with the right syntax. A switch to power the clock to turn it off will be the toggle.
Do /scoreboard objectives add Time dummy
This will make the dummy objective "Time"
Then do /scoreboard objectives display sidebar, or is it "setdisplay"
Then make a command block being powered by a ten tick clock with the command /scoreboard players add 1 Time, assuming I wrote it with the right syntax. A switch to power the clock to turn it off will be the toggle.
I mean it count time (sendons) ... Do u get me now?
P.S. I mean like stopwatch
P.S. I mean like stopwatch
Make time ones? What do you mean?
Willsr71 how to make counters..... And do u know how to make time ones?
Der. You just have four repeaters after the button instead of 6.


Your design is brilliant for this. Now explain your witchcraft on how this works.
Witchcraft? Ok The blue part is a pulse shortener and while the redstone is off there is a one tick where the line advances one. Then it turns back on and they lock again.
The part on the left is a 1 tick clock, which turns the "locking" repeaters off. Once these are off, the button signal can only go to the first repeater, because it is only 1 tick.
The only part I don't understand is how that functions as a one tick clock, it looks like it should let out two ticks instead. Maybe I just have to understand that redstone follows its own rules.
Thank you!
Ill give you a pic of a really simple one in a sec
Oh, and compact would be nice
