Published Mar 25th, 2013, 3/25/13 2:37 am
- 4,203 views • 2 today
- 476 downloads • 0 today
12
Minecraft Coder Pack - decompiling failed
There are a little bug in minecraft 1.5 that will be detected by MCP when you decompile or recompile.
It's not a big bug that will have any effect on the game... But MCP will still say it's an error. I have fixed
that problem. This is not a mod for the game. It's a fix for the Minecraft Coder Pack.
How to install it to your MCP:
1. Set up MCP and decompile
2. You will get an error message (written bellow)
3. Go to your client sources
4. Copy and paste RenderBlocks.java from the download inside the client sources. Replace the old one.
5. Run updatemd5
6. The error is now fixed, and you can now mod minecraft without any errors from RenderBlocks.java
This is the error message:
== Recompiling client ==
> Cleaning bin
> Recompiling
'"javac" -Xlint:-options -deprecation -g -source 1.6 -target 1.6 -classpath "lib:lib/*:jars/bin/minec...' failed : 1
== ERRORS FOUND ==
src/minecraft/net/minecraft/src/RenderBlocks.java:4960: missing return statement
}
^
1 error
==================
There are a little bug in minecraft 1.5 that will be detected by MCP when you decompile or recompile.
It's not a big bug that will have any effect on the game... But MCP will still say it's an error. I have fixed
that problem. This is not a mod for the game. It's a fix for the Minecraft Coder Pack.
How to install it to your MCP:
1. Set up MCP and decompile
2. You will get an error message (written bellow)
3. Go to your client sources
4. Copy and paste RenderBlocks.java from the download inside the client sources. Replace the old one.
5. Run updatemd5
6. The error is now fixed, and you can now mod minecraft without any errors from RenderBlocks.java
This is the error message:
== Recompiling client ==
> Cleaning bin
> Recompiling
'"javac" -Xlint:-options -deprecation -g -source 1.6 -target 1.6 -classpath "lib:lib/*:jars/bin/minec...' failed : 1
== ERRORS FOUND ==
src/minecraft/net/minecraft/src/RenderBlocks.java:4960: missing return statement
}
^
1 error
==================
| Progress | 100% complete |
| Game Version | Minecraft 1.5 |
| Tags |
2017288
7


Have something to say?
You do not need to change any source code you simply need to open the conf/mcp.cfg file and find the "CmdFernflower" command and prepend "-Xmx512M" in front of -jar