diff --git a/changelog.txt b/changelog.txt index 665e3fc..ab78753 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,7 @@ Version: 0.6.10 Date: 2020-11-21 Features: - Hover-Car support + - Extend Hovercrafts support to Hovercrafts_Realism --------------------------------------------------------------------------------------------------- Version: 0.6.9 Date: 2020-11-21 diff --git a/titanium-recipe-final-transport.lua b/titanium-recipe-final-transport.lua index cc6e284..fdfc71e 100644 --- a/titanium-recipe-final-transport.lua +++ b/titanium-recipe-final-transport.lua @@ -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)