diff --git a/changelog.txt b/changelog.txt index 4778d62..5476dc0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,7 @@ Version: 0.5.5 Date: 2020-09-26 Changes: - Support for jetpacks + - Support for hovercrafts --------------------------------------------------------------------------------------------------- Version: 0.5.4 Date: 2020-09-25 diff --git a/titanium-recipe-final.lua b/titanium-recipe-final.lua index 4432616..f5ff488 100644 --- a/titanium-recipe-final.lua +++ b/titanium-recipe-final.lua @@ -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"])