ForgePatch/src/generated/resources/data/minecraft/recipes/soul_torch.json

28 lines
409 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"X",
"#",
"S"
],
"key": {
"X": [
{
"item": "minecraft:coal"
},
{
"item": "minecraft:charcoal"
}
],
"#": {
"tag": "forge:rods/wooden"
},
"S": {
"tag": "minecraft:soul_fire_base_blocks"
}
},
"result": {
"item": "minecraft:soul_torch",
"count": 4
}
}