diff --git a/changelog.txt b/changelog.txt index f542104..b925dd1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4,6 +4,8 @@ Date: 2022-08-11 Localization: - ja locale, thanks to Sakuro - ru locale, thanks to Pergamum663 + Fixes: + - Slightly more improved compatibility, thanks to U.N.Owen --------------------------------------------------------------------------------------------------- Version: 0.0.16 Date: 2022-08-09 diff --git a/data-final-fixes.lua b/data-final-fixes.lua index 9c076d5..5e6627a 100644 --- a/data-final-fixes.lua +++ b/data-final-fixes.lua @@ -31,7 +31,7 @@ if not mods.Krastorio2 and not mods["aai-industry"] and not mods.bzaluminum and util.add_ingredient("repair-pack", "copper-cable", 6) util.set_ingredient("repair-pack", "iron-gear-wheel", 3) - util.add_effect("electronics", { type = "unlock-recipe", recipe = "electronic-circuit" }) + util.add_unlock_force("electronics", "electronic-circuit") util.add_effect("electronics", { type = "unlock-recipe", recipe = "inserter" }) util.add_effect("electronics", { type = "unlock-recipe", recipe = "long-handed-inserter" }) util.remove_recipe_effect("automation", "long-handed-inserter")