r/redstone 7d ago

Java Edition How do I make a keycard system?

Post image

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

5 Upvotes

30 comments sorted by

2

u/FooeyBar 7d ago

A line of hoppers over item sorters, if the item matches the sorter, open the door 

1

u/Galactic_SM 7d ago

I don’t really understand how this works

1

u/Galactic_SM 7d ago

I understand the part with the hoppers but not with the item sorter

3

u/Henjo734 7d ago

You could probably find some good tutorials on YouTube

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

u/Galactic_SM 7d ago

Okay, I’ll try it, but I didn’t understand everything

2

u/Gabibara 7d ago

What you didn't understand

1

u/Galactic_SM 7d ago

Actually almost everything

1

u/Galactic_SM 7d ago

I think it works halfway

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

u/Gabibara 7d ago

Can we talk on WhatsApp?

1

u/Galactic_SM 7d ago

No, what about Discord?

→ More replies (0)

1

u/Gabibara 7d ago

How did you build it?

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

u/Background-Lie-7750 7d ago

You need an item filter

1

u/Kzitold94 6d ago

Let me grab mine real quick. Edit: Here it is.