Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
KostromDan committed Mar 17, 2024
2 parents b7b06ae + f292f12 commit 9fe4257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ deobfuscate -> decompile -> merge to mdk
* Despite other decompiler/deobf tools this is independent from apis. It uses mdk to deobf mods. So it won't break after
mappings api changes like most of other deobf tools.
* Caching. If you use this tool regularly for same modpack. You don't need to wait while all mods will be decompiled and deobfuscated. Tool will decompile/deobfuscate only changed mods. Other will be taken from cache.
* Jar in jar support. MDG will analyse mods for jar in jar with super effective algorithm and process them with other mods. So you will be able to see jar in jar code too. (configure)
* Jar in jar support. MDG will analyse mods for jar in jar with super effective algorithm and process them with other mods. So you will be able to see jar in jar code too. (configurable)

## Instruction:

Expand All @@ -63,7 +63,7 @@ deobfuscate -> decompile -> merge to mdk

### Main window:

![image](https://github.com/KostromDan/Mods-Decompiler-GUI/assets/90044015/a5666ba0-d27c-465e-938c-f8ae61467fd4)
![image](https://github.com/KostromDan/Mods-Decompiler-GUI/assets/90044015/1e0d98e0-d730-4e21-95b4-cc46f3a861ee)

### Help(documentation) window:

Expand Down

0 comments on commit 9fe4257

Please sign in to comment.