As you may know any mod with outdated API that manage to load before IC2 will break IC2, reason for this is very simple - same classes does not load multiple times in vanilla class loader.
Solution for this simple, API must be separate mod, that load by its own and multiple instances not possible.
discuss.