Lantern
minecraft:lantern

Lantern

Minecraft · by Mojang Studios
block Pickaxe Mineable

Acquisition

Assembling Machine using Torch and Iron Ingot. Produces 10× Lantern.

Assembling Machine
Lantern Lantern ×10 guaranteed

Crafting using Bridge Lantern, in any arrangement. Produces Lantern.

Crafting ⇆ any arrangement
Bridge Lantern
Lantern Lantern guaranteed

Crafting using Iron Nugget, Iron Nugget, Iron Nugget, Iron Nugget, Torch, Iron Nugget, Iron Nugget, Iron Nugget and Iron Nugget, arranged in the pattern shown. Produces Lantern.

Crafting
Iron Nugget
Iron Nugget
Iron Nugget
Iron Nugget
Torch
Iron Nugget
Iron Nugget
Iron Nugget
Iron Nugget
Lantern Lantern guaranteed

Mining & drops

sourcecountchanceconditions
Lantern1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:lantern
Namespace
minecraft
Mod ID
minecraft
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (3):

{
  "recipe_type": "techreborn:assembling_machine",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:torch"
    },
    {
      "item": "minecraft:iron_ingot"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "mcwbridges:bridge_lantern"
  },
  "conditions": [],
  "sequence": null,
  "group_name": "recyclable_lights",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "XXX",
    "X#X",
    "XXX"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:torch"
    },
    "X": {
      "item": "minecraft:iron_nugget"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}