SpongePowered / VanillaGradle

A toolchain for Minecraft: Java Edition that builds a workspace to interact with the game using the official mappings provided to the public by Mojang Studios.
MIT License
89 stars 18 forks source link

Filter decompile classpath to not include Gradle + its classpath #43

Closed zml2008 closed 2 years ago

zml2008 commented 2 years ago

Currently when decompiling, Fernflower has to parse all the classfiles for Gradle and its dependencies when that's unnecessary. A more refined version of the iec option would help resolve this.

zml2008 commented 2 years ago

This will be contributed to ForgeFlower as the -jrt option