Crafting using End Stone Brick Slab, Crystal Shards and End Stone Brick Slab, arranged in the pattern shown. Produces End Stone Lantern.
End Stone Lantern
End Stone Lantern is a item from Unknown Mod, crafted from End Stone Brick Slab and Crystal Shards.
Acquisition
Developer reference
- Registry name
betterend:end_stone_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": {
"item": "minecraft:end_stone_brick_slab"
}
},
"conditions": [],
"sequence": null,
"group_name": "end_stone_lanterns",
"experience": null,
"cooking_time": null
}