From 897cfa508c5073c2bd6921e1607f1a08d6923683 Mon Sep 17 00:00:00 2001 From: RarkGrames Date: Tue, 16 Jul 2019 20:43:52 +0200 Subject: [PATCH 1/2] Fixed recipes --- data/mods/Modular_Turrets/recipe.json | 4 ++-- data/mods/Salvaged_Robots/recipe.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/mods/Modular_Turrets/recipe.json b/data/mods/Modular_Turrets/recipe.json index c5f3ac9117964..e9cd1eb7a03a9 100644 --- a/data/mods/Modular_Turrets/recipe.json +++ b/data/mods/Modular_Turrets/recipe.json @@ -36,8 +36,8 @@ "result": "bot_manhack", "copy-from": "bot_hack_base", "components": [ - [ [ "bot_manhack", 1 ], [ "broken_manhack", 1 ], [ "broken_grenade_hack", 1 ] ], - [ [ "grenade", 1 ] ], + [ [ "bot_manhack", 1 ], [ "broken_manhack", 1 ] ], + [ [ "spike", 1 ] ], [ [ "processor", 1 ] ], [ [ "cable", 1 ] ], [ [ "power_supply", 1 ] ], diff --git a/data/mods/Salvaged_Robots/recipe.json b/data/mods/Salvaged_Robots/recipe.json index 4d79e57aee49e..2e51080582a10 100644 --- a/data/mods/Salvaged_Robots/recipe.json +++ b/data/mods/Salvaged_Robots/recipe.json @@ -864,7 +864,7 @@ "id_suffix": "repair", "copy-from": "bot_defbot_base", "components": [ - [ [ "broken_defbot_disarmed", 1 ] ], + [ [ "broken_defbot_paladin", 1 ] ], [ [ "plut_cell", 4 ] ], [ [ "RAM", 1 ] ], [ [ "processor", 2 ] ], From 11caf9bb8391aebdca8cbe134ddc3bf445f80c7a Mon Sep 17 00:00:00 2001 From: RarkGrames Date: Tue, 16 Jul 2019 21:45:27 +0200 Subject: [PATCH 2/2] You don't need manhack to craft manhack --- data/mods/Modular_Turrets/recipe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/mods/Modular_Turrets/recipe.json b/data/mods/Modular_Turrets/recipe.json index e9cd1eb7a03a9..7baaf53507f1c 100644 --- a/data/mods/Modular_Turrets/recipe.json +++ b/data/mods/Modular_Turrets/recipe.json @@ -36,7 +36,7 @@ "result": "bot_manhack", "copy-from": "bot_hack_base", "components": [ - [ [ "bot_manhack", 1 ], [ "broken_manhack", 1 ] ], + [ [ "broken_manhack", 1 ] ], [ [ "spike", 1 ] ], [ [ "processor", 1 ] ], [ [ "cable", 1 ] ],