Files
minecraft-assets/data/minecraft/recipes/lantern.json
2018-12-21 06:39:57 +00:00

19 lines
255 B
JSON

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