2017-02-24 23:26:31 +01:00
|
|
|
-- power/init.lua
|
|
|
|
|
|
|
|
local path = microexpansion.get_module_path("power")
|
|
|
|
|
|
|
|
-- Power generators, wires, etc...
|
2017-02-24 23:32:58 +01:00
|
|
|
|
|
|
|
-- Load Resources
|
|
|
|
|
2017-03-02 02:27:00 +01:00
|
|
|
dofile(path.."/ctrl.lua") -- Controller
|
2017-02-24 23:32:58 +01:00
|
|
|
dofile(path.."/gen.lua") -- Generators
|