添加警棍配方
This commit is contained in:
parent
6d8f59659f
commit
357de63e25
2 changed files with 45 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
}
|
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue