Files
minecraft-assets/data/minecraft/recipes/torch.json
2022-07-13 18:38:39 +02:00

24 lines
329 B
JSON

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