Skip to content

MinecraftDecompiler v2.3 released

Compare
Choose a tag to compare
@XiaoPangxie732 XiaoPangxie732 released this 01 Jul 21:50
· 267 commits to master since this release

Apologize for being late to release v2.3.
A new release of MinecraftDecompiler.

Changelog:

  • Updated to Java16
  • All classes in cn.maxpixel.mcdecompiler.deobfuscator are cn.maxpixel.mcdecompiler.Deobfuscator now
  • Now the mappings uses native names
  • Add reverse(String) method in AbstractMappingReader 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