Refactor and fix game/loader library handling (#298)

Update fernflower
This commit is contained in:
modmuss50
2020-12-21 19:34:00 +00:00
committed by GitHub
parent 78c934aed5
commit 3bdccee02e
10 changed files with 21 additions and 27 deletions

View File

@@ -214,7 +214,7 @@ public class SourceRemapper {
Mercury m = new Mercury();
m.setGracefulClasspathChecks(true);
for (File file : project.getConfigurations().getByName(Constants.Configurations.MINECRAFT_DEPENDENCIES).getFiles()) {
for (File file : project.getConfigurations().getByName(Constants.Configurations.LOADER_DEPENDENCIES).getFiles()) {
m.getClassPath().add(file.toPath());
}