Therium Lantern
byg:therium_lantern

Therium Lantern

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

Acquisition

Casting Table using no listed ingredients. Produces Therium Lantern.

Casting Table conditional
Therium Lantern Therium Lantern guaranteed

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

Crafting
Iron Nugget
Iron Nugget
Iron Nugget
Iron Nugget
Therium Shard
Iron Nugget
Iron Nugget
Iron Nugget
Iron Nugget
Therium Lantern Therium Lantern guaranteed

Mining & drops

sourcecountchanceconditions
Therium Lantern1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "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
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "XXX",
    "X#X",
    "XXX"
  ],
  "ingredients": {
    "#": {
      "item": "byg:therium_shard"
    },
    "X": {
      "item": "minecraft:iron_nugget"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}