ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/tiny_torch.json

19 lines
284 B
JSON
Raw Normal View History

2021-11-21 22:38:48 +01:00
{
"type": "minecraft:crafting_shaped",
"pattern": [
"C",
"S"
],
"key": {
"C": {
"tag": "actuallyadditions:tiny_coals"
},
"S": {
"tag": "forge:rods/wooden"
}
},
"result": {
"item": "actuallyadditions:tiny_torch",
"count": 2
}
}