SpecialTankHandlerManager.load();
SimpleServiceLocator.buildCraftProxy.registerPipeInformationProvider();
SimpleServiceLocator.buildCraftProxy.initProxy();
SimpleServiceLocator.specialpipeconnection.registerHandler(new TeleportPipes());
SimpleServiceLocator.specialtileconnection.registerHandler(new TesseractConnection());
SimpleServiceLocator.specialtileconnection.registerHandler(new EnderIOHyperCubeConnection());
Object renderer = null;
if(isClient) {