Technical blocks/Lit Redstone Lamp

Java Edition
1.2.112w07aLit redstone lamps have an item form corresponding to its block ID. It can be obtained via inventory editors with numeric item ID 124.
Interestingly, unlike most items of this type, lit redstone lamps are themselves dropped by lit redstone lamps.[1]
Pick Block on a lit redstone lamp block would highlight any existing lit redstone lamp blocks in the hotbar, rather than normal redstone lamps.
1.2.4releaseLit redstone lamps now drop normal redstone lamp items when broken in most cases. They can still be obtained by breaking one with a Silk Touch enchanted tool.
1.2.5prePick Block on a lit redstone lamp now always returns a normal, unpowered redstone lamp.
1.3.112w16aLit redstone lamp items can now be obtained in singleplayer worlds via the /give command using the respective numeric ID.
1.7.213w37aThe direct item form of lit redstone lamps has been removed from the game. It can no longer exist as an item in any way, only as a placed block.
The ability for lit redstone lamps to drop lit redstone lamp items via Silk Touch has not been removed, however. As a result, attempting to obtain a lit redstone lamp this way in this version crashes the game with a NullPointerException.
13w38aLit redstone lamp blocks now drop unlit items regardless of tool.[2]
?Added BlockStateTag, which allows to obtain all valid block states of respective block. This tag allows to obtain many technical blocks otherwise cannot be obtained, including lit redstone lamp.
Pocket Edition Alpha
v0.13.0Lit redstone lamps exist as an item.

Appearances

Java Edition
1.2.112w07a The lit redstone lamp item uses this model in inventories, when held in first or third person view or as a dropped item.
1.2 The lit redstone lamp item uses this model in inventories, when held in first or third person view or as a dropped item.
This is due to the redstone lamp texture changing in this version.
1.3.112w22a The lit redstone lamp item now uses this model in inventories, when held in first or third person view or as a dropped item.
This is a result of all 3D items being rotated 90 degrees anticlockwise from their prior appearances.
1.4.212w34a The lit redstone lamp item now uses this model in inventories, when held in first or third person view, as a dropped item or when in an item frame.
This is a result of all 3D items being brightened to a miniscule degree.
Bedrock Edition
1.10.0beta 1.10.0.3 The texture for the lit redstone lamp has changed/updated.

Names

Java Edition
  • 12w07a - 13w36b: Redstone Lamp
Pocket Edition
  • v0.13.0 Alpha - v0.14.3 Alpha: tile.redstoneLightLit.name
Bedrock Edition
  • v0.15.0 Alpha - now: tile.lit_redstone_lamp.name

References