Minecraft – Vertical redstone crossroads

minecraft-java-editionminecraft-redstone

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

I have come up with a working design using slimeblocks:

Screenshot showing the design

The vertical line is done using a sticky piston pushing slime blocks up and down. You'll need three slime blocks to prevent the horizontal line from powering the piston due to quasi-connectivity.

The horizontal line crosses the slime blocks. The repeater has to be placed on the far side of the redstone blocks, and set to two ticks. This prevents the signal from turning off while the slimeblocks are moved. Thanks to ash4fun for the idea with the higher repeater delay.