ShadowNinja
2013-10-03 562d0db20c5604a15515ca55eee4db6142d03e31
commit | author | age
ee0765 1 local path = technic.modpath.."/machines/register"
S 2
3 dofile(path.."/alloy_furnace.lua")
4 dofile(path.."/battery_box.lua")
5 dofile(path.."/cables.lua")
6 dofile(path.."/common.lua")
7 dofile(path.."/electric_furnace.lua")
8 dofile(path.."/grinder.lua")
9 dofile(path.."/grinder_recipes.lua")
10 dofile(path.."/solar_array.lua")
11