Lightning Rod
minecraft:lightning_rod

Lightning Rod

Minecraft · by Mojang Studios
block Pickaxe MineableNeeds Stone Tool

Acquisition

Crafting using Copper Ingot, Copper Ingot and Copper Ingot, arranged in the pattern shown. Produces Lightning Rod.

Crafting
Copper Ingot
Copper Ingot
Copper Ingot
Lightning Rod Lightning Rod guaranteed

Mining & drops

sourcecountchanceconditions
Lightning Rod1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:lightning_rod
Namespace
minecraft
Mod ID
minecraft
Tags (2)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_stone_tool

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#",
    "#",
    "#"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:copper_ingot"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}