From 3da9c16feb4c4af898286503986c5a792de9dadc Mon Sep 17 00:00:00 2001 From: Brevven Date: Thu, 7 Jan 2021 12:24:16 -0800 Subject: [PATCH] py bugfix --- changelog.txt | 5 +++++ info.json | 2 +- titanium-recipe-updates.lua | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 3ce0dbf..7a32f9a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 0.9.7 +Date: 2020-12-29 + Fixes: + - Bugfix for py +--------------------------------------------------------------------------------------------------- Version: 0.9.6 Date: 2020-12-29 Changes: diff --git a/info.json b/info.json index 0aead93..5fd2168 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bztitanium", - "version": "0.9.6", + "version": "0.9.7", "factorio_version": "1.1", "title": "Titanium", "author": "Brevven", diff --git a/titanium-recipe-updates.lua b/titanium-recipe-updates.lua index 72c2313..32e6aca 100644 --- a/titanium-recipe-updates.lua +++ b/titanium-recipe-updates.lua @@ -21,7 +21,7 @@ util.add_titanium_prerequisite(data.raw.technology["solar-panel-equipment"]) -- Also add titanium to some nuclear steam-handling stuff util.add_titanium_ingredient(20, data.raw.recipe["steam-turbine"]) -if mods["pyrawores"] then +if not mods["pyrawores"] then util.add_titanium_ingredient(20, data.raw.recipe["heat-exchanger"]) end util.add_titanium_prerequisite(data.raw.technology["nuclear-power"])