support for better cargo planes
This commit is contained in:
parent
e38dc4c58c
commit
f113529b02
2 changed files with 7 additions and 0 deletions
|
|
@ -79,6 +79,12 @@ if mods["Aircraft"] then
|
|||
util.steel_to_titanium(data.raw.recipe["jet"].expensive)
|
||||
end
|
||||
|
||||
if mods["betterCargoPlanes"] then
|
||||
util.steel_to_titanium(data.raw.recipe["better-cargo-plane"])
|
||||
util.steel_to_titanium(data.raw.recipe["better-cargo-plane"].normal)
|
||||
util.steel_to_titanium(data.raw.recipe["better-cargo-plane"].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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue