From 207cbee58df9895ae05806f233adb0cee7b369d4 Mon Sep 17 00:00:00 2001 From: Brevven Date: Sun, 23 May 2021 20:38:06 -0700 Subject: [PATCH] fast furnaces --- 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 53ddd39..5970486 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 0.10.13 +Date: 2021-05-21 + Features: + - FastFurnaces compatibility +--------------------------------------------------------------------------------------------------- Version: 0.10.12 Date: 2021-05-18 Features: diff --git a/info.json b/info.json index f7502d9..577fd05 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bztitanium", - "version": "0.10.12", + "version": "0.10.13", "factorio_version": "1.1", "title": "Titanium", "author": "Brevven", diff --git a/titanium-recipe-updates.lua b/titanium-recipe-updates.lua index 6879fc3..c4a6056 100644 --- a/titanium-recipe-updates.lua +++ b/titanium-recipe-updates.lua @@ -40,3 +40,7 @@ end if mods["eve-weaponry"] then util.steel_to_titanium("small-titanium-sabot") end + +if mods["FastFurnaces"] then + util.add_titanium_ingredient(1, "fast-long-handed-inserter") +end