Assembling Machine using Torch and Iron Ingot. Produces 10× Lantern.
Lantern
Minecraft · by Mojang Studios
Acquisition
Crafting using Bridge Lantern, in any arrangement. Produces Lantern.
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.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Lantern | 1–1 | 100% | 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
}