elepower/elepower_machines/machines/init.lua

17 lines
718 B
Lua
Raw Normal View History

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")
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")
dofile(elepm.modpath.."/machines/solderer.lua")
dofile(elepm.modpath.."/machines/lava_generator.lua")
dofile(elepm.modpath.."/machines/steam_turbine.lua")