From 23ce0d352d0d3fcf31424c9ad901523033da83fc Mon Sep 17 00:00:00 2001 From: Atsuishio <842960157@qq.com> Date: Sat, 12 Jul 2025 12:54:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=81=AB=E7=82=AE=E6=8C=87?= =?UTF-8?q?=E7=A4=BA=E5=99=A8=E9=85=8D=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../superbwarfare/recipe/artillery_indicator.json | 13 +++++++++++++ .../recipe/artillery_indicator_crafting.json | 6 +++++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 src/main/resources/data/superbwarfare/recipe/artillery_indicator.json diff --git a/src/main/resources/data/superbwarfare/recipe/artillery_indicator.json b/src/main/resources/data/superbwarfare/recipe/artillery_indicator.json new file mode 100644 index 000000000..52405a219 --- /dev/null +++ b/src/main/resources/data/superbwarfare/recipe/artillery_indicator.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "misc", + "ingredients": [ + { + "item": "superbwarfare:artillery_indicator" + } + ], + "result": { + "id": "superbwarfare:artillery_indicator", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/superbwarfare/recipe/artillery_indicator_crafting.json b/src/main/resources/data/superbwarfare/recipe/artillery_indicator_crafting.json index 4b746f2d6..ab7bfb9d4 100644 --- a/src/main/resources/data/superbwarfare/recipe/artillery_indicator_crafting.json +++ b/src/main/resources/data/superbwarfare/recipe/artillery_indicator_crafting.json @@ -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": {