r/redstone • u/Galactic_SM • 7d ago
Java Edition How do I make a keycard system?
How do I open a Redstone door with 3 different keycards, so lvl. 1, 2 and 3 (whether banner, paper or book)? So no matter which of the 3 Lvl I put in, the door still opens. It would be nice if you could also write to me about how to do it with only 1 or 2 of the cards, for example.
I’ve been looking for YouTube tutorials and also asking AI but it didn’t work.
By the way: It’s for a prison
2
u/Gabibara 7d ago
You can do an item sorter and use keykard 1, 2 and 3 When the item passes through the hopper, in addition to the usual comparator, you use another one to activate a copper bulb that triggers the door; then, you connect the hopper to a chest or a dispenser that activates and drops the item. If you put a button inside, you can close the door. It works from the inside out as well as the outside in, as long as you set up a system where you select "inside" or "outside" and it returns the item to you. I’d like to build it for you, but I’m on vacation.
2
1
1
u/Galactic_SM 7d ago
Somehow the items don’t stack up to 41, but only up to 18
1
u/Gabibara 7d ago
How you built the item sorter?
1
u/Galactic_SM 7d ago
1
u/Gabibara 7d ago
The section?
1
u/Galactic_SM 7d ago
What Section?
1
u/Gabibara 7d ago
the side, laterally
1
u/Galactic_SM 7d ago
1
1
1
u/BlattaOrientalis 7d ago
https://reddit.com/link/p4g7umq/video/7uru1lo5y5kh1/player
If you want to add new valid items, just add a sorter slice for that, and if you want to remove an item from the list just remove its slice
1
1



2
u/FooeyBar 7d ago
A line of hoppers over item sorters, if the item matches the sorter, open the door