From 61c9dd1c92482d54a85312b1f4a08111c351262c Mon Sep 17 00:00:00 2001 From: Atsuihsio <842960157@qq.com> Date: Thu, 12 Dec 2024 16:19:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=85=8D=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/data/superbwarfare/recipes/drone_crafting.json | 2 +- .../resources/data/superbwarfare/recipes/sentinel_smithing.json | 2 +- .../data/superbwarfare/recipes/shield_cell_crafting.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/data/superbwarfare/recipes/drone_crafting.json b/src/main/resources/data/superbwarfare/recipes/drone_crafting.json index 5d74522e2..948a2d899 100644 --- a/src/main/resources/data/superbwarfare/recipes/drone_crafting.json +++ b/src/main/resources/data/superbwarfare/recipes/drone_crafting.json @@ -20,7 +20,7 @@ "item": "minecraft:iron_nugget" }, "e": { - "item": "superbwarfare:shield_cell" + "item": "superbwarfare:cell" } }, "result": { diff --git a/src/main/resources/data/superbwarfare/recipes/sentinel_smithing.json b/src/main/resources/data/superbwarfare/recipes/sentinel_smithing.json index 45babb056..f253ead71 100644 --- a/src/main/resources/data/superbwarfare/recipes/sentinel_smithing.json +++ b/src/main/resources/data/superbwarfare/recipes/sentinel_smithing.json @@ -7,7 +7,7 @@ "item": "superbwarfare:legendary_material_pack" }, "addition": { - "item": "superbwarfare:shield_cell" + "item": "superbwarfare:cell" }, "result": { "item": "superbwarfare:sentinel" diff --git a/src/main/resources/data/superbwarfare/recipes/shield_cell_crafting.json b/src/main/resources/data/superbwarfare/recipes/shield_cell_crafting.json index 9e4c251ed..f6efea6d8 100644 --- a/src/main/resources/data/superbwarfare/recipes/shield_cell_crafting.json +++ b/src/main/resources/data/superbwarfare/recipes/shield_cell_crafting.json @@ -24,7 +24,7 @@ } }, "result": { - "item": "superbwarfare:shield_cell", + "item": "superbwarfare:cell", "count": 2 } } \ No newline at end of file