ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/tiny_torch.json
2024-03-04 22:52:17 +01:00

20 lines
306 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"tag": "actuallyadditions:tiny_coals"
},
"S": {
"tag": "forge:rods/wooden"
}
},
"pattern": [
"C",
"S"
],
"result": {
"count": 2,
"item": "actuallyadditions:tiny_torch"
}
}