mirror of
https://github.com/sirrobzeroone/elepower.git
synced 2024-12-03 20:13:45 +01:00
11 lines
453 B
Lua
11 lines
453 B
Lua
|
|
dofile(elepm.modpath.."/machines/bases/init.lua")
|
|
dofile(elepm.modpath.."/machines/accumulator.lua")
|
|
dofile(elepm.modpath.."/machines/furnace.lua")
|
|
dofile(elepm.modpath.."/machines/alloy_furnace.lua")
|
|
dofile(elepm.modpath.."/machines/coal_alloy_furnace.lua")
|
|
dofile(elepm.modpath.."/machines/pulverizer.lua")
|
|
dofile(elepm.modpath.."/machines/sawmill.lua")
|
|
dofile(elepm.modpath.."/machines/generator.lua")
|
|
dofile(elepm.modpath.."/machines/storage.lua")
|