From 32fc3af82b9b9d43160bbcc4910e91f1695dfea2 Mon Sep 17 00:00:00 2001 From: Atsuihsio <842960157@qq.com> Date: Mon, 9 Sep 2024 21:42:00 +0800 Subject: [PATCH] =?UTF-8?q?=E9=92=A2=E9=94=AD=E6=94=B9=E4=B8=BA=E4=BD=BF?= =?UTF-8?q?=E7=94=A8tag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/data/superbwarfare/recipes/m1911_smithing.json | 2 +- src/main/resources/data/superbwarfare/recipes/m4_smithing.json | 2 +- .../resources/data/superbwarfare/recipes/m870_smithing.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/data/superbwarfare/recipes/m1911_smithing.json b/src/main/resources/data/superbwarfare/recipes/m1911_smithing.json index 9aa2b78b6..4f5b28109 100644 --- a/src/main/resources/data/superbwarfare/recipes/m1911_smithing.json +++ b/src/main/resources/data/superbwarfare/recipes/m1911_smithing.json @@ -7,7 +7,7 @@ "item": "superbwarfare:common_material_pack" }, "addition": { - "item": "superbwarfare:steel_ingot" + "tag":"forge:ingots/steel" }, "result": { "item": "superbwarfare:m_1911" diff --git a/src/main/resources/data/superbwarfare/recipes/m4_smithing.json b/src/main/resources/data/superbwarfare/recipes/m4_smithing.json index 8104e51c4..b5de9e042 100644 --- a/src/main/resources/data/superbwarfare/recipes/m4_smithing.json +++ b/src/main/resources/data/superbwarfare/recipes/m4_smithing.json @@ -7,7 +7,7 @@ "item": "superbwarfare:rare_material_pack" }, "addition": { - "item": "superbwarfare:steel_ingot" + "tag":"forge:ingots/steel" }, "result": { "item": "superbwarfare:m_4" diff --git a/src/main/resources/data/superbwarfare/recipes/m870_smithing.json b/src/main/resources/data/superbwarfare/recipes/m870_smithing.json index e8945ff3a..7567bb6bc 100644 --- a/src/main/resources/data/superbwarfare/recipes/m870_smithing.json +++ b/src/main/resources/data/superbwarfare/recipes/m870_smithing.json @@ -7,7 +7,7 @@ "item": "superbwarfare:rare_material_pack" }, "addition": { - "item": "superbwarfare:steel_ingot" + "tag":"forge:ingots/steel" }, "result": { "item": "superbwarfare:m_870"