Files
minecraft-assets/data/minecraft/recipes/soul_fire_torch.json
2020-03-04 20:43:00 +00: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
}
}