调整火炮指示器配方

This commit is contained in:
Atsuishio 2025-07-12 12:54:00 +08:00 committed by Light_Quanta
parent 8d9bb92241
commit 23ce0d352d
No known key found for this signature in database
GPG key ID: 11A39A1B8C890959
2 changed files with 18 additions and 1 deletions

View file

@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "superbwarfare:artillery_indicator"
}
],
"result": {
"id": "superbwarfare:artillery_indicator",
"count": 1
}
}

View file

@ -2,7 +2,8 @@
"type": "minecraft:crafting_shaped", "type": "minecraft:crafting_shaped",
"category": "misc", "category": "misc",
"pattern": [ "pattern": [
"aba" " b ",
"aca"
], ],
"key": { "key": {
"a": { "a": {
@ -10,6 +11,9 @@
}, },
"b": { "b": {
"item": "superbwarfare:monitor" "item": "superbwarfare:monitor"
},
"c": {
"item": "superbwarfare:firing_parameters"
} }
}, },
"result": { "result": {