Tim
2015-03-16 137695ea67cf7096311c893de7cf139e6307b26b
technic/machines/other/init.lua
@@ -2,7 +2,10 @@
-- mesecons and tubes related
dofile(path.."/injector.lua")
dofile(path.."/node_breaker.lua")
dofile(path.."/deployer.lua")
dofile(path.."/constructor.lua")
dofile(path.."/frames.lua")
if technic.config:get_bool("enable_frames") and minetest.get_modpath("mesecons_mvps") ~= nil then
   dofile(path.."/frames.lua")
end
dofile(path.."/anchor.lua")