调整火炮指示器配方
This commit is contained in:
parent
8d9bb92241
commit
23ce0d352d
2 changed files with 18 additions and 1 deletions
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "superbwarfare:artillery_indicator"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"id": "superbwarfare:artillery_indicator",
|
||||
"count": 1
|
||||
}
|
||||
}
|
|
@ -2,7 +2,8 @@
|
|||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"pattern": [
|
||||
"aba"
|
||||
" b ",
|
||||
"aca"
|
||||
],
|
||||
"key": {
|
||||
"a": {
|
||||
|
@ -10,6 +11,9 @@
|
|||
},
|
||||
"b": {
|
||||
"item": "superbwarfare:monitor"
|
||||
},
|
||||
"c": {
|
||||
"item": "superbwarfare:firing_parameters"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
|
Loading…
Add table
Reference in a new issue