minecraft-src/data/minecraft/recipe/soul_torch.json
2025-07-04 01:41:11 +03:00

29 lines
No EOL
428 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,
"id": "minecraft:soul_torch"
}
}