naive pymods compatibility

This commit is contained in:
Brevven 2020-12-29 15:09:29 -08:00
parent 7128b93c8f
commit ffb93b47e5
8 changed files with 56 additions and 14 deletions

View file

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