superb-warfare/src/main/resources/data/superbwarfare/recipes/heavy_ammo_crafting.json
2025-02-17 05:06:36 +08:00

27 lines
No EOL
427 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
" a ",
"bcb",
" d "
],
"key": {
"a": {
"tag": "superbwarfare:ingots/steel"
},
"b": {
"tag": "forge:ingots/copper"
},
"c": {
"item": "minecraft:gunpowder"
},
"d": {
"item": "superbwarfare:primer"
}
},
"result": {
"item": "superbwarfare:heavy_ammo",
"count": 12
}
}