support for hovercrafts
This commit is contained in:
parent
7f829ad07e
commit
e38dc4c58c
2 changed files with 7 additions and 0 deletions
|
|
@ -91,6 +91,12 @@ if mods["jetpack"] then
|
|||
util.steel_to_titanium(data.raw.recipe["jetpack-1"].expensive)
|
||||
end
|
||||
|
||||
if mods["Hovercrafts"] then
|
||||
util.steel_to_titanium(data.raw.recipe["hcraft-recipe"])
|
||||
util.steel_to_titanium(data.raw.recipe["hcraft-recipe"].normal)
|
||||
util.steel_to_titanium(data.raw.recipe["hcraft-recipe"].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