This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* A java file to use in eclipse/MCP in order to authenticate with Minecraft's servers | |
* This allows for modders to play online (legit servers) straight from eclipse -- streamlining the modding process | |
* Works for MC 1.8.X | |
* | |
* To use: | |
* 1) Place this .java file somewhere in your project | |
* 2) in Minecraft.java | |
* replace: | |
this.sessionService = (new YggdrasilAuthenticationService(gameConfig.userInfo.proxy, UUID.randomUUID().toString())).createMinecraftSessionService(); |