diff --git a/changelog.txt b/changelog.txt index 5476dc0..5937f1c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4,6 +4,7 @@ Date: 2020-09-26 Changes: - Support for jetpacks - Support for hovercrafts + - Support for better cargo planes --------------------------------------------------------------------------------------------------- Version: 0.5.4 Date: 2020-09-25 diff --git a/titanium-recipe-final.lua b/titanium-recipe-final.lua index f5ff488..ec97241 100644 --- a/titanium-recipe-final.lua +++ b/titanium-recipe-final.lua @@ -79,6 +79,12 @@ if mods["Aircraft"] then util.steel_to_titanium(data.raw.recipe["jet"].expensive) end +if mods["betterCargoPlanes"] then + util.steel_to_titanium(data.raw.recipe["better-cargo-plane"]) + util.steel_to_titanium(data.raw.recipe["better-cargo-plane"].normal) + util.steel_to_titanium(data.raw.recipe["better-cargo-plane"].expensive) +end + if mods["HelicopterRevival"] or mods["Helicopters"] then util.steel_to_titanium(data.raw.recipe["heli-recipe"]) util.steel_to_titanium(data.raw.recipe["heli-recipe"].normal)