添加警棍配方

This commit is contained in:
17146 2025-05-22 19:50:28 +08:00 committed by Light_Quanta
parent 6d8f59659f
commit 357de63e25
No known key found for this signature in database
GPG key ID: 11A39A1B8C890959
2 changed files with 45 additions and 0 deletions

View file

@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
" a",
" b ",
"c "
],
"key": {
"a": {
"item": "minecraft:lightning_rod"
},
"b": {
"item": "superbwarfare:battery"
},
"c": {
"tag": "forge:ingots/steel"
}
},
"result": {
"id": "superbwarfare:electric_baton",
"count": 1
}
}

View file

@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
" a",
" a ",
"ac "
],
"key": {
"a": {
"item": "minecraft:iron_ingot"
},
"c": {
"tag": "forge:ingots/steel"
}
},
"result": {
"id": "superbwarfare:t_baton",
"count": 1
}
}