Novatux
2014-07-02 aa8af0c8715a4492f43da3834e4f324c72b90b71
commit | author | age
ee0765 1 local path = technic.modpath.."/machines/register"
S 2
aa8af0 3 dofile(path.."/recipes.lua")
N 4 dofile(path.."/machine_base.lua")
ee0765 5 dofile(path.."/alloy_furnace.lua")
S 6 dofile(path.."/battery_box.lua")
7 dofile(path.."/cables.lua")
8 dofile(path.."/common.lua")
9 dofile(path.."/electric_furnace.lua")
10 dofile(path.."/grinder.lua")
11 dofile(path.."/grinder_recipes.lua")
2a2358 12 dofile(path.."/extractor.lua")
N 13 dofile(path.."/extractor_recipes.lua")
ee0765 14 dofile(path.."/solar_array.lua")
704925 15 dofile(path.."/generator.lua")
ee0765 16