Minecraft:Redstone Torch: Difference between revisions
More actions
Remove broken links to missing pages |
Fix template calls: add MC/ prefix |
||
| Line 1: | Line 1: | ||
{{ | {{MC/Distinguish|Red Torch}} | ||
{{Infobox block | {{Infobox block | ||
| group = Lit | | group = Lit | ||
| 1-1 = Redstone Torch.png | | 1-1 = Redstone Torch.png | ||
| *-1caption = {{JE}} | | *-1caption = {{MC/JE}} | ||
| 1-2 = Redstone Torch BE.png | | 1-2 = Redstone Torch BE.png | ||
| *-2caption = {{BE}} | | *-2caption = {{MC/BE}} | ||
| group2 = Unlit | | group2 = Unlit | ||
| 2-1 = Unlit Redstone Torch.png | | 2-1 = Unlit Redstone Torch.png | ||
| Line 23: | Line 23: | ||
== Obtaining == | == Obtaining == | ||
{{ | {{MC/In|java}}, the inactive redstone torch cannot be obtained as an item without commands. {{MC/In|bedrock}}, it can be obtained via inventory editing.<ref>In Java it is a block state and in Bedrock it is an entirely separate block.</ref> | ||
=== Breaking === | === Breaking === | ||
A redstone torch can be broken instantly using any [[Minecraft:tool]], or without a tool, and drops itself as an item. | A redstone torch can be broken instantly using any [[Minecraft:tool]], or without a tool, and drops itself as an item. | ||
{{ | {{MC/Breaking row|Redstone Torch|horizontal=1}} | ||
A redstone torch is removed and drops as an item if: | A redstone torch is removed and drops as an item if: | ||
* its attachment block is moved, removed, or destroyed | * its attachment block is moved, removed, or destroyed | ||
| Line 56: | Line 56: | ||
=== Redstone component === | === Redstone component === | ||
{{ | {{MC/See also|Redstone circuit}} | ||
Redstone torches can be used to power blocks and transmission components such as redstone dust, activate mechanism components such as [[Minecraft:piston]]s, or invert redstone signals like a NOT Gate. | Redstone torches can be used to power blocks and transmission components such as redstone dust, activate mechanism components such as [[Minecraft:piston]]s, or invert redstone signals like a NOT Gate. | ||
;Placement | ;Placement | ||
{{ | {{MC/See also|Opacity/Placement}} | ||
[[File:Redstone torch as power source.png|thumb|Examples of redstone torch placement and behavior]] | [[File:Redstone torch as power source.png|thumb|Examples of redstone torch placement and behavior]] | ||
| Line 76: | Line 76: | ||
;Activation | ;Activation | ||
: A redstone torch turns off when it is powered from the back (if placed on the side of a block) or from below (if placed on top of a block) and turns on again upon being depowered. {{ | : A redstone torch turns off when it is powered from the back (if placed on the side of a block) or from below (if placed on top of a block) and turns on again upon being depowered. {{MC/In|BE}}, a redstone torch placed on a (sticky) piston turns off when the piston extends and turns on when the piston retracts: this mechanic is known by the community as "soft inversion".<ref>{{bug|MCPE-17909|||WF}}</ref> | ||
: Effectively, a redstone torch inverts the signal applied to its attachment block: power level 0 is changed to 15 and power levels 1 to 15 are changed to 0 (for an alternative that produces a greater range of output power levels, consider a redstone comparator in subtraction mode). | : Effectively, a redstone torch inverts the signal applied to its attachment block: power level 0 is changed to 15 and power levels 1 to 15 are changed to 0 (for an alternative that produces a greater range of output power levels, consider a redstone comparator in subtraction mode). | ||
: Walls, fences, glass, slabs, hoppers,<ref group=note>Redstone torches can be placed on hoppers only {{ | : Walls, fences, glass, slabs, hoppers,<ref group=note>Redstone torches can be placed on hoppers only {{MC/In|BE}}</ref> and stairs are non-conductive, so redstone torches attached to them cannot be deactivated. | ||
: A redstone torch takes 2 game ticks (0.1 seconds barring lag) to change state. {{ | : A redstone torch takes 2 game ticks (0.1 seconds barring lag) to change state. {{MC/In|JE}}, redstone torches do not respond to all 2 game tick pulses. | ||
;Behavior | ;Behavior | ||
| Line 89: | Line 89: | ||
: A redstone torch experiences "burn-out" when it is forced to turn off more than eight times in 60 game ticks (3 seconds). After burning out, a redstone torch produces a "smoke" particle{{only|java}} and a hiss similar to an extinguished fire, deactivates, and then ignores attempts to change its state until the number of state changes in the last 60 game ticks drops to fewer than eight. | : A redstone torch experiences "burn-out" when it is forced to turn off more than eight times in 60 game ticks (3 seconds). After burning out, a redstone torch produces a "smoke" particle{{only|java}} and a hiss similar to an extinguished fire, deactivates, and then ignores attempts to change its state until the number of state changes in the last 60 game ticks drops to fewer than eight. | ||
:{{ | :{{MC/In|JE}}, a redstone torch might or might not attempt to turn itself back on after 160 ticks (8 seconds) depending on the update chain that caused it to burn out.<ref>{{bug|MC-120938}}</ref> If the redstone torch ''does'' attempt to turn itself back on, then it is not able change state until that attempt is performed. | ||
:{{ | :{{MC/In|BE}}, each redstone torch can only burn itself out; the redstone torch needs to be in a circuit that causes it to power itself with no delay, otherwise it does not burn out. | ||
:A burned-out redstone torch turns back on after receiving a [[Minecraft:block update]]. There is no limit on how often a single redstone torch can burn out. | :A burned-out redstone torch turns back on after receiving a [[Minecraft:block update]]. There is no limit on how often a single redstone torch can burn out. | ||
== Sounds == | == Sounds == | ||
=== Generic === | === Generic === | ||
{{Sound table/Block/Wood}} | {{MC/Sound table/Block/Wood}} | ||
=== Unique === | === Unique === | ||
{{ | {{MC/Edition|java}} | ||
{{SoundTable | {{SoundTable | ||
| type = java | | type = java | ||
| Line 114: | Line 114: | ||
}} | }} | ||
{{ | {{MC/Edition|bedrock}}: | ||
{{SoundTable | {{SoundTable | ||
| type = bedrock | | type = bedrock | ||
| Line 122: | Line 122: | ||
|description=When a redstone torch burns out | |description=When a redstone torch burns out | ||
|id=random.fizz | |id=random.fizz | ||
|volume=1.0 {{Verify|Estimated value; not present in sounds.json or sound_definitions.json}} | |volume=1.0 {{MC/Verify|Estimated value; not present in sounds.json or sound_definitions.json}} | ||
| pitch = 2.0 {{Verify|Estimated value; not present in sounds.json or sound_definitions.json}} | | pitch = 2.0 {{MC/Verify|Estimated value; not present in sounds.json or sound_definitions.json}} | ||
}} | }} | ||
}} | }} | ||
| Line 129: | Line 129: | ||
== Data values == | == Data values == | ||
=== ID === | === ID === | ||
{{ | {{MC/Edition|java}}: | ||
{{ID table | {{ID table | ||
|edition=java | |edition=java | ||
| Line 146: | Line 146: | ||
|foot=1}} | |foot=1}} | ||
{{ | {{MC/Edition|bedrock}}: | ||
{{ID table | {{ID table | ||
|edition=bedrock | |edition=bedrock | ||
| Line 166: | Line 166: | ||
=== Block states === | === Block states === | ||
{{ | {{MC/See also|Block states}} | ||
{{ | {{MC/El|je}}:<br> | ||
Floor: | Floor: | ||
{{bst|lit|true|false,true|If the torch is lit.|foot=1}} | {{bst|lit|true|false,true|If the torch is lit.|foot=1}} | ||
| Line 175: | Line 175: | ||
{{bst|lit|true|false,true|If the torch is lit.|foot=1}} | {{bst|lit|true|false,true|If the torch is lit.|foot=1}} | ||
{{ | {{MC/El|be}}: | ||
{{bst|showaux=1|bits=0x1,0x2,0x4|torch_facing_direction|west | {{bst|showaux=1|bits=0x1,0x2,0x4|torch_facing_direction|west | ||
|west,east,north,south,top|The face of the block that the torch is attached to. If the torch is a wall torch, the top of the torch faces opposite to this direction.<ref>{{bug|MCPE-152036}}</ref>|1,2,3,4,5 | |west,east,north,south,top|The face of the block that the torch is attached to. If the torch is a wall torch, the top of the torch faces opposite to this direction.<ref>{{bug|MCPE-152036}}</ref>|1,2,3,4,5 | ||
| Line 181: | Line 181: | ||
== Videos == | == Videos == | ||
{{ | {{MC/Yt|JRTHx2_TJuk}} | ||
== History == | == History == | ||
{{See asset history|type=block}} | {{MC/See asset history|type=block}} | ||
{{See technical block|Unlit Redstone Torch}} | {{MC/See technical block|Unlit Redstone Torch}} | ||
=== ''Java Edition'' === | === ''Java Edition'' === | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|java alpha}} | |{{MC/HistoryLine|java alpha}} | ||
|{{HistoryLine||v1.0.1|[[File:Redstone Torch JE1 BE1.png|32px]] [[File:Redstone Wall Torch (N) JE1 BE1.png|32px]] [[File:Redstone Wall Torch (E) JE1 BE1.png|32px]] [[File:Redstone Wall Torch (S) JE1 BE1.png|32px]] [[File:Redstone Wall Torch (W) JE1 BE1.png|32px]]<br>[[File:Unlit Redstone Torch JE1 BE1.png|32px]] [[File:Unlit Redstone Wall Torch (N) JE1 BE1.png|32px]] [[File:Unlit Redstone Wall Torch (E) JE1 BE1.png|32px]] [[File:Unlit Redstone Wall Torch (S) JE1 BE1.png|32px]] [[File:Unlit Redstone Wall Torch (W) JE1 BE1.png|32px]] [[File:On Redstone Torch (texture) JE1 BE1.png|32px]] Added redstone torches. | |{{MC/HistoryLine||v1.0.1|[[File:Redstone Torch JE1 BE1.png|32px]] [[File:Redstone Wall Torch (N) JE1 BE1.png|32px]] [[File:Redstone Wall Torch (E) JE1 BE1.png|32px]] [[File:Redstone Wall Torch (S) JE1 BE1.png|32px]] [[File:Redstone Wall Torch (W) JE1 BE1.png|32px]]<br>[[File:Unlit Redstone Torch JE1 BE1.png|32px]] [[File:Unlit Redstone Wall Torch (N) JE1 BE1.png|32px]] [[File:Unlit Redstone Wall Torch (E) JE1 BE1.png|32px]] [[File:Unlit Redstone Wall Torch (S) JE1 BE1.png|32px]] [[File:Unlit Redstone Wall Torch (W) JE1 BE1.png|32px]] [[File:On Redstone Torch (texture) JE1 BE1.png|32px]] Added redstone torches. | ||
|Redstone torches currently emit flame particles when lit.}} | |Redstone torches currently emit flame particles when lit.}} | ||
|{{HistoryLine||v1.0.2_01|Redstone torches now strongly power only the [[Minecraft:block]] above them.<ref>I’m considering making the not torches less annoying – The Word of Notch, July 6, 2010</ref> | |{{MC/HistoryLine||v1.0.2_01|Redstone torches now strongly power only the [[Minecraft:block]] above them.<ref>I’m considering making the not torches less annoying – The Word of Notch, July 6, 2010</ref> | ||
|Redstone torches now emit redstone dust particles when lit.}} | |Redstone torches now emit redstone dust particles when lit.}} | ||
|{{HistoryLine||v1.1.0|Redstone torches can no longer be placed on [[Minecraft:leaves]] when the graphics are set to ''Fancy''.}} | |{{MC/HistoryLine||v1.1.0|Redstone torches can no longer be placed on [[Minecraft:leaves]] when the graphics are set to ''Fancy''.}} | ||
|{{HistoryLine||v1.2.0_02|Redstone torches no longer duplicate in [[Minecraft:multiplayer]].}} | |{{MC/HistoryLine||v1.2.0_02|Redstone torches no longer duplicate in [[Minecraft:multiplayer]].}} | ||
|{{HistoryLine|java beta}} | |{{MC/HistoryLine|java beta}} | ||
|{{HistoryLine||1.3|Redstone torches are now used to craft redstone repeaters.}} | |{{MC/HistoryLine||1.3|Redstone torches are now used to craft redstone repeaters.}} | ||
|{{HistoryLine||1.6|dev=Test Build 3|Torches can no longer be placed on [[Minecraft:leaves]] in fast graphics.}} | |{{MC/HistoryLine||1.6|dev=Test Build 3|Torches can no longer be placed on [[Minecraft:leaves]] in fast graphics.}} | ||
|{{HistoryLine||1.6.6|Redstone torches can now be placed on [[Minecraft:glowstone]].}} | |{{MC/HistoryLine||1.6.6|Redstone torches can now be placed on [[Minecraft:glowstone]].}} | ||
|{{HistoryLine||1.7|Redstone torches can now be placed on the top of [[Minecraft:fence]]s.}} | |{{MC/HistoryLine||1.7|Redstone torches can now be placed on the top of [[Minecraft:fence]]s.}} | ||
|{{HistoryLine||1.7.3|A redstone torch duplication bug when using [[Minecraft:piston]]s has been corrected. | |{{MC/HistoryLine||1.7.3|A redstone torch duplication bug when using [[Minecraft:piston]]s has been corrected. | ||
|Redstone torches no longer produce both redstone torch particles and uncolorized (white) redstone dust particles when broken.}} | |Redstone torches no longer produce both redstone torch particles and uncolorized (white) redstone dust particles when broken.}} | ||
|{{HistoryLine||1.8|[[File:Redstone Torch JE2.png|32px]] [[File:Redstone Wall Torch (N) JE2.png|32px]] [[File:Redstone Wall Torch (E) JE2.png|32px]] [[File:Redstone Wall Torch (S) JE2.png|32px]] [[File:Redstone Wall Torch (W) JE2.png|32px]]<br>[[File:Unlit Redstone Torch JE2.png|32px]] [[File:Unlit Redstone Wall Torch (N) JE2.png|32px]] [[File:Unlit Redstone Wall Torch (E) JE2.png|32px]] [[File:Unlit Redstone Wall Torch (S) JE2.png|32px]] [[File:Unlit Redstone Wall Torch (W) JE2.png|32px]] Changed lighting.}} | |{{MC/HistoryLine||1.8|[[File:Redstone Torch JE2.png|32px]] [[File:Redstone Wall Torch (N) JE2.png|32px]] [[File:Redstone Wall Torch (E) JE2.png|32px]] [[File:Redstone Wall Torch (S) JE2.png|32px]] [[File:Redstone Wall Torch (W) JE2.png|32px]]<br>[[File:Unlit Redstone Torch JE2.png|32px]] [[File:Unlit Redstone Wall Torch (N) JE2.png|32px]] [[File:Unlit Redstone Wall Torch (E) JE2.png|32px]] [[File:Unlit Redstone Wall Torch (S) JE2.png|32px]] [[File:Unlit Redstone Wall Torch (W) JE2.png|32px]] Changed lighting.}} | ||
|{{HistoryLine|java}} | |{{MC/HistoryLine|java}} | ||
|{{HistoryLine||1.2.1|dev=1.2|The requirement for redstone torches to burn out has been changed from being turned off 8 times in the span of 100 game ticks to being turned off 8 times in the span of 60 game ticks. Because of this change, clocks that include three redstone torches powering each other in a loop can now be used reliably.}} | |{{MC/HistoryLine||1.2.1|dev=1.2|The requirement for redstone torches to burn out has been changed from being turned off 8 times in the span of 100 game ticks to being turned off 8 times in the span of 60 game ticks. Because of this change, clocks that include three redstone torches powering each other in a loop can now be used reliably.}} | ||
|{{HistoryLine|||dev=12w07a|Redstone torches can now be placed on the top of [[Minecraft:glass]].}} | |{{MC/HistoryLine|||dev=12w07a|Redstone torches can now be placed on the top of [[Minecraft:glass]].}} | ||
|{{HistoryLine||1.3.1|dev=12w18a|As a result of singleplayer being changed to an internal server, redstone torches no longer produce smoke particles when burning out.}} | |{{MC/HistoryLine||1.3.1|dev=12w18a|As a result of singleplayer being changed to an internal server, redstone torches no longer produce smoke particles when burning out.}} | ||
|{{HistoryLine|||dev=12w25a|Redstone torches can now be placed on upside-down [[Minecraft:slab]]s and [[Minecraft:stairs]].}} | |{{MC/HistoryLine|||dev=12w25a|Redstone torches can now be placed on upside-down [[Minecraft:slab]]s and [[Minecraft:stairs]].}} | ||
|{{HistoryLine||1.4.4|dev=1.4.3|Redstone torches now have a bottom texture, visible on wall torches or torches placed on top of glass.<ref>{{bug|MC-1153|||Fixed}}</ref>}} | |{{HistoryLine||1.4.4|dev=1.4.3|Redstone torches now have a bottom texture, visible on wall torches or torches placed on top of glass.<ref>{{bug|MC-1153|||Fixed}}</ref>}} | ||
|{{HistoryLine||1.5|dev=13w01a|The way redstone torches update has been changed. As a result, burn-out clocks that use only two redstone torches are now reliable. | |{{MC/HistoryLine||1.5|dev=13w01a|The way redstone torches update has been changed. As a result, burn-out clocks that use only two redstone torches are now reliable. | ||
|Redstone torches can now be used to craft redstone comparators and activator rails.}} | |Redstone torches can now be used to craft redstone comparators and activator rails.}} | ||
|{{HistoryLine||1.8|dev=14w07a|[[File:Redstone Wall Torch (N) JE3.png|32px]] [[File:Redstone Wall Torch (E) JE3.png|32px]] [[File:Redstone Wall Torch (S) JE3.png|32px]] [[File:Redstone Wall Torch (W) JE3.png|32px]]<br>[[File:Unlit Redstone Wall Torch (N) JE3.png|32px]] [[File:Unlit Redstone Wall Torch (E) JE3.png|32px]] [[File:Unlit Redstone Wall Torch (S) JE3.png|32px]] [[File:Unlit Redstone Wall Torch (W) JE3.png|32px]] Redstone torches placed on walls are now rotated cuboids rather than a parallelpiped. Their top texture now also rotates accordingly.}} | |{{MC/HistoryLine||1.8|dev=14w07a|[[File:Redstone Wall Torch (N) JE3.png|32px]] [[File:Redstone Wall Torch (E) JE3.png|32px]] [[File:Redstone Wall Torch (S) JE3.png|32px]] [[File:Redstone Wall Torch (W) JE3.png|32px]]<br>[[File:Unlit Redstone Wall Torch (N) JE3.png|32px]] [[File:Unlit Redstone Wall Torch (E) JE3.png|32px]] [[File:Unlit Redstone Wall Torch (S) JE3.png|32px]] [[File:Unlit Redstone Wall Torch (W) JE3.png|32px]] Redstone torches placed on walls are now rotated cuboids rather than a parallelpiped. Their top texture now also rotates accordingly.}} | ||
|{{HistoryLine|||dev=14w25a|Burned-out redstone torches no longer randomly fix themselves. | |{{MC/HistoryLine|||dev=14w25a|Burned-out redstone torches no longer randomly fix themselves. | ||
|[[File:Redstone Torch JE3.png|32px]] [[File:Redstone Wall Torch (N) JE4.png|32px]] [[File:Redstone Wall Torch (E) JE4.png|32px]] [[File:Redstone Wall Torch (S) JE4.png|32px]] [[File:Redstone Wall Torch (W) JE4.png|32px]]<br>[[File:Unlit Redstone Torch JE3.png|32px]] [[File:Unlit Redstone Wall Torch (N) JE4.png|32px]] [[File:Unlit Redstone Wall Torch (E) JE4.png|32px]] [[File:Unlit Redstone Wall Torch (S) JE4.png|32px]] [[File:Unlit Redstone Wall Torch (W) JE4.png|32px]] Redstone torches are now incorrectly affected by directional shading.}} | |[[File:Redstone Torch JE3.png|32px]] [[File:Redstone Wall Torch (N) JE4.png|32px]] [[File:Redstone Wall Torch (E) JE4.png|32px]] [[File:Redstone Wall Torch (S) JE4.png|32px]] [[File:Redstone Wall Torch (W) JE4.png|32px]]<br>[[File:Unlit Redstone Torch JE3.png|32px]] [[File:Unlit Redstone Wall Torch (N) JE4.png|32px]] [[File:Unlit Redstone Wall Torch (E) JE4.png|32px]] [[File:Unlit Redstone Wall Torch (S) JE4.png|32px]] [[File:Unlit Redstone Wall Torch (W) JE4.png|32px]] Redstone torches are now incorrectly affected by directional shading.}} | ||
|{{HistoryLine|||dev=14w33c|[[File:Redstone Torch JE2.png|32px]] [[File:Redstone Wall Torch (N) JE3.png|32px]] [[File:Redstone Wall Torch (E) JE3.png|32px]] [[File:Redstone Wall Torch (S) JE3.png|32px]] [[File:Redstone Wall Torch (W) JE3.png|32px]]<br>[[File:Unlit Redstone Torch JE2.png|32px]] [[File:Unlit Redstone Wall Torch (N) JE3.png|32px]] [[File:Unlit Redstone Wall Torch (E) JE3.png|32px]] [[File:Unlit Redstone Wall Torch (S) JE3.png|32px]] [[File:Unlit Redstone Wall Torch (W) JE3.png|32px]] Redstone torches are no longer affected by directional shading.}} | |{{MC/HistoryLine|||dev=14w33c|[[File:Redstone Torch JE2.png|32px]] [[File:Redstone Wall Torch (N) JE3.png|32px]] [[File:Redstone Wall Torch (E) JE3.png|32px]] [[File:Redstone Wall Torch (S) JE3.png|32px]] [[File:Redstone Wall Torch (W) JE3.png|32px]]<br>[[File:Unlit Redstone Torch JE2.png|32px]] [[File:Unlit Redstone Wall Torch (N) JE3.png|32px]] [[File:Unlit Redstone Wall Torch (E) JE3.png|32px]] [[File:Unlit Redstone Wall Torch (S) JE3.png|32px]] [[File:Unlit Redstone Wall Torch (W) JE3.png|32px]] Redstone torches are no longer affected by directional shading.}} | ||
|{{HistoryLine||1.9|dev=15w43a|A redstone torch now generates as part of igloos.}} | |{{MC/HistoryLine||1.9|dev=15w43a|A redstone torch now generates as part of igloos.}} | ||
|{{HistoryLine|||dev=15w46a|Mobs no longer spawn on redstone torches.}} | |{{MC/HistoryLine|||dev=15w46a|Mobs no longer spawn on redstone torches.}} | ||
|{{HistoryLine||1.12|dev=pre4|Torches can no longer be placed on top of jack o'lanterns.<ref>{{bug|MC-118408||Torches and redstone torches cannot be placed on top of a Jack o'Lantern but can be placed on pumpkin|Fixed}}</ref>}} | |{{HistoryLine||1.12|dev=pre4|Torches can no longer be placed on top of jack o'lanterns.<ref>{{bug|MC-118408||Torches and redstone torches cannot be placed on top of a Jack o'Lantern but can be placed on pumpkin|Fixed}}</ref>}} | ||
|{{HistoryLine||1.13|dev=17w48a|Redstone torches can now be placed on the top of jack o'lanterns once again.}} | |{{MC/HistoryLine||1.13|dev=17w48a|Redstone torches can now be placed on the top of jack o'lanterns once again.}} | ||
|{{HistoryLine||1.14|dev=18w43a|[[File:Redstone Torch JE4.png|32px]] [[File:Redstone Wall Torch (N) JE5.png|32px]] [[File:Redstone Wall Torch (E) JE5.png|32px]] [[File:Redstone Wall Torch (S) JE5.png|32px]] [[File:Redstone Wall Torch (W) JE5.png|32px]]<br>[[File:Unlit Redstone Torch JE4.png|32px]] [[File:Unlit Redstone Wall Torch (N) JE5.png|32px]] [[File:Unlit Redstone Wall Torch (E) JE5.png|32px]] [[File:Unlit Redstone Wall Torch (S) JE5.png|32px]] [[File:Unlit Redstone Wall Torch (W) JE5.png|32px]] [[File:On Redstone Torch (texture) JE2 BE2.png|32px]] The texture of redstone torches has been changed.}} | |{{MC/HistoryLine||1.14|dev=18w43a|[[File:Redstone Torch JE4.png|32px]] [[File:Redstone Wall Torch (N) JE5.png|32px]] [[File:Redstone Wall Torch (E) JE5.png|32px]] [[File:Redstone Wall Torch (S) JE5.png|32px]] [[File:Redstone Wall Torch (W) JE5.png|32px]]<br>[[File:Unlit Redstone Torch JE4.png|32px]] [[File:Unlit Redstone Wall Torch (N) JE5.png|32px]] [[File:Unlit Redstone Wall Torch (E) JE5.png|32px]] [[File:Unlit Redstone Wall Torch (S) JE5.png|32px]] [[File:Unlit Redstone Wall Torch (W) JE5.png|32px]] [[File:On Redstone Torch (texture) JE2 BE2.png|32px]] The texture of redstone torches has been changed.}} | ||
|{{HistoryLine|||dev=19w12b|Redstone torches can now be placed on [[Minecraft:ice]], [[Minecraft:glowstone]] and sea lanterns.}} | |{{MC/HistoryLine|||dev=19w12b|Redstone torches can now be placed on [[Minecraft:ice]], [[Minecraft:glowstone]] and sea lanterns.}} | ||
|{{HistoryLine|||dev=19w14a|Redstone torches once again produce smoke particles when burning out.}} | |{{MC/HistoryLine|||dev=19w14a|Redstone torches once again produce smoke particles when burning out.}} | ||
|{{HistoryLine||1.19|dev=22w13a|Redstone torches now generate in ancient cities.}} | |{{MC/HistoryLine||1.19|dev=22w13a|Redstone torches now generate in ancient cities.}} | ||
|{{HistoryLine||1.21.2|dev=24w33a|[[File:Redstone Torch JE5.png|32px]] [[File:Redstone Wall Torch (N) JE6.png|32px]] [[File:Redstone Wall Torch (E) JE6.png|32px]] [[File:Redstone Wall Torch (S) JE6.png|32px]] [[File:Redstone Wall Torch (W) JE6.png|32px]] [[File:On Redstone Torch (texture) JE3.png|32px]] The item texture and models for redstone torches have changed.}} | |{{MC/HistoryLine||1.21.2|dev=24w33a|[[File:Redstone Torch JE5.png|32px]] [[File:Redstone Wall Torch (N) JE6.png|32px]] [[File:Redstone Wall Torch (E) JE6.png|32px]] [[File:Redstone Wall Torch (S) JE6.png|32px]] [[File:Redstone Wall Torch (W) JE6.png|32px]] [[File:On Redstone Torch (texture) JE3.png|32px]] The item texture and models for redstone torches have changed.}} | ||
|{{HistoryLine|||dev=24w38a|[[File:Unlit Redstone Torch JE5.png|32px]] [[File:Unlit Redstone Wall Torch (N) JE6.png|32px]] [[File:Unlit Redstone Wall Torch (E) JE6.png|32px]] [[File:Unlit Redstone Wall Torch (S) JE6.png|32px]] [[File:Unlit Redstone Wall Torch (W) JE6.png|32px]] Unlit redstone torches are now affected by directional shading.}} | |{{MC/HistoryLine|||dev=24w38a|[[File:Unlit Redstone Torch JE5.png|32px]] [[File:Unlit Redstone Wall Torch (N) JE6.png|32px]] [[File:Unlit Redstone Wall Torch (E) JE6.png|32px]] [[File:Unlit Redstone Wall Torch (S) JE6.png|32px]] [[File:Unlit Redstone Wall Torch (W) JE6.png|32px]] Unlit redstone torches are now affected by directional shading.}} | ||
}} | }} | ||
=== ''Bedrock Edition'' === | === ''Bedrock Edition'' === | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|pocket alpha}} | |{{MC/HistoryLine|pocket alpha}} | ||
|{{HistoryLine||v0.13.0|dev=build 1|[[File:Redstone Torch JE1 BE1.png|32px]] [[File:Redstone Wall Torch (N) JE1 BE1.png|32px]] [[File:Redstone Wall Torch (E) JE1 BE1.png|32px]] [[File:Redstone Wall Torch (S) JE1 BE1.png|32px]] [[File:Redstone Wall Torch (W) JE1 BE1.png|32px]]<br>[[File:Unlit Redstone Torch BE1.png|32px]] [[File:Unlit Redstone Wall Torch (N) JE1 BE1.png|32px]] [[File:Unlit Redstone Wall Torch (E) JE1 BE1.png|32px]] [[File:Unlit Redstone Wall Torch (S) JE1 BE1.png|32px]] [[File:Unlit Redstone Wall Torch (W) JE1 BE1.png|32px]] [[File:On_Redstone_Torch_(texture)_JE1_BE1.png|32px]] Added redstone torches.}} | |{{MC/HistoryLine||v0.13.0|dev=build 1|[[File:Redstone Torch JE1 BE1.png|32px]] [[File:Redstone Wall Torch (N) JE1 BE1.png|32px]] [[File:Redstone Wall Torch (E) JE1 BE1.png|32px]] [[File:Redstone Wall Torch (S) JE1 BE1.png|32px]] [[File:Redstone Wall Torch (W) JE1 BE1.png|32px]]<br>[[File:Unlit Redstone Torch BE1.png|32px]] [[File:Unlit Redstone Wall Torch (N) JE1 BE1.png|32px]] [[File:Unlit Redstone Wall Torch (E) JE1 BE1.png|32px]] [[File:Unlit Redstone Wall Torch (S) JE1 BE1.png|32px]] [[File:Unlit Redstone Wall Torch (W) JE1 BE1.png|32px]] [[File:On_Redstone_Torch_(texture)_JE1_BE1.png|32px]] Added redstone torches.}} | ||
|{{HistoryLine|pocket}} | |{{MC/HistoryLine|pocket}} | ||
|{{HistoryLine||1.0.0|dev=alpha 0.17.0.1|A redstone torch now generates as part of igloos.}} | |{{MC/HistoryLine||1.0.0|dev=alpha 0.17.0.1|A redstone torch now generates as part of igloos.}} | ||
|{{HistoryLine|bedrock}} | |{{MC/HistoryLine|bedrock}} | ||
|{{HistoryLine||1.2.13|dev=beta 1.2.13.5|[[File:Redstone Torch BE2.png|32px]] [[File:Redstone Wall Torch (S) BE2.png|32px]] The back faces of redstone torches now render.}} | |{{MC/HistoryLine||1.2.13|dev=beta 1.2.13.5|[[File:Redstone Torch BE2.png|32px]] [[File:Redstone Wall Torch (S) BE2.png|32px]] The back faces of redstone torches now render.}} | ||
|{{HistoryLine||1.10.0|dev=beta 1.10.0.3|[[File:Redstone Torch BE3.png|32px]] [[File:Redstone Wall Torch (N) BE3.png|32px]] [[File:Redstone Wall Torch (E) BE3.png|32px]] [[File:Redstone Wall Torch (S) BE3.png|32px]] [[File:Redstone Wall Torch (W) BE3.png|32px]]<br>[[File:Unlit Redstone Torch BE2.png|32px]] [[File:Unlit Redstone Wall Torch (N) BE2.png|32px]] [[File:Unlit Redstone Wall Torch (E) BE2.png|32px]] [[File:Unlit Redstone Wall Torch (S) BE2.png|32px]] [[File:Unlit Redstone Wall Torch (W) BE2.png|32px]] [[File:On Redstone Torch (texture) JE2 BE2.png|32px]] The texture of redstone torches has been changed.}} | |{{MC/HistoryLine||1.10.0|dev=beta 1.10.0.3|[[File:Redstone Torch BE3.png|32px]] [[File:Redstone Wall Torch (N) BE3.png|32px]] [[File:Redstone Wall Torch (E) BE3.png|32px]] [[File:Redstone Wall Torch (S) BE3.png|32px]] [[File:Redstone Wall Torch (W) BE3.png|32px]]<br>[[File:Unlit Redstone Torch BE2.png|32px]] [[File:Unlit Redstone Wall Torch (N) BE2.png|32px]] [[File:Unlit Redstone Wall Torch (E) BE2.png|32px]] [[File:Unlit Redstone Wall Torch (S) BE2.png|32px]] [[File:Unlit Redstone Wall Torch (W) BE2.png|32px]] [[File:On Redstone Torch (texture) JE2 BE2.png|32px]] The texture of redstone torches has been changed.}} | ||
|{{HistoryLine||1.21.123|dev=release|[[File:Redstone Torch BE4.png|32px]] [[File:Redstone Wall Torch (N) BE4.png|32px]] [[File:Redstone Wall Torch (E) BE4.png|32px]] [[File:Redstone Wall Torch (S) BE4.png|32px]] [[File:Redstone Wall Torch (W) BE4.png|32px]] The back faces of redstone torches no longer render.}} | |{{MC/HistoryLine||1.21.123|dev=release|[[File:Redstone Torch BE4.png|32px]] [[File:Redstone Wall Torch (N) BE4.png|32px]] [[File:Redstone Wall Torch (E) BE4.png|32px]] [[File:Redstone Wall Torch (S) BE4.png|32px]] [[File:Redstone Wall Torch (W) BE4.png|32px]] The back faces of redstone torches no longer render.}} | ||
}} | }} | ||
=== Legacy Console Edition === | === Legacy Console Edition === | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|console}} | |{{MC/HistoryLine|console}} | ||
|{{HistoryLine||xbox=TU1|xbone=CU1|ps3=1.00|psvita=1.00|ps4=1.00|wiiu=Patch 1|switch=1.0.1|[[File:Redstone Torch JE1 BE1.png|32px]] [[File:Redstone Wall Torch (N) JE1 BE1.png|32px]] [[File:Redstone Wall Torch (E) JE1 BE1.png|32px]] [[File:Redstone Wall Torch (S) JE1 BE1.png|32px]] [[File:Redstone Wall Torch (W) JE1 BE1.png|32px]]<br>[[File:Unlit Redstone Torch JE1 BE1.png|32px]] [[File:Unlit Redstone Wall Torch (N) JE1 BE1.png|32px]] [[File:Unlit Redstone Wall Torch (E) JE1 BE1.png|32px]] [[File:Unlit Redstone Wall Torch (S) JE1 BE1.png|32px]] [[File:Unlit Redstone Wall Torch (W) JE1 BE1.png|32px]] [[File:On Redstone Torch (texture) JE1 BE1.png|32px]] Added redstone torches.}} | |{{MC/HistoryLine||xbox=TU1|xbone=CU1|ps3=1.00|psvita=1.00|ps4=1.00|wiiu=Patch 1|switch=1.0.1|[[File:Redstone Torch JE1 BE1.png|32px]] [[File:Redstone Wall Torch (N) JE1 BE1.png|32px]] [[File:Redstone Wall Torch (E) JE1 BE1.png|32px]] [[File:Redstone Wall Torch (S) JE1 BE1.png|32px]] [[File:Redstone Wall Torch (W) JE1 BE1.png|32px]]<br>[[File:Unlit Redstone Torch JE1 BE1.png|32px]] [[File:Unlit Redstone Wall Torch (N) JE1 BE1.png|32px]] [[File:Unlit Redstone Wall Torch (E) JE1 BE1.png|32px]] [[File:Unlit Redstone Wall Torch (S) JE1 BE1.png|32px]] [[File:Unlit Redstone Wall Torch (W) JE1 BE1.png|32px]] [[File:On Redstone Torch (texture) JE1 BE1.png|32px]] Added redstone torches.}} | ||
|{{HistoryLine||xbox=TU19|xbone=CU7|ps3=1.12|psvita=1.12|ps4=1.12|wiiu=Patch 1|switch=1.0.1|Redstone torches can now be used to craft redstone comparators and activator rails.}} | |{{MC/HistoryLine||xbox=TU19|xbone=CU7|ps3=1.12|psvita=1.12|ps4=1.12|wiiu=Patch 1|switch=1.0.1|Redstone torches can now be used to craft redstone comparators and activator rails.}} | ||
|{{HistoryLine||xbox=TU43|xbone=CU33|ps3=1.36|psvita=1.36|ps4=1.36|wiiu=Patch 13|switch=1.0.1|A redstone torch now generates as part of igloos.}} | |{{MC/HistoryLine||xbox=TU43|xbone=CU33|ps3=1.36|psvita=1.36|ps4=1.36|wiiu=Patch 13|switch=1.0.1|A redstone torch now generates as part of igloos.}} | ||
|{{HistoryLine||xbox=none|xbone=none|ps3=none|psvita=none|ps4=1.90|wiiu=none|switch=none|[[File:Redstone Torch JE4.png|32px]] [[File:Redstone Wall Torch (S) LCE2.png|32px]] [[File:On Redstone Torch (texture) JE2 BE2.png|32px]] The texture of redstone torches has been changed.{{ | |{{HistoryLine||xbox=none|xbone=none|ps3=none|psvita=none|ps4=1.90|wiiu=none|switch=none|[[File:Redstone Torch JE4.png|32px]] [[File:Redstone Wall Torch (S) LCE2.png|32px]] [[File:On Redstone Torch (texture) JE2 BE2.png|32px]] The texture of redstone torches has been changed.{{MC/Verify|Did the unlit texture also change?}}}} | ||
}} | }} | ||
=== ''New Nintendo 3DS Edition'' === | === ''New Nintendo 3DS Edition'' === | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|new 3ds}} | |{{MC/HistoryLine|new 3ds}} | ||
|{{HistoryLine||0.1.0|[[File:Redstone Torch JE1 BE1.png|32px]] [[File:Redstone Wall Torch (N) JE1 BE1.png|32px]] [[File:Redstone Wall Torch (E) JE1 BE1.png|32px]] [[File:Redstone Wall Torch (S) JE1 BE1.png|32px]] [[File:Redstone Wall Torch (W) JE1 BE1.png|32px]]<br>[[File:Unlit Redstone Torch JE1 BE1.png|32px]] [[File:Unlit Redstone Wall Torch (N) JE1 BE1.png|32px]] [[File:Unlit Redstone Wall Torch (E) JE1 BE1.png|32px]] [[File:Unlit Redstone Wall Torch (S) JE1 BE1.png|32px]] [[File:Unlit Redstone Wall Torch (W) JE1 BE1.png|32px]]{{ | |{{HistoryLine||0.1.0|[[File:Redstone Torch JE1 BE1.png|32px]] [[File:Redstone Wall Torch (N) JE1 BE1.png|32px]] [[File:Redstone Wall Torch (E) JE1 BE1.png|32px]] [[File:Redstone Wall Torch (S) JE1 BE1.png|32px]] [[File:Redstone Wall Torch (W) JE1 BE1.png|32px]]<br>[[File:Unlit Redstone Torch JE1 BE1.png|32px]] [[File:Unlit Redstone Wall Torch (N) JE1 BE1.png|32px]] [[File:Unlit Redstone Wall Torch (E) JE1 BE1.png|32px]] [[File:Unlit Redstone Wall Torch (S) JE1 BE1.png|32px]] [[File:Unlit Redstone Wall Torch (W) JE1 BE1.png|32px]]{{MC/Verify|Were these the actually used models?}} [[File:On Redstone Torch (texture) JE1 BE1.png|32px]] Added redstone torches.}} | ||
}} | }} | ||
=== Data history === | === Data history === | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|java}} | |{{MC/HistoryLine|java}} | ||
|{{HistoryLine||?|At one point, the translation key for Redstone torches were tile.notGate.name.}} | |{{MC/HistoryLine||?|At one point, the translation key for Redstone torches were tile.notGate.name.}} | ||
|{{HistoryLine||1.8|dev=14w06a|Restone torches now have dedicated model json files; previously the geometry was defined in the game code itself.}} | |{{MC/HistoryLine||1.8|dev=14w06a|Restone torches now have dedicated model json files; previously the geometry was defined in the game code itself.}} | ||
|{{HistoryLine||1.13|dev=17w47a|The different block IDs have been split up and merged into <code>redstone_torch</code> for on the ground, and <code>redstone_wall_torch</code> for on a wall. | |{{MC/HistoryLine||1.13|dev=17w47a|The different block IDs have been split up and merged into <code>redstone_torch</code> for on the ground, and <code>redstone_wall_torch</code> for on a wall. | ||
|A lit block state has been added for redstone torches. | |A lit block state has been added for redstone torches. | ||
|Prior to ''The Flattening'', these blocks' numeral IDs were 75 and 76.}} | |Prior to ''The Flattening'', these blocks' numeral IDs were 75 and 76.}} | ||
| Line 265: | Line 265: | ||
== Trivia == | == Trivia == | ||
* {{ | * {{MC/In|earth}}, the icon in the inventory shows an unlit {{MC/MCE|Redstone Torch|redstone torch}}. | ||
* {{ | * {{MC/In|be}}, the unlit redstone torch model has a gap in its texture from above. | ||
== Issues == | == Issues == | ||
{{Issue list}} | {{MC/Issue list}} | ||
== Gallery == | == Gallery == | ||
=== Renders === | === Renders === | ||
==== {{JE}} ==== | ==== {{MC/JE}} ==== | ||
<gallery> | <gallery> | ||
File:Redstone Torch JE5.png|Redstone torch | File:Redstone Torch JE5.png|Redstone torch | ||
| Line 281: | Line 281: | ||
</gallery> | </gallery> | ||
==== {{BE}} ==== | ==== {{MC/BE}} ==== | ||
<gallery> | <gallery> | ||
File:Redstone Torch BE.png|Redstone torch | File:Redstone Torch BE.png|Redstone torch | ||
| Line 298: | Line 298: | ||
File:ThinkGeek Redstone Torch.jpg|ThinkGeek produced redstone torch | File:ThinkGeek Redstone Torch.jpg|ThinkGeek produced redstone torch | ||
File:ThinkGeek Redstone Torch Charger.jpg|Charger shaped like a redstone torch. | File:ThinkGeek Redstone Torch Charger.jpg|Charger shaped like a redstone torch. | ||
File:AMCM Creeper cave.jpeg|Redstone torches in {{ | File:AMCM Creeper cave.jpeg|Redstone torches in {{MC/Amcm}}. | ||
</gallery> | </gallery> | ||
| Line 305: | Line 305: | ||
== References == | == References == | ||
{{Reflist}} | {{MC/Reflist}} | ||
== Navigation == | == Navigation == | ||
{{Navbox redstone|components}} | {{MC/Navbox redstone|components}} | ||
{{Navbox blocks|Utility}} | {{MC/Navbox blocks|Utility}} | ||
[[Category:Mechanisms]] | [[Category:Mechanisms]] | ||
Revision as of 20:53, 9 April 2026
Template:Hatnote Template:Infobox block A redstone torch is a non-solid Minecraft:block that produces a full-strength Minecraft:redstone signal on all sides adjacent to it, except for its attached block, and can power the block directly above it. It deactivates while the block it is attached to is powered.
Obtaining
in Template:Editions, the inactive redstone torch cannot be obtained as an item without commands. in Template:Editions, it can be obtained via inventory editing.<ref>In Java it is a block state and in Bedrock it is an entirely separate block.</ref>
Breaking
A redstone torch can be broken instantly using any Minecraft:tool, or without a tool, and drops itself as an item. Script error: No such module "breaking row". A redstone torch is removed and drops as an item if:
- its attachment block is moved, removed, or destroyed
- Minecraft:water or Minecraft:lava flows into its space
- a Minecraft:piston pushes it or moves a block into its space
Natural generation
A single redstone torch is found inside each igloo. In ancient cities, multiple redstone torches can be found integrated into circuitry.
Crafting
Usage
Light
Redstone torches give off a light level of 7.
When the Render Dragon Features for Creators experiment is enabled in Minecraft:Minecraft Preview, the top part of redstone torches emits colored point lighting with Template:Color. This causes the bottom part of the torch to render a small square shadow, and the surrounding texture to render diagonal lines of shadow in all directions.
Crafting ingredient
Redstone torches can be used to craft activator rails, redstone comparators, and redstone repeaters. Template:Crafting usage
Redstone component
{{#vardefine:params|0 }}Template:Hatnote
Redstone torches can be used to power blocks and transmission components such as redstone dust, activate mechanism components such as Minecraft:pistons, or invert redstone signals like a NOT Gate.
- Placement
{{#vardefine:params|0 }}Template:Hatnote
- The placement conditions of a redstone torch are identical to the ones of a normal torch, it can be attached to (some exceptions might apply):
- the top or sides of any conductive block (examples: stone, soul sand, slime blocks, dispensers, etc.)
- the top of a non-conductive block that is at least 16 pixels tall and has a 2x2 pixels surface under where the redstone torch would be positioned (examples: glass panes, vertical chains, fences, etc.)
- the full side surfaces of a non-conductive block (examples: glass, stairs, open trapdoors, etc.)
- Redstone torches cannot be attached to the bottoms of any blocks.
- Attempting to attach a redstone torch to an invalid surface can cause it to "snap" to a valid surface adjacent to the same space. For example, if a fence is on the ground, attempting to attach a redstone torch to the side of the fence causes the redstone torch to be attached to the top of the ground next to the fence instead.
- Activation
- A redstone torch turns off when it is powered from the back (if placed on the side of a block) or from below (if placed on top of a block) and turns on again upon being depowered. in Template:Editions, a redstone torch placed on a (sticky) piston turns off when the piston extends and turns on when the piston retracts: this mechanic is known by the community as "soft inversion".<ref>Template:Bug</ref>
- Effectively, a redstone torch inverts the signal applied to its attachment block: power level 0 is changed to 15 and power levels 1 to 15 are changed to 0 (for an alternative that produces a greater range of output power levels, consider a redstone comparator in subtraction mode).
- Walls, fences, glass, slabs, hoppers,<ref group=note>Redstone torches can be placed on hoppers only in Template:Editions</ref> and stairs are non-conductive, so redstone torches attached to them cannot be deactivated.
- A redstone torch takes 2 game ticks (0.1 seconds barring lag) to change state. in Template:Editions, redstone torches do not respond to all 2 game tick pulses.
- Behavior
- A lit redstone torch strongly powers the block above itself and weakly powers its other direct neighbor blocks, excluding the one it is attached to. It also produces the same particles as redstone dust.
- A redstone torch experiences "burn-out" when it is forced to turn off more than eight times in 60 game ticks (3 seconds). After burning out, a redstone torch produces a "smoke" particleTemplate:Only and a hiss similar to an extinguished fire, deactivates, and then ignores attempts to change its state until the number of state changes in the last 60 game ticks drops to fewer than eight.
- in Template:Editions, a redstone torch might or might not attempt to turn itself back on after 160 ticks (8 seconds) depending on the update chain that caused it to burn out.<ref>Template:Bug</ref> If the redstone torch does attempt to turn itself back on, then it is not able change state until that attempt is performed.
- in Template:Editions, each redstone torch can only burn itself out; the redstone torch needs to be in a circuit that causes it to power itself with no delay, otherwise it does not burn out.
- A burned-out redstone torch turns back on after receiving a Minecraft:block update. There is no limit on how often a single redstone torch can burn out.
Sounds
Generic
Template:Edition: Template:Sound table/Block/Wood/JE
Template:Edition: Template:Sound table/Block/Wood/BE
Unique
Template:!((Java EditionTemplate:))! Template:SoundTable
Template:!((Bedrock EditionTemplate:))!: Template:SoundTable
Data values
ID
Template:!((Java EditionTemplate:))!: Template:ID table Template:ID table
Template:!((Bedrock EditionTemplate:))!: Template:ID table Template:ID table
Block states
{{#vardefine:params|0 }}Template:Hatnote
- REDIRECT Template:Edition
Template:Rcat:
Floor:
Template:Bst
Wall:
Template:Bst
Template:Bst
- REDIRECT Template:Edition
Videos
- REDIRECT Template:YouTube
History
Template:Hatnote Template:Hatnote
Java Edition
Bedrock Edition
Legacy Console Edition
New Nintendo 3DS Edition
Data history
Trivia
- in Template:Editions, the icon in the inventory shows an unlit redstone torch.
- in Template:Editions, the unlit redstone torch model has a gap in its texture from above.
Issues
Script error: No such module "Issue list".
Gallery
Renders
Java Edition
-
Redstone torch
-
Unlit redstone torch
-
Redstone wall torch
-
Unlit redstone wall torch
Bedrock Edition
-
Redstone torch
-
Unlit redstone torch
-
Redstone wall torch
-
Unlit redstone wall torch
In other media
-
Noor catching a redstone torch
-
Several characters carrying redstone torches in Introducing New Default Skins!
-
Action figure of Steve holding a redstone torch
-
Official replica of a redstone torch.
-
ThinkGeek produced redstone torch
-
Charger shaped like a redstone torch.
-
Redstone torches in
- REDIRECT Template:AMCM
Notes
<references group=note/>
References
<references group="">
</references>
| |||||||
|
| |||||||
Template:Article otherTemplate:Article other
de:Redstone-Fackel es:Antorcha de redstone fr:Torche de redstone hu:Redstone-fáklya it:Torcia di redstone ja:レッドストーントーチ ko:레드스톤 횃불 nl:Redstonefakkel pl:Pochodnia redstone pt:Tocha de Redstone ru:Редстоуновый факел uk:Редстоуновий смолоскип zh:红石火把