From 0ef1a77d3cb05c360ce731bfbfaafca92c0de087 Mon Sep 17 00:00:00 2001 From: Ammar Ahmad Date: Mon, 13 Feb 2017 01:14:52 +0500 Subject: [PATCH] modify readme to add injectNetty --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 002e550..11ef9fb 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ The accessible class which is the API_Interface, consists of the following funct - Miscellaneous: - ```void syncVersions()``` - *Syncs game profiles with premium launcher* - ```void setMemory(String MemoryToUse)``` - *Set amount of memory allocated for the game;* _**default is 1G**_ + - ```void injectNetty(String OperatingSystemToUse)``` - *Injects netty with invalid url. This can be used to bypass server blacklist* - Downloads: - ```void downloadMinecraft(String VersionToUse, Boolean ForceDownload)``` - *Accepts (Version to download, Force Download); if force download is True, it will re-download all the files, vice-versa if it is set to False, it will only download the missing files.*