Implement Overclocker Upgrade

This commit is contained in:
2023-11-25 17:58:42 +01:00
parent d9ea7782c2
commit be8809e008
5 changed files with 150 additions and 17 deletions

View File

@@ -50,6 +50,7 @@ dofile(modpath.."/machines/transformer.lua")
dofile(modpath.."/machines/solar_panel_generator.lua")
dofile(modpath.."/machines/wind_mill.lua")
dofile(modpath.."/upgrades.lua")
dofile(modpath.."/craftitems.lua")
dofile(modpath.."/nodes.lua")
if industrialtest.developerMode then