2018-06-22 11:51:27 +00:00
|
|
|
|
2018-06-30 19:23:30 +00:00
|
|
|
-- Basic
|
2018-06-22 11:51:27 +00:00
|
|
|
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")
|
2018-06-22 18:03:41 +00:00
|
|
|
dofile(elepm.modpath.."/machines/coal_alloy_furnace.lua")
|
2018-06-22 11:51:27 +00:00
|
|
|
dofile(elepm.modpath.."/machines/pulverizer.lua")
|
2018-06-24 13:45:21 +00:00
|
|
|
dofile(elepm.modpath.."/machines/grindstone.lua")
|
2018-06-22 11:51:27 +00:00
|
|
|
dofile(elepm.modpath.."/machines/sawmill.lua")
|
|
|
|
dofile(elepm.modpath.."/machines/generator.lua")
|
|
|
|
dofile(elepm.modpath.."/machines/storage.lua")
|
2018-06-25 19:01:17 +00:00
|
|
|
dofile(elepm.modpath.."/machines/lava_cooler.lua")
|
2018-07-01 15:56:31 +00:00
|
|
|
dofile(elepm.modpath.."/machines/solderer.lua")
|
2018-07-08 09:33:35 +00:00
|
|
|
dofile(elepm.modpath.."/machines/lava_generator.lua")
|
2018-07-11 19:01:31 +00:00
|
|
|
dofile(elepm.modpath.."/machines/steam_turbine.lua")
|