Skip to main content

💡 Lamp Block

Lamp Block toggles its lit state in response to redstone power, just like a vanilla redstone lamp. When a neighbor signal arrives it turns on instantly; when the signal disappears it waits 4 ticks before turning off.

On placement it automatically checks for nearby redstone power and sets the correct initial state.

Property NameProperty TypeRequired
litbooleanyes

Example​

blocks:
default:copper_coil:
behavior:
type: lamp_block