Skip to content

Commit 83676a1

Browse files
Update README.md
1 parent 1b81306 commit 83676a1

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
1-
# Minecraft-Deobfuscator3000
2-
Powerful and universal deobfuscator for minecraft mods!
1+
# About
2+
Deobfuscator3000 is an universal tool for deobfuscating minecraft mods! It meant to be upgraded and improved variant of BON that was abandoned by its authors a long time ago.
3+
Compare to BON this one allows you to chose a deobfuscation mappings by your self and it deobfuscates the java sources of the mod and not whole mod (.jar file)!
4+
Deobfuscator3000 can also deobfuscate individual java files and it can also works with zip files not only jars!
5+
It also has more user friendly UI with tooltips, logging console and other things!
6+
7+
# How to use
8+
1. As well as BON, Deobfuscator3000 is programmed in Java so you need Java to run it!
9+
2. First you need to select deobfuscation mappings! These are excel files that tell the deobfuscator what to do with your mod! Defaulty there are mappings for 1.7.10 and 1.12.X and all what you need to do is write/select path to one of these folders into the first text field. If your mod is on a different version, then you need to obtain mappings for this certain version! In this case the best thing you can do is download them in [MCP](http://www.modcoderpack.com/), unpack the downloaded zip and select "conf" folders path into first the text field!
10+
3. Now you need to decompile your mods jar! For this, I recommend to use Procyon on this online [Java decompiler](http://www.javadecompilers.com/).
11+
4. After decompiling your mod, all what you need to do is select the path of the downloaded zip into the second text field and hit "Deobfuscate" button that supposed to be active by this time. If it is not there is most likely something wrong with deobfuscation mappings path or mods zip path. In this case the path in text area will be red otherwise there should be no problem!
12+
5. After clicking on "Deobfuscate" button program will take a while to deobfuscate the selected mod using selected mappings. Unzipped folder with deobfuscated mod sources will appear on your desktop. Now you have decompiled and deobfuscated mod sources to work with.
13+
14+
# Info
15+
If your mods files were not deobfuscated correctly it is most likely not the deobfuscators fault but invalid mappings! Make sure your mappings are for same minecraft version as your mod is! If you have encountered some other issues that feel free to report it! Also always download the latest verion of deobfuscator!

0 commit comments

Comments
 (0)