Modpack updates UI

This commit is contained in:
huangyuhui
2018-01-27 12:56:45 +08:00
parent e8316de160
commit 1a572be52e
39 changed files with 617 additions and 117 deletions

4
HMCLCore/gradlew vendored
View File

@@ -78,14 +78,14 @@ if [ -n "$JAVA_HOME" ] ; then
die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation."
path of your Java installation."
fi
else
JAVACMD="java"
which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation."
path of your Java installation."
fi
# Increase the maximum file descriptors if we can.