minecraft-src/data/minecraft/recipe/torch.json
2025-07-04 01:41:11 +03:00

25 lines
No EOL
349 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:stick"
},
"X": [
{
"item": "minecraft:coal"
},
{
"item": "minecraft:charcoal"
}
]
},
"pattern": [
"X",
"#"
],
"result": {
"count": 4,
"id": "minecraft:torch"
}
}