2018-06-23 13:03:28 +08:00
# Hello Minecraft! Launcher [![Build Status](https://ci.huangyuhui.net/job/HMCL/badge/icon?.svg)](https://ci.huangyuhui.net/job/HMCL)
2017-08-01 18:10:36 +08:00
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.
2018-12-08 19:14:56 +08:00
No plugin API is provided.
2017-08-01 18:10:36 +08:00
## Contribution
2018-07-03 13:02:35 +08:00
2017-08-01 18:10:36 +08:00
If you want to submit a pull request, there're some requirements:
2018-01-16 19:34:53 +08:00
* IDE: Intellij IDEA.
* Compiler: Java 1.8.
2017-08-01 18:10:36 +08:00
* Do NOT modify `gradle` files.
2018-09-22 17:43:12 +08:00
## JVM Options (for debugging)
|Parameter|Description|
2018-09-22 21:08:03 +08:00
|---------|-----------|
2018-09-22 17:43:12 +08:00
|`-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.|
2018-11-24 20:32:22 +08:00
|`-Dhmcl.authlibinjector.location=< path > `|Use specified authlib-injector (instead of downloading one).|