Lantern
immersiveengineering:lantern

Lantern

Immersive Engineering · by BluSunrize and Damien A.W. Hazard
block Pickaxe Mineable

Acquisition

Crafting using Any Iron Plate, Glass Pane, Any Glowstone Dust, Glass Pane and Any Iron Plate, arranged in the pattern shown. Produces Lantern.

Crafting
Any Iron Plate
Glass Pane
Any Glowstone Dust
Glass Pane
Any Iron Plate
Lantern Lantern guaranteed

Mining & drops

sourcecountchanceconditions
Lantern1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " I ",
    "PGP",
    " I "
  ],
  "ingredients": {
    "G": {
      "tag": "forge:dusts/glowstone"
    },
    "I": {
      "tag": "forge:plates/iron"
    },
    "P": {
      "item": "minecraft:glass_pane"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}