support for better cargo planes
This commit is contained in:
parent
e38dc4c58c
commit
f113529b02
2 changed files with 7 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ Date: 2020-09-26
|
|||
Changes:
|
||||
- Support for jetpacks
|
||||
- Support for hovercrafts
|
||||
- Support for better cargo planes
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.5.4
|
||||
Date: 2020-09-25
|
||||
|
|
|
|||
|
|
@ -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