Minecraft Java Edition – How to Output the Leftmost Output from Multiple Outputs in Redstone

minecraft-java-editionminecraft-redstone

I know that sounds very confusing, but I have a few examples. I want it so that I can flick something like 3 levers and have the output be the leftmost one.

If I flicked the first two, the middle one would turn on, and if I flicked only the right one, the right one would turn on. During this, all of the other ones would be off.

Here are some examples:

example image 1

example image 2

example image 3

I could use either command blocks or survival redstone.

Best Answer

Here it is the system:

enter image description here

And here it is, missing one layer:

enter image description here

I made it so you could loop it and repeat as many times you want. Dark blocks need to not be a transparent block (such as glass or slabs) and need to be there (cannot be missing), light ones can be either and quartz do not matter. There is nothing under the torches that are close to the Lamps.

Basically it's a chain reaction. Because of how repeaters work (Input can only come from one side and output leaves from another point). you came make that the far left turn off all the torches to his right. making them 'unusable'. It would be way easier to make it with commands but I wanted to make survival friendly. If the system looks confusing in any way, I'll gladly post more screenshots. Hope it helps!.