mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-03 05:57:42 -05:00
add mixins to the default arguments
This commit is contained in:
@@ -66,6 +66,7 @@ public class RunServerTask extends JavaExec {
|
||||
classpath(libs);
|
||||
|
||||
args("--tweakClass", "com.openmodloader.loader.launch.OpenServerTweaker");
|
||||
args("--tweakClass", "org.spongepowered.asm.launch.MixinTweaker");
|
||||
|
||||
setWorkingDir(new File(getProject().getRootDir(), "run"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user