pass fabricMappingFile to devenv

This commit is contained in:
asie
2018-11-02 00:44:31 +01:00
parent 226f237924
commit 060cdd8c2f
3 changed files with 4 additions and 4 deletions

View File

@@ -70,7 +70,7 @@ public class RunClientTask extends JavaExec {
classpath(libs);
args("--tweakClass", Constants.FABRIC_CLIENT_TWEAKER, "--assetIndex", version.assetIndex.id, "--assetsDir", new File(extension.getUserCache(), "assets-" + extension.version).getAbsolutePath());
args("--tweakClass", Constants.FABRIC_CLIENT_TWEAKER, "--assetIndex", version.assetIndex.id, "--assetsDir", new File(extension.getUserCache(), "assets-" + extension.version).getAbsolutePath(), "--fabricMappingFile", Constants.MAPPINGS_TINY.get(extension).getAbsolutePath());
setWorkingDir(new File(getProject().getRootDir(), "run"));