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