support for raven
This commit is contained in:
parent
f113529b02
commit
5ce73a3fb2
2 changed files with 7 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ Date: 2020-09-26
|
||||||
- Support for jetpacks
|
- Support for jetpacks
|
||||||
- Support for hovercrafts
|
- Support for hovercrafts
|
||||||
- Support for better cargo planes
|
- Support for better cargo planes
|
||||||
|
- Support for raven
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 0.5.4
|
Version: 0.5.4
|
||||||
Date: 2020-09-25
|
Date: 2020-09-25
|
||||||
|
|
|
||||||
|
|
@ -103,6 +103,12 @@ if mods["Hovercrafts"] then
|
||||||
util.steel_to_titanium(data.raw.recipe["hcraft-recipe"].expensive)
|
util.steel_to_titanium(data.raw.recipe["hcraft-recipe"].expensive)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if mods["Raven"] then
|
||||||
|
util.add_titanium_ingredient(100, data.raw.recipe["raven"])
|
||||||
|
util.add_titanium_ingredient(100, data.raw.recipe["raven"].normal)
|
||||||
|
util.add_titanium_ingredient(100, data.raw.recipe["raven"].expensive)
|
||||||
|
end
|
||||||
|
|
||||||
-- Memory storage changes
|
-- Memory storage changes
|
||||||
if data.raw.item["memory-unit"] then
|
if data.raw.item["memory-unit"] then
|
||||||
util.steel_to_titanium(data.raw.recipe["memory-unit"])
|
util.steel_to_titanium(data.raw.recipe["memory-unit"])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue