Crafting using Any of Sandy Jadestone Slab / Sandy Jadestone Bricks Slab, Crystal Shards and Any of Sandy Jadestone Slab / Sandy Jadestone Bricks Slab, arranged in the pattern shown. Produces Sandy Jadestone Lantern.
Sandy Jadestone Lantern
Sandy Jadestone Lantern is a item from Unknown Mod, crafted from Any of Sandy Jadestone Slab / Sandy Jadestone Bricks Slab and Crystal Shards.
Acquisition
Developer reference
- Registry name
betterend:sandy_jadestone_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:sandy_jadestone_slab"
},
{
"item": "betterend:sandy_jadestone_bricks_slab"
}
]
}
},
"conditions": [],
"sequence": null,
"group_name": "end_stone_lanterns",
"experience": null,
"cooking_time": null
}