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