support for chopper
This commit is contained in:
parent
a3539a6364
commit
6b74a62a91
2 changed files with 8 additions and 1 deletions
|
|
@ -5,7 +5,8 @@ Date: 2020-09-26
|
|||
- Support for jetpacks
|
||||
- Support for hovercrafts
|
||||
- Support for better cargo planes
|
||||
- Support for raven
|
||||
- Support for raven vehicle
|
||||
- Support for chopper
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.5.4
|
||||
Date: 2020-09-25
|
||||
|
|
|
|||
|
|
@ -91,6 +91,12 @@ if mods["HelicopterRevival"] or mods["Helicopters"] then
|
|||
util.steel_to_titanium(data.raw.recipe["heli-recipe"].expensive)
|
||||
end
|
||||
|
||||
if mods["adamo-chopper"] then
|
||||
util.steel_to_titanium(data.raw.recipe["chopper-recipe"])
|
||||
util.steel_to_titanium(data.raw.recipe["chopper-recipe"].normal)
|
||||
util.steel_to_titanium(data.raw.recipe["chopper-recipe"].expensive)
|
||||
end
|
||||
|
||||
if mods["jetpack"] then
|
||||
util.steel_to_titanium(data.raw.recipe["jetpack-1"])
|
||||
util.steel_to_titanium(data.raw.recipe["jetpack-1"].normal)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue