添加空尖弹配方

This commit is contained in:
Atsuihsio 2024-09-26 22:57:03 +08:00
parent b87ed700cc
commit d7912793f9

View file

@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
"cbc",
"bab",
"cbc"
],
"key": {
"a": {
"item": "superbwarfare:empty_perk"
},
"b": {
"tag":"forge:storage_blocks/copper"
},
"c": {
"tag":"forge:ingots/copper"
}
},
"result": {
"item": "superbwarfare:jhp_bullet",
"count": 1
}
}