From 02a5421a7af2d5fbdfd74feafe4cc2efc80847b3 Mon Sep 17 00:00:00 2001 From: Brevven Date: Fri, 25 Sep 2020 20:32:36 -0700 Subject: [PATCH] support for helicopters --- changelog.txt | 1 + titanium-recipe-final.lua | 6 ++++++ 2 files changed, 7 insertions(+) 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"])