Should fix OML build

dev/0.11
modmuss50 2018-06-19 10:43:40 +01:00
parent 1893966038
commit 0b75f4d284
No known key found for this signature in database
GPG Key ID: 773D17BE8BF49C82
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public class ProcessModsTask extends DefaultTask {
Constants.MINECRAFT_FINAL_JAR.get(extension).delete();
}
if (mods.size() == 0) {
FileUtils.copyFile(Constants.MINECRAFT_MAPPED_JAR.get(extension), Constants.MINECRAFT_FINAL_JAR.get(extension));
FileUtils.copyFile(Constants.MINECRAFT_MERGED_JAR.get(extension), Constants.MINECRAFT_MAPPED_JAR.get(extension));
} else {
downloadRequiredDeps(extension);
new PreBakeMixins().proccess(getProject(), extension, mods);