Crafting using Any Iron Plate, Any Glass Panes, Incandescent Light Bulb, Any Glass Panes and Any Copper Wire, arranged in the pattern shown. Produces Powered Lantern.
Powered Lantern
Immersive Engineering · by BluSunrize and Damien A.W. Hazard
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Powered Lantern | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
immersiveengineering:electric_lantern- Namespace
immersiveengineering- Mod ID
immersiveengineering- Tags (2)
immersiveengineering:blocks/mineable/hammer minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" i ",
"pep",
" w "
],
"ingredients": {
"e": {
"item": "immersiveengineering:light_bulb"
},
"i": {
"tag": "forge:plates/iron"
},
"p": {
"tag": "forge:glass_panes"
},
"w": {
"tag": "forge:wires/copper"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}