Vertical redstone crossroads

Vertical redstone crossroads - Letters Hanging On String

I have 2 redstone signals that are unavoidably going to cross each other vertically (i.e. One is horizontal and the other moves vertically through it).

I ideally need a way to have these signals pass through each other without any signal pollution.

If this is not possible in a 1 block wide space then I can find some other way of creating this circuit but if there is a way that will work in a tiled design then I'd like a schematic such as those created at http://mordritch.com/mc_rss/.

Thanks in advance.

EDIT 1: Schematic of what I had for 1 layer. I'm only space limited in that this needs to be tile-able in a row of directly adjacent copies or a repeating pattern of 2.
enter image description here



Best Answer

If you can use OP for your task, you can use (probably server-lighter solution than plain Redstone) commandblocks.

The good thing about it is that you are not limited by one line, you can transfer redstone wirelessly on longer distance or so. And you won't interact with the second line at all.

You just need to use negating rs torch and two commands:

    R C
    B
    R C
...>B

where B = solid block, R = redstone torch, C = command block, ...> incoming redstone signal

All you need is to place this command into commandblocks:

Upper CB:

/setblock <x> <y> <z> minecraft:redstone_block

lower CB:

/setblock <x> <y> <z> minecraft:stone

From XYZ coords you can then connect your next redstone. This should work on even long distances, if both locations are in loaded chunks. You can also revert the redstone if needed, just by switching the commands.




Pictures about "Vertical redstone crossroads"

Vertical redstone crossroads - Green Road Signage
Vertical redstone crossroads - Sandy Beach on Sunrise
Vertical redstone crossroads - Father with Daughter at Kitchen Table Blowing out a Candle on a Cupcake



How do you make Redstone travel vertically?

Which blocks can be powered?Can be poweredCan not be poweredAll types of stone and brick blocks. Dirt, grass, gravel, sand. Wood, wool. Double slabs. Droppers and dispensers.Glass, ice, glowstone. Stairs and single slabs. Chests. Leaves. Pistons and hoppers.



Minecraft Vertical Wires Tutorial | How to Transmit Redstone Signals Up \u0026 Down!




Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.

Images: Martin Péchy, Cherene Pearl, Jess Loiterton, Ketut Subiyanto