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