Skip to content

Update decompilation.md #116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ Currently, the latest video is [Home](videos/home.md).
* [Item & Block IDs](/resources/ids.md)
* [GitHub Messages](/resources/github-messages.md)
* [Rosepad - a modding environment for Lilypad](https://github.com/5GameMaker/Rosepad)
* [Afterglow](https://github.com/AfterglowMC/AfterglowMC)
* [BadBlock](https://github.com/Alphaverers/BadBlock/tree/BadBlock)
* [Exalpha's Website/Archive](/website/README.md)

### 8. Guides 📙
Expand Down
5 changes: 1 addition & 4 deletions resources/decompilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,11 @@ Drag RetroMCP-Java into an empty folder, and run it to open up a command prompt:
Type in `setup`, then select `1.0.16_02`.

## 2. Deobfuscating
Once you have the modified jar, rename it to “minecraft.jar” and move it to the “jars” folder, replacing the vanilla jar. Now, type in the `decompile` command into RetroMCP-Java, sit back and relax. Hold on for a minute! Forget sitting back and relaxing! And enjoy the compiler errors!
Once you have the modified jar, rename it to “minecraft.jar” and move it to the “jars” folder, replacing the vanilla jar. Now, type in the `decompile` command into RetroMCP-Java, sit back and relax.

If you have an IDE, open up the workspace.

**NOTE:** If you are using IntelliJ IDEA you must import the modules and set `MCP_LOC` to the path of your RetroMCP folder first!

## 4. Fixing the source code
TODO: FIGURE OUT IF THERE ARE ANY ERRORS!!

## 5. Running
Click the run button, and VOLIA! You have a working decompilation! Now if you want to make mods before doing so in RetroMCP type in `updatemd5`, this should update the hashes to be in a more clean state. And to recompile a obfuscated jar type in `reobfuscare`.