fix k2 advanced steam turbine recipe
This commit is contained in:
parent
3aba8816d6
commit
485a3229a1
3 changed files with 7 additions and 2 deletions
|
|
@ -1,4 +1,9 @@
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 0.6.9
|
||||||
|
Date: 2020-11-21
|
||||||
|
Fixes:
|
||||||
|
- K2: Fix advanced steam turbine recipe
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 0.6.8
|
Version: 0.6.8
|
||||||
Date: 2020-11-16
|
Date: 2020-11-16
|
||||||
Changes:
|
Changes:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bztitanium",
|
"name": "bztitanium",
|
||||||
"version": "0.6.8",
|
"version": "0.6.9",
|
||||||
"factorio_version": "1.0",
|
"factorio_version": "1.0",
|
||||||
"title": "Titanium",
|
"title": "Titanium",
|
||||||
"author": "Brevven",
|
"author": "Brevven",
|
||||||
|
|
|
||||||
|
|
@ -85,7 +85,7 @@ if mods["Krastorio2"] then
|
||||||
util.steel_to_titanium(data.raw.recipe["stack-filter-inserter"].normal)
|
util.steel_to_titanium(data.raw.recipe["stack-filter-inserter"].normal)
|
||||||
util.steel_to_titanium(data.raw.recipe["stack-filter-inserter"].expensive)
|
util.steel_to_titanium(data.raw.recipe["stack-filter-inserter"].expensive)
|
||||||
|
|
||||||
util.add_titanium_ingredient(40, "kr-advanced-steam-turbine")
|
util.add_titanium_ingredient(40, data.raw.recipe["kr-advanced-steam-turbine"])
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Memory storage changes
|
-- Memory storage changes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue