mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-03 05:57:42 -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:
@@ -62,7 +62,7 @@ public class RunServerTask 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.FabricServerTweaker");
|
||||
|
||||
Reference in New Issue
Block a user