Glowstone Lantern
byg:glowstone_lantern

Glowstone Lantern

Oh The Biomes You'll Go · by AOCAWOL, Corgi Taco, YaBoiChips
block

Glowstone Lantern is a block from Oh The Biomes You'll Go, crafted from Iron Nugget and Glowstone.

Acquisition

Crafting using Iron Nugget, Iron Nugget, Iron Nugget, Iron Nugget, Glowstone, Iron Nugget, Iron Nugget, Iron Nugget and Iron Nugget, arranged in the pattern shown. Produces Glowstone Lantern.

Crafting
Glowstone Lantern Glowstone Lantern guaranteed

Casting Table using no listed ingredients. Produces Glowstone Lantern.

Casting Table conditional
Glowstone Lantern Glowstone Lantern guaranteed

Mining & drops

sourcecountchanceconditions
Glowstone Lantern1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
byg:glowstone_lantern
Namespace
byg
Mod ID
byg

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "XXX",
    "X#X",
    "XXX"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:glowstone"
    },
    "X": {
      "item": "minecraft:iron_nugget"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "tconstruct:casting_table",
  "pattern": null,
  "ingredients": null,
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "tconstruct"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}