diff --git a/changelog.txt b/changelog.txt index 83b1cb6..17c4cae 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,7 @@ Version: 0.9.3 Date: 2020-12-22 Changes: + - Titanium plates now used in heat exchangers - English localization updates for K2. --------------------------------------------------------------------------------------------------- Version: 0.9.2 diff --git a/titanium-recipe-updates.lua b/titanium-recipe-updates.lua index 01bed28..11e6200 100644 --- a/titanium-recipe-updates.lua +++ b/titanium-recipe-updates.lua @@ -18,6 +18,7 @@ util.add_titanium_prerequisite(data.raw.technology["solar-panel-equipment"]) -- Also add titanium to steam turbines util.add_titanium_ingredient(20, data.raw.recipe["steam-turbine"]) +util.add_titanium_ingredient(20, data.raw.recipe["heat-exchanger"]) util.add_titanium_prerequisite(data.raw.technology["nuclear-power"]) -- Krastorio 2 changes