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