Tell me more ×
Arqade is a question and answer site for passionate videogamers on all platforms. It's 100% free, no registration required.

The new Redstone Lamp is a great way to create a toggleable light source, but what rules govern how I can power it? Specifically, what are the configurations I can use to light it up? A direct line of Redstone Wire into the block is obvious, but what about adjacent blocks?

Pistons have interesting ways to power them; I'm just wondering if Redstone Lamps have equally interesting methods.

share|improve this question

3 Answers

Redstone Lamps (unlike glowstone and pistons) act like opaque blocks, not transparent ones. Opaque blocks have two main differences from transparent ones:

  1. They power adjacent opaque blocks when given "normal" power (like a redstone wire running into the block), and they power adjacent transparent blocks (including redstone wire and pistons) when given "hard" power (like a repeater running into the block or a torch underneath the block). They will not power any adjacent blocks when given "soft" power (like power from an adjacent redstone torch).
  2. Redstone wire, redstone torches, and other objects that "attach" to blocks can be placed on redstone lamps.

This means that redstone lamps behave mostly like any other solid block in Minecraft when it comes to how they are powered, so you can power them many different ways:

That configuration on the left is powered by a redstone torch under the middle block, like so:

While having redstone lamps be opaque opens a great deal of possibilities, it also has the unfortunate downside of making it impossible (unless there's a method I'm not aware of) to turn on a single redstone lamp in a floor made out of lamps from below, so keep that in mind when building structures with them.

share|improve this answer
I like the terms "hard power" and "soft power"; it makes it easier to explain the rules of repeaters and whatnot. – Unionhawk Mar 12 '12 at 12:01
1  
+1 for OcD texturepack! And the images really help too. – Joe the Person Mar 13 '12 at 23:13

Picture 3 layers. On the bottom layer place one redstone torch in a 3x3 block area:

...
.R.
...

In the middle layer, which is on top of the redstone torch, place a 3x3 of dirt blocks:

DDD
DDD
DDD

On the top layer place a 3x3 block of redstone lamps:

LLL
LLL
LLL

Only one of the redstone lamps will light:

LLL
LXL
LLL
share|improve this answer

Uses

A Redstone Lamp with a switch placed on it will behave just like a standard solid block, meaning that if a Redstone Lamp is powered, it will power the block adjacent to it. It will also power Redstone wire if it is placed on top of, underneath, or directly next to the lamp following the same principles as a standard solid block.

Example:

enter image description here

[Above: A redstone lamp shown during the evening that is switched on. ]

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.