Go to file
2018-12-08 21:11:08 +08:00
.github Add a button to open log directory 2018-10-16 00:20:56 +08:00
gradle/wrapper Update gradle 2018-11-26 00:40:51 +08:00
HMCL Remove Fonts class as it has never been used 2018-12-08 19:39:09 +08:00
HMCLauncher ExeLauncher: Search Java in C:/Program Files 2018-08-08 21:16:57 +08:00
HMCLCore Remove HMCLCore usage instructions 2018-12-08 19:14:56 +08:00
lib Update JFoenix.jar 2018-10-21 11:26:07 +08:00
.gitignore Delete css if bss is generated 2018-11-23 17:08:17 +08:00
build.gradle Use license-gradle-plugin 2018-12-08 21:11:08 +08:00
gradlew Make gradlew executable 2018-08-05 23:08:27 +08:00
gradlew.bat HMCLCore authlib injector support 2018-02-17 11:01:08 +08:00
LICENSE clean up 2018-02-20 18:03:34 +08:00
license-header.txt Use license-gradle-plugin 2018-12-08 21:11:08 +08:00
README.md Remove HMCLCore usage instructions 2018-12-08 19:14:56 +08:00
settings.gradle Fasten version item construction 2018-06-08 12:45:44 +08:00

Hello Minecraft! Launcher Build Status

GPL v3, see http://www.gnu.org/licenses/gpl.html

Introduction

HMCL is a Minecraft launcher which supports Mod management, game customizing, auto installing(Forge, LiteLoader and OptiFine), modpack creating, UI customizing and so on.

No plugin API is provided.

Contribution

If you want to submit a pull request, there're some requirements:

  • IDE: Intellij IDEA.
  • Compiler: Java 1.8.
  • Do NOT modify gradle files.

JVM Options (for debugging)

Parameter Description
-Dhmcl.self_integrity_check.disable=true Bypass the self integrity check when checking for update.
-Dhmcl.version.override=<version> Override the version number.
-Dhmcl.update_source.override=<url> Override the update source.
-Dhmcl.authlibinjector.location=<path> Use specified authlib-injector (instead of downloading one).