Files
minecraft-assets/data/minecraft/recipes/lantern.json
2023-05-24 18:29:03 +02:00

21 lines
316 B
JSON

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