Files
minecraft-assets/data/minecraft/recipes/soul_fire_torch.json
2024-05-14 15:58:41 +02:00

28 lines
402 B
JSON

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