Created
July 13, 2017 18:18
-
-
Save coffeenotfound/e4af949d32203574e0deadcbcb2385ce to your computer and use it in GitHub Desktop.
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
## How to install MCP for Minecraft Beta 1.7.3 | |
1. Extract MCP zip | |
2. Copy .minecraft/bin folder into /jars (if old launcher) | |
For new launcher: | |
2.1 Find and copy the lwjgl-2.9.0 jar from /libraries of the new launcher to /jars/bin and rename to 'lwjgl.jar' | |
2.2 Find and copy the lwjgl_util-2.9.0 jar from /libraries of the new launcher to /jars/bin and rename to 'lwjgl_util.jar' | |
2.3 Find and copy the jinput-2.0.5 jar from /libraries of the new launcher to /jars/bin and rename to 'jinput.jar' | |
2.4 Extract the natives out of lwjgl-platform-2.9.0-natives-*.jar to /jars/bin/natives | |
2.5 Extract the natives out of jinput-platform-2.0.5-natives-*.jar to /jars/bin/natives | |
3. Run decompile.bat | |
How to fix 'Couldnt convert string to float': | |
1. Go into /runtime/commands.py | |
2. Comment out ('#') lines 502 and 503 ('for md5srvlist bla bla') | |
## How to recompile and build your mod: | |
1. Run recompile.bat | |
2. Run reobfuscate.bat | |
3. Retrieve modded classes from /reobf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment