For the advanced redstone circuitry, see Redstone circuits.
The Redstone Torch is an item crafted from one Redstone dust and one wooden stick. When placed on its own, it appears as a glowing red torch, noticeably fainter than a coal torch and without the fire animation.
Light Source
Using a redstone torch as a source of light is not recommended because it has just half the light output of a regular (coal) torch. Redstone torches will not melt ice or snow due to their low light level (7), and will not prevent mobs from spawning (though one will decrease the probability of a mob spawning). Also, redstone is much harder to find than coal, and is made into torches at a 1:1 ratio (rather than 1:4) (although one redstone ore block will produce 4-5 redstone dust and thus 4-5 torches). Therefore, using Redstone torches as light sources is merely a cosmetic application and little else.
Redstone Circuit Component
A Redstone Torch can provide a power source for wires. Wires in turn are used to operate doors, pistons or switches from a distance. The torch can power the wire for a length of 15 blocks, and takes 1 tick in Minecraft world time (approximately 0.1 seconds) for power to flow through it.
The Redstone Torch will constantly power a set of wires while placed, and is used as a "block-based" switch sometimes. It acts as an inverter, or NOT-gate (and is labeled as such in the game's source code), in Redstone circuits, and turns off when any adjacent switch, lever, wire or pressure plate is turned on. See Redstone circuits for more information on using Redstone torches in circuits and logic gates.
Redstone torches can be used to sabotage/activate traps and mechanisms as well as opening locked iron doors making it useful for raiding parties in multiplayer. A door circuit designed to be closed when constantly powered prevents this vulnerability.
Redstone torches will burn out when switched between the on and off states too often (8 or more off-on-cycles within 100 ticks or approximately 5 seconds). This typically happens when the player creates an infinite feedback loop by inadvertently or purposely wiring a redstone torch back into itself (a one clock). This will cause the torch to apply a current to itself thus turning it off and removing current allowing the torch to come back on and once again apply current to itself. This will cause the torch and any mechanisms wired to it to rapidly activate and deactivate repeatedly and could crash the game depending on the complexity of the mechanism. This is likely why Notch programmed the torches to burn out. When burnt out the torch will issue a puff of smoke and a hiss similar to an extinguished torch. Then it will ignore any events which would normally turn on the torch until enough time has been elapsed so that there are 7 or less off-on-cycles within the last 100 world ticks. After that a new event of unpowering the blocks adjacent to the torch is necessary to turn it on again (current state of the blocks is ignored, it requires a new on-off-edge or a general kind of block update). There is no limit how often a single redstone torch can burn out.
Redstone torches can also burn out if one clicks a lever quickly and repeatedly with the lever being hooked up to a redstone torch.
Crafting
| Ingredients | Input » Output |
|---|---|
| Stick + Redstone Dust | Template:Grid/Crafting Table |
Bugs
- When trying to make an RSNOR Latch or other redstone circuits, sometimes the redstone torches burn out unexpectedly.
- There is quite a serious bug where sometimes if you have a redstone torch on top of a block and powered redstone dust powering the block that the torch is attached to, the torch will not turn off as it should, this seems to depend on the coordinates of the torch. Place the torch somewhere else and it may fix the problem. If the problem persists move the torch to another location.
Trivia
- In the coding, redstone torch is called "notGate" (got from en-us.lang).
Related pages
- Redstone
- Redstone (Wire)
- Redstone (Ore)
- Redstone (Dust)
- Redstone circuits
- Mechanisms
- Traps