Files
minecraft-assets/data/minecraft/recipes/lantern.json
2024-02-14 17:44:28 +01:00

20 lines
287 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"
}
}