I wanted to make a dispenser several blocks above a player that can only be accessed through a switch about ten blocks below it. I cant seem to figure out how to make the circuit extend vertically. I tried everything I could. Could someone point me in the right direction, please? Many, many thanks!
I wanted to make a dispenser several blocks above a player that can only be accessed through a switch about ten blocks below it. I cant seem to figure out how to make the circuit extend vertically. I tried everything I could. Could someone point me in the right direction, please? Many, many thanks!
If you want to go up its block, torch, block, torch(each cycle inverts the signal) then repeat.
Redstone Torches right below each other like this-v
[D]
i
[ ]
i
[ ]
And so forth. Then just put a wire leading to the block at the bottom of the stack with the last redstone torch on it and wire it to your switch. Viola! I did something similar with dispenser traps myself.
Thank you all very much! I especially thank FayzedNZ for going the extra mile with posting that picture! I completely see what I was doing wrong and how to fix it. Thanks, again everyone!
Sadly, I tried at this for about an hour before giving up. I cant wait for pistons... I'll be boggled for hours.
It's only ten blocks high, just run wire in a verical spiral (staircase style) up the blocks to the back of the dispenser. That way you won't have a 2 second wait, also use a button.
EDIT: If you do decide to do it the lame way, run a wire from the block behind the button to the block the torch is on. There has to be an even number of torches.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
If you want to go up its block, torch, block, torch(each cycle inverts the signal) then repeat.
-
View User Profile
-
View Posts
-
Send Message
Retired StaffI
[..]
I
[..] = block
I = redstone torch
Just place a redston torch then a block above it and alternate all way up
Rigth side, vertical wiring up.
Left side vertical wiring down
[D]
i
[ ]
i
[ ]
And so forth. Then just put a wire leading to the block at the bottom of the stack with the last redstone torch on it and wire it to your switch. Viola! I did something similar with dispenser traps myself.
*EDIT* Bleehh, beaten to it
Sadly, I tried at this for about an hour before giving up. I cant wait for pistons... I'll be boggled for hours.
-
View User Profile
-
View Posts
-
Send Message
Retired StaffEDIT: If you do decide to do it the lame way, run a wire from the block behind the button to the block the torch is on. There has to be an even number of torches.