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

27 lines
No EOL
413 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
" a ",
"bcb",
" d "
],
"key": {
"a": {
"tag": "c:ingots/tungsten"
},
"b": {
"tag": "c:plates/copper"
},
"c": {
"item": "minecraft:gunpowder"
},
"d": {
"item": "superbwarfare:primer"
}
},
"result": {
"id": "superbwarfare:sniper_ammo",
"count": 16
}
}