From 357de63e2560938a1e3b9a45cfdb6416388e7276 Mon Sep 17 00:00:00 2001 From: 17146 <1714673995@qq.com> Date: Thu, 22 May 2025 19:50:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=AD=A6=E6=A3=8D=E9=85=8D?= =?UTF-8?q?=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../recipe/electric_baton_crafting.json | 24 +++++++++++++++++++ .../recipe/t_baton_crafting.json | 21 ++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 src/main/resources/data/superbwarfare/recipe/electric_baton_crafting.json create mode 100644 src/main/resources/data/superbwarfare/recipe/t_baton_crafting.json diff --git a/src/main/resources/data/superbwarfare/recipe/electric_baton_crafting.json b/src/main/resources/data/superbwarfare/recipe/electric_baton_crafting.json new file mode 100644 index 000000000..1bf7b4489 --- /dev/null +++ b/src/main/resources/data/superbwarfare/recipe/electric_baton_crafting.json @@ -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 + } +} \ No newline at end of file diff --git a/src/main/resources/data/superbwarfare/recipe/t_baton_crafting.json b/src/main/resources/data/superbwarfare/recipe/t_baton_crafting.json new file mode 100644 index 000000000..46c918fbe --- /dev/null +++ b/src/main/resources/data/superbwarfare/recipe/t_baton_crafting.json @@ -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 + } +} \ No newline at end of file