quark:blaze_lantern

Blaze Lantern

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Blaze Rod Storage BlockBlaze Rod Storage BlockInfiniburn OverworldPickaxe Mineable

Acquisition

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.

Crafting conditional
Blaze Rod
Blaze Powder
Blaze Rod
Blaze Powder
Blaze Powder
Blaze Powder
Blaze Rod
Blaze Powder
Blaze Rod
Blaze Lantern guaranteed

Mining & drops

sourcecountchanceconditions
Blaze Lantern1–1100%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
}