Files
IMoO/recipes/soul_lantern.json
T
2022-01-23 21:24:12 +03:00

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"
}
}
}