minecraft-assets/data/minecraft/recipes/torch.json

24 lines
319 B
JSON

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