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