More name updates, should help in a few places

This commit is contained in:
modmuss50
2018-10-25 12:40:41 +01:00
parent 252b06bfc2
commit 90746a93c1
7 changed files with 14 additions and 14 deletions

View File

@@ -73,7 +73,7 @@ public class RunClientTask extends JavaExec {
classpath(libs);
args("--tweakClass", "com.openmodloader.loader.launch.OpenClientTweaker", "--assetIndex", version.assetIndex.id, "--assetsDir", new File(extension.getUserCache(), "assets-" + extension.version).getAbsolutePath());
args("--tweakClass", "net.fabricmc.base.launch.FabricClientTweaker", "--assetIndex", version.assetIndex.id, "--assetsDir", new File(extension.getUserCache(), "assets-" + extension.version).getAbsolutePath());
setWorkingDir(new File(getProject().getRootDir(), "run"));