minecraft-assets/data/minecraft/recipes/soul_lantern.json

19 lines
275 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"XXX",
"X#X",
"XXX"
],
"key": {
"#": {
"item": "minecraft:soul_torch"
},
"X": {
"item": "minecraft:iron_nugget"
}
},
"result": {
"item": "minecraft:soul_lantern"
}
}