mirror of
https://github.com/theFox6/microexpansion.git
synced 2025-02-17 00:52:26 +01:00
10 lines
167 B
Lua
10 lines
167 B
Lua
-- power/init.lua
|
|
|
|
local path = microexpansion.get_module_path("power")
|
|
|
|
-- Power generators, wires, etc...
|
|
|
|
-- Load Resources
|
|
|
|
dofile(path.."/gen.lua") -- Generators
|