superb-warfare/src/main/resources/data/superbwarfare/recipes/shotgun_ammo_crafting.json
2024-07-27 02:20:09 +08:00

27 lines
420 B
JSON

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