1
So I'm working on a pincode activator, actually i only need it to work with the use of command blocks and the correct answer is supposed to be "10"
However i couldn't really find a tutorial to what im planning to do.
To give you a perspective i have made a screenshot.


I know there a like a billion ways to improve the redstoning but all i want is have it working ^^
as of now, the correct answer is 10, if you type in 10 and hit the green you are able to progress.
However you can also type 010. and also 0101010 or 110. Basically everything that includes a "1" followed by a "0"
(pressing any other digits rips the redstone apart until you hit red/green to repair and reset all)
Managed to make the 0 last digit because it only sparks a short redstone signal while pressing the 1 maintains a permanent signal.
So... how can I make it happen that repeatetive pressing of 1 or 0 won't open the door? ^^ Im out of Ideas
However i couldn't really find a tutorial to what im planning to do.
To give you a perspective i have made a screenshot.
I know there a like a billion ways to improve the redstoning but all i want is have it working ^^
as of now, the correct answer is 10, if you type in 10 and hit the green you are able to progress.
However you can also type 010. and also 0101010 or 110. Basically everything that includes a "1" followed by a "0"
(pressing any other digits rips the redstone apart until you hit red/green to repair and reset all)
Managed to make the 0 last digit because it only sparks a short redstone signal while pressing the 1 maintains a permanent signal.
So... how can I make it happen that repeatetive pressing of 1 or 0 won't open the door? ^^ Im out of Ideas
5
i used to be a redstone noob but i read plenty of minecraft books and now i'm an expert
I managed to put a working redstone thingy together that allows for a 0-9 pin code. I basically could make it 2 digit, 20 digit and so on. It's just taking more room.
In case you are interested i could make a video explaining how my abomination of a redstone construction works
used command blocks, so this isn't for survival gamemode
In case you are interested i could make a video explaining how my abomination of a redstone construction works
used command blocks, so this isn't for survival gamemode
it's really hard. The only potential solution IMHO is to make sure that something happens when a correctly named piece of paper is found.
I'm not sure how much this will help, but could you set it up as a 3 stage system with a reset button acting as the first input. possibly using a system similar to this:https://www.youtube.com/watch?v=j5m0WmoN6SQ
I am also a redstone noob
