support for raven
This commit is contained in:
parent
f113529b02
commit
5ce73a3fb2
2 changed files with 7 additions and 0 deletions
|
|
@ -103,6 +103,12 @@ if mods["Hovercrafts"] then
|
|||
util.steel_to_titanium(data.raw.recipe["hcraft-recipe"].expensive)
|
||||
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
|
||||
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