diff --git a/changelog.txt b/changelog.txt index 4f1cd36..e6bdb1f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,7 @@ Version: 0.0.12 Date: 2023-04-02 Changes: - Silver brazing alloy will use foundry if enabled. + - SE: Fix some possible tech/recipe deadlocks --------------------------------------------------------------------------------------------------- Version: 0.0.11 Date: 2023-03-29 diff --git a/prototypes/recipe-updates.lua b/prototypes/recipe-updates.lua index cfb84e9..a8e34c1 100644 --- a/prototypes/recipe-updates.lua +++ b/prototypes/recipe-updates.lua @@ -18,9 +18,9 @@ else end if not mods["space-exploration"] then util.add_ingredient("rocket-silo", "titanium-palladium-flange", 100) + util.add_ingredient("rocket-control-unit", "temperature-sensor", 1) end -util.add_ingredient("rocket-control-unit", "temperature-sensor", 1) if not mods["aai-industry"] then util.add_ingredient("electric-furnace", "temperature-sensor", 1) else