superb-warfare/src/main/resources/data/superbwarfare/recipes/primer_crafting.json

20 lines
No EOL
288 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"b",
"a"
],
"key": {
"a": {
"tag": "forge:plates/copper"
},
"b": {
"item": "minecraft:flint"
}
},
"result": {
"item": "superbwarfare:primer",
"count": 4
}
}