Initial work on pre baking mixins

Downloading of fabric base + deps needs fixing, I may do it a different way.

This is mainly moving pc commit as a lot of stuff here isn't final.
This commit is contained in:
modmuss50
2016-10-07 13:17:04 +01:00
parent 5e18df32a5
commit 3f24ce0289
11 changed files with 172 additions and 18 deletions

View File

@@ -65,7 +65,7 @@ public class RunClientTask extends JavaExec {
libs.add(file.getAbsolutePath());
}
}
libs.add(Constants.MINECRAFT_MAPPED_JAR.get(extension).getAbsolutePath());
libs.add(Constants.MINECRAFT_FINAL_JAR.get(extension).getAbsolutePath());
classpath(libs);
args("--tweakClass", "net.fabricmc.base.launch.FabricClientTweaker", "--assetIndex", version.assetIndex.id, "--assetsDir", new File(extension.getFabricUserCache(), "assets-" + extension.version).getAbsolutePath());