How do redstone torches (circuits) work in Minecraft?

[BACK]
How do redstone torches (circuits) work in Minecraft?
Posted On: September 19, 2023

I tried reading the minecraftwiki page on the subject, but without an understanding of precisely how the torches work, none of it makes sense. I have a lot of questions, so even an article explaining only a few of the answers would be helpful.


How is it possible for the torches to work as both input and output to a circuit?


What if two torches are both acting as output to the same redstone-wire?


What if one torch is outputting positive/on/true to a redstone-wire but another is outputting negative/off/false to the same wire?


Is there a practical difference between torches on the ground and torches on the wall?


When people talk about 'the redstone-torch's block' (ex. wires only carry power 15 blocks from the source block), do they mean the block the torch is attached to, or the block of space the torch is occupying?


How do I read the diagrams on the minecraftwiki page?


Thanks for any help understanding all of this!.


Question from user BlueRaja - Danny Pflughoeft at stackexchange.


Answer:

Bob's Minecraft Tutorial, linked by Billy ONeal, is a useful resource, but I'll try to put the basics into words.


How is it possible for the torches to.


work as both input and output to a.


circuit?


.


Is there a practical difference between torches on the ground and torches on the wall?


Depending on where the torch is placed, neighboring blocks will be inputs or outputs, but each neighboring block is EITHER an input or an output - no blocks are both.


A torch on the ground (in other words, on top of a block) outputs power in the 4 cardinal directions, and also outputs power to any block in the air above it.


That torch will only accept input from the level below it, so input wires must run straight into the block the torch is sitting on.


To summarize, torches on the ground output to their level and input from the level below.


A torch on a wall (in other words, on the side of a block) outputs power in only 3 directions (it doesn't output back into the block it's mounted on).


That torch will accept input from the top of the block it's mounted to, and from the other 3 sides of the block it's mounted to.


In summary, torches on a wall output onto the ground and take input through the wall block.


What if two torches are both acting as output to the same redstone-wire?


What if one torch is outputting positive/on/true to a redstone-wire but another is outputting negative/off/false to the same wire?


This has been answered elsewhere, but: If any power source hooked up to that wire is on, the wire will be lit up.


How do I read the diagrams on the minecraftwiki page?


Again, I'll try to break down the basics:.


White squares are just air, nothing special.


Yellow squares are blocks.


