Casting Table using no listed ingredients. Produces Therium Lantern.
Therium Lantern
Oh The Biomes You'll Go · by AOCAWOL, Corgi Taco, YaBoiChips
Acquisition
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.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Therium Lantern | 1–1 | 100% | 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
}