From dbd4a7661d8140f5d9bf173cd68e0a0809e81b07 Mon Sep 17 00:00:00 2001 From: 17146 <1714673995@qq.com> Date: Thu, 28 Nov 2024 23:11:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=E9=9B=86=E8=A3=85?= =?UTF-8?q?=E7=AE=B1=E9=85=8D=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../data/superbwarfare/recipes/mk_42_smithing.json | 6 ++++-- .../data/superbwarfare/recipes/mle_1934_smithing.json | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/main/resources/data/superbwarfare/recipes/mk_42_smithing.json b/src/main/resources/data/superbwarfare/recipes/mk_42_smithing.json index 05f98ab19..4d675c415 100644 --- a/src/main/resources/data/superbwarfare/recipes/mk_42_smithing.json +++ b/src/main/resources/data/superbwarfare/recipes/mk_42_smithing.json @@ -7,12 +7,14 @@ "item": "superbwarfare:cannon_core" }, "addition": { - "tag":"forge:storage_blocks/steel" + "tag": "forge:storage_blocks/steel" }, "result": { "item": "superbwarfare:container", "nbt": { - "EntityType": "superbwarfare:mk_42" + "BlockEntityTag": { + "EntityType": "superbwarfare:mk_42" + } } } } \ No newline at end of file diff --git a/src/main/resources/data/superbwarfare/recipes/mle_1934_smithing.json b/src/main/resources/data/superbwarfare/recipes/mle_1934_smithing.json index afc2e791b..aba5c6dd8 100644 --- a/src/main/resources/data/superbwarfare/recipes/mle_1934_smithing.json +++ b/src/main/resources/data/superbwarfare/recipes/mle_1934_smithing.json @@ -7,12 +7,14 @@ "item": "superbwarfare:cannon_core" }, "addition": { - "tag":"forge:storage_blocks/steel" + "tag": "forge:storage_blocks/steel" }, "result": { "item": "superbwarfare:container", "nbt": { - "EntityType": "superbwarfare:mle_1934" + "BlockEntityTag": { + "EntityType": "superbwarfare:mle_1934" + } } } } \ No newline at end of file