support for helicopters
This commit is contained in:
parent
81ddff5595
commit
02a5421a7a
2 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue