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

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