From 8874ab857ac1e650a7ff06b57b03af09ad3c47a0 Mon Sep 17 00:00:00 2001 From: 17146 <1714673995@qq.com> Date: Sat, 10 May 2025 22:51:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0dps=E5=8F=91=E7=94=B5?= =?UTF-8?q?=E6=9C=BA=E9=85=8D=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dps_generator_deployer_crafting.json | 24 +++++++++++++++++++ ...ing.json => target_deployer_crafting.json} | 0 2 files changed, 24 insertions(+) create mode 100644 src/main/resources/data/superbwarfare/recipe/dps_generator_deployer_crafting.json rename src/main/resources/data/superbwarfare/recipe/{target_crafting.json => target_deployer_crafting.json} (100%) diff --git a/src/main/resources/data/superbwarfare/recipe/dps_generator_deployer_crafting.json b/src/main/resources/data/superbwarfare/recipe/dps_generator_deployer_crafting.json new file mode 100644 index 000000000..60d0e68f2 --- /dev/null +++ b/src/main/resources/data/superbwarfare/recipe/dps_generator_deployer_crafting.json @@ -0,0 +1,24 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "equipment", + "pattern": [ + "a", + "b", + "c" + ], + "key": { + "a": { + "item": "superbwarfare:target_deployer" + }, + "b": { + "item": "superbwarfare:large_motor" + }, + "c": { + "item": "superbwarfare:charging_station" + } + }, + "result": { + "id": "superbwarfare:dps_generator_deployer", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/superbwarfare/recipe/target_crafting.json b/src/main/resources/data/superbwarfare/recipe/target_deployer_crafting.json similarity index 100% rename from src/main/resources/data/superbwarfare/recipe/target_crafting.json rename to src/main/resources/data/superbwarfare/recipe/target_deployer_crafting.json