superb-warfare/src/main/resources/data/superbwarfare/recipe/primer_crafting.json
2025-04-02 20:11:07 +08:00

20 lines
No EOL
282 B
JSON

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