Crafting using Any Iron Plate, Glass Pane, Any Glowstone Dust, Glass Pane and Any Iron Plate, arranged in the pattern shown. Produces Lantern.
Lantern
Immersive Engineering · by BluSunrize and Damien A.W. Hazard
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Lantern | 1–1 | 100% | 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
}