Crafting using Blaze Rod, Blaze Powder, Blaze Rod, Blaze Powder, Blaze Powder, Blaze Powder, Blaze Rod, Blaze Powder and Blaze Rod, arranged in the pattern shown. Produces Blaze Lantern.

Blaze Lantern
Quark · by Vazkii, WireSegal, MCVinnyq, Sully
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Blaze Lantern | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
quark:blaze_lantern- Namespace
quark- Mod ID
quark- Tags (4)
forge:blocks/storage_blocks/blaze_rod forge:items/storage_blocks/blaze_rod minecraft:blocks/infiniburn_overworld minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"BPB",
"PPP",
"BPB"
],
"ingredients": {
"B": {
"item": "minecraft:blaze_rod"
},
"P": {
"item": "minecraft:blaze_powder"
}
},
"conditions": [
{
"raw": {
"flag": "blaze_lantern",
"type": "quark:flag"
},
"type": "quark:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}