support for helicopters

This commit is contained in:
Brevven 2020-09-25 20:32:36 -07:00
parent 81ddff5595
commit 02a5421a7a
2 changed files with 7 additions and 0 deletions

View file

@ -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

View file

@ -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"])