From 0430fc2a04a1c922ecaf826c247b69214988928f Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Fri, 13 Mar 2026 23:14:32 +0100 Subject: [PATCH] Correct renamed "efficiency-module" --- IntermediatesForYou2/recipe-final-fix.lua | 4 ++-- IntermediatesForYou2/recipe-modify.lua | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/IntermediatesForYou2/recipe-final-fix.lua b/IntermediatesForYou2/recipe-final-fix.lua index 06cf457..8f05fc1 100644 --- a/IntermediatesForYou2/recipe-final-fix.lua +++ b/IntermediatesForYou2/recipe-final-fix.lua @@ -28,11 +28,11 @@ if mods["space-exploration"] then util.remove_ingredient("productivity-module-3", "integrated-circuit") - util.remove_ingredient("effectivity-module-3", "integrated-circuit") + util.remove_ingredient("efficiency-module-3", "integrated-circuit") util.remove_ingredient("productivity-module-2", "electronic-circuit") - util.remove_ingredient("effectivity-module-2", "electronic-circuit") + util.remove_ingredient("efficiency-module-2", "electronic-circuit") if mods["BrassTacks-Updated"] then util.add_product("se-core-fragment-omni",{ type = "item", name = "zinc-ore", amount = 8 }) end diff --git a/IntermediatesForYou2/recipe-modify.lua b/IntermediatesForYou2/recipe-modify.lua index 80a5b1d..d6209bf 100644 --- a/IntermediatesForYou2/recipe-modify.lua +++ b/IntermediatesForYou2/recipe-modify.lua @@ -206,8 +206,8 @@ if mods["space-exploration"] then util.remove_ingredient("productivity-module-3", "mlcc") util.remove_ingredient("productivity-module-3", "cooling-fan") - util.remove_ingredient("effectivity-module-3", "mlcc") - util.remove_ingredient("effectivity-module-3", "cooling-fan") + util.remove_ingredient("efficiency-module-3", "mlcc") + util.remove_ingredient("efficiency-module-3", "cooling-fan") util.set_ingredient("speed-module-4", "se-iridium-plate", 90) util.add_ingredient("speed-module-4", "elementium-plate", 30) @@ -224,7 +224,7 @@ if mods["space-exploration"] then util.replace_ingredient("se-canister", "plastic-bar", "fi_GFK", 5) util.remove_ingredient("se-canister", mods["Krastorio2"] and "kr-glass" or "glass") - util.add_ingredient("effectivity-module-2", "el_lithium_battery", 10) + util.add_ingredient("efficiency-module-2", "el_lithium_battery", 10) end end