Fix environment setup

This commit is contained in:
TheCodedOne
2018-05-11 22:57:32 +01:00
parent 56e50461cb
commit abf17b01d7
6 changed files with 8 additions and 7 deletions

View File

@@ -65,7 +65,7 @@ public class RunServerTask extends JavaExec {
libs.add(Constants.MINECRAFT_FINAL_JAR.get(extension).getAbsolutePath());
classpath(libs);
args("--tweakClass", "net.fabricmc.base.launch.FabricServerTweaker");
args("--tweakClass", "com.openmodloader.loader.launch.OpenServerTweaker");
setWorkingDir(new File(getProject().getRootDir(), "run"));