Dark yellow squares are blocks a level below (that is, they're an abbreviation for "white on this level, yellow below").


Grey squares are blocks on the current level with other items a level below.


White and yellow squares can then have these items on them:.


Red lines are wires.


Red circles are redstone torches (which may be attached to the side of a block or sitting on one).


Grey circles are levers.


Small dark grey rectangles are pushbuttons.


Large grey inset squares are pressure plates.


So, for example:.


a red line on a yellow background is a wire on a block.


a grey circle on a yellow background is a lever on a block.


a red line on a grey background is a block over a wire.


a grey circle on a grey background is a block over a lever.


Within the MCRedstoneSim program you can change levels and see the wiring and such on each level of the circuit, but these extended types of blocks exist so that the whole circuit can be communicated with one set of symbols and no need to show diagrams per level.


Answer from user lilserf at stackexchange.



[BACK]
How do redstone torches (circuits) work in Minecraft?
Posted On: September 19, 2023

I tried reading the minecraftwiki page on the subject, but without an understanding of precisely how the torches work, none of it makes sense. I have a lot of questions, so even an article explaining only a few of the answers would be helpful.


How is it possible for the torches to work as both input and output to a circuit?


What if two torches are both acting as output to the same redstone-wire?


What if one torch is outputting positive/on/true to a redstone-wire but another is outputting negative/off/false to the same wire?


Is there a practical difference between torches on the ground and torches on the wall?


When people talk about 'the redstone-torch's block' (ex. wires only carry power 15 blocks from the source block), do they mean the block the torch is attached to, or the block of space the torch is occupying?


How do I read the diagrams on the minecraftwiki page?


Thanks for any help understanding all of this!.


Question from user BlueRaja - Danny Pflughoeft at stackexchange.


Answer:

Bob's Minecraft Tutorial, linked by Billy ONeal, is a useful resource, but I'll try to put the basics into words.


How is it possible for the torches to.


work as both input and output to a.


circuit?


.


Is there a practical difference between torches on the ground and torches on the wall?


Depending on where the torch is placed, neighboring blocks will be inputs or outputs, but each neighboring block is EITHER an input or an output - no blocks are both.


A torch on the ground (in other words, on top of a block) outputs power in the 4 cardinal directions, and also outputs power to any block in the air above it.


That torch will only accept input from the level below it, so input wires must run straight into the block the torch is sitting on.


To summarize, torches on the ground output to their level and input from the level below.


A torch on a wall (in other words, on the side of a block) outputs power in only 3 directions (it doesn't output back into the block it's mounted on).


That torch will accept input from the top of the block it's mounted to, and from the other 3 sides of the block it's mounted to.


In summary, torches on a wall output onto the ground and take input through the wall block.


What if two torches are both acting as output to the same redstone-wire?


What if one torch is outputting positive/on/true to a redstone-wire but another is outputting negative/off/false to the same wire?


This has been answered elsewhere, but: If any power source hooked up to that wire is on, the wire will be lit up.


How do I read the diagrams on the minecraftwiki page?


Again, I'll try to break down the basics:.


White squares are just air, nothing special.


Yellow squares are blocks.


Dark yellow squares are blocks a level below (that is, they're an abbreviation for "white on this level, yellow below").


Grey squares are blocks on the current level with other items a level below.


White and yellow squares can then have these items on them:.


Red lines are wires.


Red circles are redstone torches (which may be attached to the side of a block or sitting on one).


Grey circles are levers.


Small dark grey rectangles are pushbuttons.


Large grey inset squares are pressure plates.


So, for example:.


a red line on a yellow background is a wire on a block.


a grey circle on a yellow background is a lever on a block.


a red line on a grey background is a block over a wire.


a grey circle on a grey background is a block over a lever.


Within the MCRedstoneSim program you can change levels and see the wiring and such on each level of the circuit, but these extended types of blocks exist so that the whole circuit can be communicated with one set of symbols and no need to show diagrams per level.


Answer from user lilserf at stackexchange.



[BACK]

How did GeorgeNotFound use water on leaves without waterlogging it? How did GeorgeNotFound use water on leaves without waterlogging it?

Posted On: January 15, 2023
You know, placing water on leaves will make them waterlogged. But how GeorgeNotFound placed water on a tree in Minecraft death swap video without waterlogging it? Is it possible? If yes, how? I'...[More]


which companions do you use as healer? which companions do you use as healer?

Posted On: December 11, 2023
I'm playing a creature master and want to try different companions out but I feel like I am forced keeping Shadowheart to keep the party rolling along. Maybe I could just do 4 dps and just go camp...[More]


How can I copy part of a Minecraft world into another Minecraft world? How can I copy part of a Minecraft world into another Minecraft world?

Posted On: January 11, 2023
Backstory.The places that have been built on in my world aren't that big. It's a ~100x~100 square, a ~150x~50 rectangle in the Nether, and another ~100x~100 square accessed by portals.The world is cu...[More]


Is there enough Greenshine for every upgrade? Is there enough Greenshine for every upgrade?

Posted On: April 30, 2023
Horizon Forbidden West introduced a new precious resource, Greenshine, which is used to trade for rare items and as a upgrading material for some gears and weapons. I suppose that there is a finite...[More]


I totally just got this Hogwarts Legacy joke I totally just got this Hogwarts Legacy joke

Posted On: July 20, 2023
I have been rewatching the movies and in HP and the Chamber of Secrets, Ron goes, “Follow the spiders!? Why couldn’t it be, ‘Follow the butterflies?’” And then the reason...[More]


Collectors Edition Collectors Edition

Posted On: July 1, 2023
For the Collectors Edition trophy, does it require ALL pages? Or just Revelio pages? Currently stuck on 54/55 in Hogsmeade and can't for the life of me find the missing page, I have all the Rev...[More]


In Civilization5, is there a hotkey for the general Next Move button? In Civilization5, is there a hotkey for the general Next Move button?

Posted On: April 8, 2023
I'm looking for a keyboard hotkey for the generalized "Next Move", "Choose Research", "Unit Waiting for Order" button in the bottom-right corner of the interface. ...[More]


Can you die from an Unknown Location in Slay The Spire? Can you die from an Unknown Location in Slay The Spire?

Posted On: December 17, 2023
I encountered an Unknown Location (aka a ? room) with an option to upgrade 2 cards but would make me lose 16 HP. I encountered this room while I only had 1 hp. If I had taken the upgrade, would the ro...[More]


Double cursor in Skyrim Double cursor in Skyrim

Posted On: April 6, 2023
Since I've installed Dawnguard and Hearthfire, when ever I do an Alt-Tab and come back to the game I get the windows cursor and the game cursor. And both are not sync over each other so it's k...[More]


Can I replay levels in Hi-Fi Rush? Can I replay levels in Hi-Fi Rush?

Posted On: February 19, 2023
I missed some collectables in a stage and want to go back to get them. Is there a way to replay a stage? Question from user Stevoisiak at gaming.stackexchange.com. Answer: Yes, you can replay...[More]