PyMods Updates
Posted: Sat May 28, 2022 5:23 am
It's the dawn of a new era in PyMods, including a new mod altogether.
Please replace these 5 configs
pyfusion.lua
pyhightech.lua
pypetroleumhandling.lua
pyrawores.lua
pycoal.lua
Please add this new config
pyalternativeenergy.lua
(pyalienlife.lua did not change)
And here's the bit that includes the new config
These are all tested and ready to go
Please replace these 5 configs
pyfusion.lua
pyhightech.lua
pypetroleumhandling.lua
pyrawores.lua
pycoal.lua
Please add this new config
pyalternativeenergy.lua
(pyalienlife.lua did not change)
And here's the bit that includes the new config
Code: Select all
if game.active_mods["pyalternativeenergy"] then
fillPyAlternativeEnergyConfig(config)
end