MinecraftDecompiler v2.3 released
Apologize for being late to release v2.3.
A new release of MinecraftDecompiler.
Changelog:
- Updated to Java16
- All classes in
cn.maxpixel.mcdecompiler.deobfuscator
arecn.maxpixel.mcdecompiler.Deobfuscator
now - Now the mappings uses native names
- Add
reverse(String)
method inAbstractMappingReader
to reverse namespaced mappings, but it has some limitations. - Use
--targetNamespace
option to specify the target namespace to remap to when using namespaced mappings.(BUG: I forgot to apply the arg to deobfuscator, so this option won't work. This will be fixed in the next release v2.4)
Known Issues:
- Package mappings cannot participate in deobfuscation