minecraft:redstone_lamp

Redstone Lamp

Minecraft · by Mojang Studios
block

Acquisition

Crafting using Redstone Dust, Redstone Dust, Glowstone, Redstone Dust and Redstone Dust, arranged in the pattern shown. Produces Redstone Lamp.

Crafting
Redstone Lamp guaranteed

Mining & drops

sourcecountchanceconditions
Redstone Lamp1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:redstone_lamp
Namespace
minecraft
Mod ID
minecraft

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " R ",
    "RGR",
    " R "
  ],
  "ingredients": {
    "G": {
      "item": "minecraft:glowstone"
    },
    "R": {
      "item": "minecraft:redstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}