diff --git a/changelog.txt b/changelog.txt index fc07666..29fc4d5 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,7 @@ Version: 0.5.4 Date: 2020-09-26 Changes: - Krastorio 2 update: Add titanium to a few more recipes. + - Support for HelicopterRevival --------------------------------------------------------------------------------------------------- Version: 0.5.3 Date: 2020-09-20 diff --git a/titanium-recipe-final.lua b/titanium-recipe-final.lua index 5078695..fc8cfe9 100644 --- a/titanium-recipe-final.lua +++ b/titanium-recipe-final.lua @@ -79,6 +79,12 @@ if mods["Aircraft"] then util.steel_to_titanium(data.raw.recipe["jet"].expensive) end +if mods["HelicopterRevival"] or mods["Helicopters"] then + util.steel_to_titanium(data.raw.recipe["heli-recipe"]) + util.steel_to_titanium(data.raw.recipe["heli-recipe"].normal) + util.steel_to_titanium(data.raw.recipe["heli-recipe"].expensive) +end + -- Memory storage changes if data.raw.item["memory-unit"] then util.steel_to_titanium(data.raw.recipe["memory-unit"])