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

19 lines
265 B
JSON

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