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

29 lines
430 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:stick"
},
"S": {
"tag": "minecraft:soul_fire_base_blocks"
},
"X": [
{
"item": "minecraft:coal"
},
{
"item": "minecraft:charcoal"
}
]
},
"pattern": [
"X",
"#",
"S"
],
"result": {
"count": 4,
"item": "minecraft:soul_torch"
}
}