support hovercraft_realism
This commit is contained in:
parent
4217750a49
commit
26431b99c4
2 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ Version: 0.6.10
|
||||||
Date: 2020-11-21
|
Date: 2020-11-21
|
||||||
Features:
|
Features:
|
||||||
- Hover-Car support
|
- Hover-Car support
|
||||||
|
- Extend Hovercrafts support to Hovercrafts_Realism
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 0.6.9
|
Version: 0.6.9
|
||||||
Date: 2020-11-21
|
Date: 2020-11-21
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ if mods["jetpack"] then
|
||||||
util.steel_to_titanium(data.raw.recipe["jetpack-1"].expensive)
|
util.steel_to_titanium(data.raw.recipe["jetpack-1"].expensive)
|
||||||
end
|
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"])
|
||||||
util.steel_to_titanium(data.raw.recipe["hcraft-recipe"].normal)
|
util.steel_to_titanium(data.raw.recipe["hcraft-recipe"].normal)
|
||||||
util.steel_to_titanium(data.raw.recipe["hcraft-recipe"].expensive)
|
util.steel_to_titanium(data.raw.recipe["hcraft-recipe"].expensive)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue