10 lines
395 B
Lua
10 lines
395 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/pulverizer.lua")
|
||
|
dofile(elepm.modpath.."/machines/sawmill.lua")
|
||
|
dofile(elepm.modpath.."/machines/generator.lua")
|
||
|
dofile(elepm.modpath.."/machines/storage.lua")
|