Files
minecraft-assets/data/minecraft/recipes/lantern.json
2024-04-22 09:53:17 +02:00

21 lines
301 B
JSON

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