add mixins to the default arguments

This commit is contained in:
TheCodedOne
2018-05-14 00:01:38 +01:00
parent 3156237af7
commit e9d2218173
4 changed files with 5 additions and 7 deletions

View File

@@ -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"));