From 56d0e8f631a398ecf442ad72998b77b2d9fa5034 Mon Sep 17 00:00:00 2001 From: 17146 <1714673995@qq.com> Date: Sun, 9 Feb 2025 17:34:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=83=A8=E5=88=86=E9=85=8D?= =?UTF-8?q?=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../recipes/cemented_carbide_block_crafting.json | 5 +---- .../data/superbwarfare/recipes/steel_block_crafting.json | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/main/resources/data/superbwarfare/recipes/cemented_carbide_block_crafting.json b/src/main/resources/data/superbwarfare/recipes/cemented_carbide_block_crafting.json index ef40fb21c..eac622ec3 100644 --- a/src/main/resources/data/superbwarfare/recipes/cemented_carbide_block_crafting.json +++ b/src/main/resources/data/superbwarfare/recipes/cemented_carbide_block_crafting.json @@ -3,14 +3,11 @@ "category": "equipment", "pattern": [ "aaa", - "aba", + "aaa", "aaa" ], "key": { "a": { - "tag": "superbwarfare:ingots/cemented_carbide" - }, - "b": { "item": "superbwarfare:cemented_carbide_ingot" } }, diff --git a/src/main/resources/data/superbwarfare/recipes/steel_block_crafting.json b/src/main/resources/data/superbwarfare/recipes/steel_block_crafting.json index f974896d0..77c51f87d 100644 --- a/src/main/resources/data/superbwarfare/recipes/steel_block_crafting.json +++ b/src/main/resources/data/superbwarfare/recipes/steel_block_crafting.json @@ -8,7 +8,7 @@ ], "key": { "a": { - "tag": "superbwarfare:ingots/steel" + "tag": "forge:ingots/steel" }, "b": { "item": "superbwarfare:steel_ingot"