A new release of MinecraftDecompiler.
Dependency Changes
fernflower(233.13135.103 -> 233.14015.106)
asm(9.5 -> 9.6)
Changelog
- Add a check to ensure the decompiler source type is DIRECTORY when using incremental decompilation (e4464f2)
- Remove snapshot plugin repo, this once used to get the snapshot version of maven-shade-plugin (e4464f2)
- Add an exclusion to asm-tree to force not using it(it has been stripped by maven-shade-plugin previously) (e4464f2)
- Fix tiny v1 bad read (a6b252a)
- Replace
System.getProperty("path.separator")
withFile.pathSeparator
(8b5beaf) - Directly use constant asm version instead of
XXX.this.api
in inner classes (8b5beaf) - Nicer exception message for namespaced mappings (59b3397)
- Apply LGPLv3 (#124)
Milestone: https://github.com/MaxPixelStudios/MinecraftDecompiler/milestone/6