Minecraft Redstone – How to Light a Hollow Tower of Redstone Lamps in Java Edition

minecraft-java-editionminecraft-redstone

I want to light this tower, but controllable from a switch. I'd like to be able to expand this up or down in a modular way.

enter image description here

The example in the image is being powered with a static setup, just faked by alternating torch/redstone centre blocks, for the purpose of giving an example image. It isn't controllable.

I'm having difficulty figuring out how to fit a completely modular redstone wiring setup into the mere 3x3x2 space available for each lamp ring.

Best Answer

A fully modular system inside a 3x3 or 4x4 (with 1 block/1 lamp per level) is impossible because of the lack of space to fit repeaters or redstone torches in a configuration that will still respond correctly to an on/off switch.

The tallest tower that I could make respond correctly to an on/off switch was this 3x3

redstone lamp tower

Which uses an upside-down half slab in the middle and next to the unlit lamps and is powered by a redstone torch underneath a solid block (instead of a half-slab) in the middle of the bottom level

The smallest size of free standing tower that I could fit a fully modular system in was a 3x3 with 2 blocks and 1 lamp per level, controlled from the bottom

This is the first part of the control system (there's a redstone torch on the inside side of the block with the torch under it)

enter image description here

This is the second part of the control system (there's a solid block in the middle of the cross)

enter image description here

If you built the tower against a wall however, it is possible to fit a fully modular system inside an apparent 3x3 like this

enter image description here