mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 05:27:43 -05:00
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:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user