添加拆弹器配方,修改引爆器配方
This commit is contained in:
parent
e9cb7f5fa8
commit
47beabdec3
2 changed files with 28 additions and 2 deletions
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" i",
|
||||
"/I ",
|
||||
" / "
|
||||
],
|
||||
"key": {
|
||||
"i": {
|
||||
"item": "superbwarfare:steel_ingot"
|
||||
},
|
||||
"/": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"I": {
|
||||
"item": "minecraft:iron_nugget"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "superbwarfare:defuser",
|
||||
"count": 1
|
||||
}
|
||||
}
|
|
@ -3,7 +3,7 @@
|
|||
"category": "misc",
|
||||
"pattern": [
|
||||
" a",
|
||||
"b"
|
||||
"bc"
|
||||
],
|
||||
"key": {
|
||||
"a": {
|
||||
|
@ -11,6 +11,9 @@
|
|||
},
|
||||
"b": {
|
||||
"item": "minecraft:stone_button"
|
||||
},
|
||||
"c": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
|
Loading…
Add table
Reference in a new issue