fast furnaces

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

View file

@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 0.10.13
Date: 2021-05-21
Features:
- FastFurnaces compatibility
---------------------------------------------------------------------------------------------------
Version: 0.10.12
Date: 2021-05-18
Features:

View file

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

View file

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