From c6f40cb12a28101294915ef31458e6043bd443b7 Mon Sep 17 00:00:00 2001 From: Brevven Date: Sun, 23 May 2021 20:38:14 -0700 Subject: [PATCH] nuclear furnace --- changelog.txt | 5 +++++ info.json | 2 +- titanium-recipe-updates.lua | 4 ++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 5970486..f4ed86a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 0.10.14 +Date: 2021-05-23 + Features: + - Nuclear furnace compatibility +--------------------------------------------------------------------------------------------------- Version: 0.10.13 Date: 2021-05-21 Features: diff --git a/info.json b/info.json index 577fd05..e525a89 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bztitanium", - "version": "0.10.13", + "version": "0.10.14", "factorio_version": "1.1", "title": "Titanium", "author": "Brevven", diff --git a/titanium-recipe-updates.lua b/titanium-recipe-updates.lua index c4a6056..d453059 100644 --- a/titanium-recipe-updates.lua +++ b/titanium-recipe-updates.lua @@ -44,3 +44,7 @@ end if mods["FastFurnaces"] then util.add_titanium_ingredient(1, "fast-long-handed-inserter") end + +if mods["NuclearFurnace"] then + util.add_titanium_ingredient(200, "nuclear-furnace-4") +end