naive pymods compatibility
This commit is contained in:
parent
7128b93c8f
commit
ffb93b47e5
8 changed files with 56 additions and 14 deletions
|
|
@ -16,9 +16,11 @@ end
|
|||
util.add_titanium_prerequisite(data.raw.technology["solar-panel-equipment"])
|
||||
|
||||
|
||||
-- Also add titanium to steam turbines
|
||||
-- Also add titanium to some nuclear steam-handling stuff
|
||||
util.add_titanium_ingredient(20, data.raw.recipe["steam-turbine"])
|
||||
util.add_titanium_ingredient(20, data.raw.recipe["heat-exchanger"])
|
||||
if mods["pyrawores"] then
|
||||
util.add_titanium_ingredient(20, data.raw.recipe["heat-exchanger"])
|
||||
end
|
||||
util.add_titanium_prerequisite(data.raw.technology["nuclear-power"])
|
||||
|
||||
-- Krastorio 2 changes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue