Crafting using Any of Umbralith Slab / Umbralith Bricks Slab, Crystal Shards and Any of Umbralith Slab / Umbralith Bricks Slab, arranged in the pattern shown. Produces Umbralith Lantern.
Umbralith Lantern
Umbralith Lantern is a item from Unknown Mod, crafted from Any of Umbralith Slab / Umbralith Bricks Slab and Crystal Shards.
Acquisition
Developer reference
- Registry name
betterend:umbralith_lantern- Namespace
betterend- Mod ID
unknown- Tags (1)
minecraft:blocks/mineable/axe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"S",
"#",
"S"
],
"ingredients": {
"#": {
"item": "betterend:crystal_shards"
},
"S": {
"anyOf": [
{
"item": "betterend:umbralith_slab"
},
{
"item": "betterend:umbralith_bricks_slab"
}
]
}
},
"conditions": [],
"sequence": null,
"group_name": "end_stone_lanterns",
"experience": null,
"cooking_time": null
}