diff --git a/changelog.txt b/changelog.txt index eb042cd..f2bfa6c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 0.6.9 +Date: 2020-11-21 + Fixes: + - K2: Fix advanced steam turbine recipe +--------------------------------------------------------------------------------------------------- Version: 0.6.8 Date: 2020-11-16 Changes: diff --git a/info.json b/info.json index 00d957b..eb98b72 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bztitanium", - "version": "0.6.8", + "version": "0.6.9", "factorio_version": "1.0", "title": "Titanium", "author": "Brevven", diff --git a/titanium-recipe-final.lua b/titanium-recipe-final.lua index 728606d..69a2c67 100644 --- a/titanium-recipe-final.lua +++ b/titanium-recipe-final.lua @@ -85,7 +85,7 @@ if mods["Krastorio2"] then util.steel_to_titanium(data.raw.recipe["stack-filter-inserter"].normal) util.steel_to_titanium(data.raw.recipe["stack-filter-inserter"].expensive) - util.add_titanium_ingredient(40, "kr-advanced-steam-turbine") + util.add_titanium_ingredient(40, data.raw.recipe["kr-advanced-steam-turbine"]) end -- Memory storage changes