diff --git a/changelog.txt b/changelog.txt index a38e4a7..665e3fc 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 0.6.10 +Date: 2020-11-21 + Features: + - Hover-Car support +--------------------------------------------------------------------------------------------------- Version: 0.6.9 Date: 2020-11-21 Fixes: diff --git a/info.json b/info.json index eb98b72..1e93d1c 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bztitanium", - "version": "0.6.9", + "version": "0.6.10", "factorio_version": "1.0", "title": "Titanium", "author": "Brevven", diff --git a/titanium-recipe-final-transport.lua b/titanium-recipe-final-transport.lua index 346a2b6..cc6e284 100644 --- a/titanium-recipe-final-transport.lua +++ b/titanium-recipe-final-transport.lua @@ -57,3 +57,12 @@ if mods["Raven"] then util.add_titanium_ingredient(100, data.raw.recipe["raven"].expensive) end +if mods["Hover-Car"] then + util.steel_to_titanium(data.raw.recipe["hover-car-recipe"]) + util.steel_to_titanium(data.raw.recipe["hover-car-recipe"].normal) + util.steel_to_titanium(data.raw.recipe["hover-car-recipe"].expensive) + util.steel_to_titanium(data.raw.recipe["hover-car-mk2-recipe"]) + util.steel_to_titanium(data.raw.recipe["hover-car-mk2-recipe"].normal) + util.steel_to_titanium(data.raw.recipe["hover-car-mk2-recipe"].expensive) +end +