Cleanup installer json handling, should hopefully fix incorrect dependency versions.

This commit is contained in:
modmuss50
2019-11-12 18:46:57 +00:00
parent 35437891b5
commit e03bbe0f87
4 changed files with 17 additions and 32 deletions

View File

@@ -141,8 +141,6 @@ public class ModCompileRemapper {
} else {
project.getLogger().info(output.getName() + " is up to date with " + input.getName());
}
ModProcessor.acknowledgeMod(input, output, project, config);
}
private static File findSources(DependencyHandler dependencies, ResolvedArtifact artifact) {