From 485a3229a1e3a0716d681deef3b2d1c1198a7837 Mon Sep 17 00:00:00 2001 From: Brevven Date: Sat, 21 Nov 2020 17:13:49 -0800 Subject: [PATCH] fix k2 advanced steam turbine recipe --- changelog.txt | 5 +++++ info.json | 2 +- titanium-recipe-final.lua | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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