Minecraft – How to /setblock a specific type of redstone (Debug mode)

minecraft-java-editionminecraft-redstone

I've had a look at the new hidden world type on 1.8, and I've just wondered how to get a type of redstone that goes up in the north part of the square, and I want to use the /setblock command to create this without the appropriate blocks.

Best Answer

/setblock x y z minecraft:redstone_wire 0 replace {north:"none",south:"none",east:"none",west:"none",power:0}

Switch the none out for what you want:

none - no connection in that direction side - goes horizontally in that direction up - diagonally upward in that direction

in your case switch the north none with up.