26 lines
437 B
JSON
26 lines
437 B
JSON
{
|
|
"format_version": "1.16",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:soul_lantern"
|
|
},
|
|
"tags": [ "crafting_table" ],
|
|
"pattern": [
|
|
"...",
|
|
".|.",
|
|
"..."
|
|
],
|
|
"key": {
|
|
"|": {
|
|
"item": "minecraft:soul_torch"
|
|
},
|
|
".": {
|
|
"item": "minecraft:iron_nugget"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:soul_lantern"
|
|
}
|
|
}
|
|
}
|