superb-warfare/src/main/resources/data/target/recipes/handgun_ammo_crafting.json
2024-05-04 14:26:24 +08:00

23 lines
No EOL
352 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
" a ",
"bcb"
],
"key": {
"a": {
"item": "minecraft:copper_ingot"
},
"b": {
"tag": "forge:plates/copper"
},
"c": {
"item": "minecraft:gunpowder"
}
},
"result": {
"item": "target:handgun_ammo",
"count": 3
}
}