nuclear furnace

This commit is contained in:
Brevven 2021-05-23 20:38:14 -07:00
parent 207cbee58d
commit c6f40cb12a
3 changed files with 10 additions and 1 deletions

View file

@ -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:

View file

@ -1,6 +1,6 @@
{
"name": "bztitanium",
"version": "0.10.13",
"version": "0.10.14",
"factorio_version": "1.1",
"title": "Titanium",
"author": "Brevven",

View file

@ -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