py bugfix
This commit is contained in:
parent
f3d8acfa25
commit
3da9c16feb
3 changed files with 7 additions and 2 deletions
|
|
@ -1,4 +1,9 @@
|
|||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.9.7
|
||||
Date: 2020-12-29
|
||||
Fixes:
|
||||
- Bugfix for py
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.9.6
|
||||
Date: 2020-12-29
|
||||
Changes:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bztitanium",
|
||||
"version": "0.9.6",
|
||||
"version": "0.9.7",
|
||||
"factorio_version": "1.1",
|
||||
"title": "Titanium",
|
||||
"author": "Brevven",
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ util.add_titanium_prerequisite(data.raw.technology["solar-panel-equipment"])
|
|||
|
||||
-- Also add titanium to some nuclear steam-handling stuff
|
||||
util.add_titanium_ingredient(20, data.raw.recipe["steam-turbine"])
|
||||
if mods["pyrawores"] then
|
||||
if not mods["pyrawores"] then
|
||||
util.add_titanium_ingredient(20, data.raw.recipe["heat-exchanger"])
|
||||
end
|
||||
util.add_titanium_prerequisite(data.raw.technology["nuclear-power"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue