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

24 lines
No EOL
361 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"c",
"a",
"b"
],
"key": {
"a": {
"item": "superbwarfare:ap_head"
},
"b": {
"item": "superbwarfare:grain"
},
"c": {
"item": "superbwarfare:fusee"
}
},
"result": {
"id": "superbwarfare:ap_5_inches",
"count": 1
}
}