support hovercraft_realism
This commit is contained in:
parent
4217750a49
commit
26431b99c4
2 changed files with 2 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ if mods["jetpack"] then
|
|||
util.steel_to_titanium(data.raw.recipe["jetpack-1"].expensive)
|
||||
end
|
||||
|
||||
if mods["Hovercrafts"] then
|
||||
if mods["Hovercrafts"] or mods["Hovercrafts_Realism"] 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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue