From d7f8939ee47b4f321d95778bfc0564c8b76b14cd Mon Sep 17 00:00:00 2001 From: KostromDan <90044015+KostromDan@users.noreply.github.com> Date: Sun, 17 Mar 2024 04:38:14 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48b74f8..07a78da 100644 --- a/README.md +++ b/README.md @@ -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: From f292f12781c692dcae093ad1aae480666b477199 Mon Sep 17 00:00:00 2001 From: KostromDan <90044015+KostromDan@users.noreply.github.com> Date: Sun, 17 Mar 2024 05:00:53 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07a78da..59d72c2 100644 --- a/README.md +++ b/README.md @@ -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: