This project provides an open-source Minecraft launcher platform for downloading, installing, and updating modpacks.
The launcher has its roots in MC Alpha as a launcher for sk89q's server.
Note: "SKMCLauncher" is the older version of this launcher. This project is called "SKCraft Launcher."
Read the documentation to (1) learn how to change the launcher to use your own website and (2) create modpacks in the right format for the launcher.
You can also contact sk89q.
First, make sure to install the Java Development Kit (JDK).
In your command prompt or terminal, run:
./gradlew clean build
If you are on Windows:
gradlew clean build
Once compiled, look for the "-all" .jar files in the following folders:
launcher/build/libs/
- The main launcherlauncher-builder/build/libs/
- Command line app to build modpacksIf you wish to import the project into an IDE, you must add support for Project Lombok (IntelliJ IDEA users: also enable annotation processing in compiler settings).
Pull requests can be submitted on GitHub, but we will accept them at our discretion. Please note that your code must follow Oracle's Java Code Conventions.
Contributions by third parties must be dual licensed under the two licenses described within LICENSE.txt (GNU General Public License, version 3, and the 3-clause BSD license).
The launcher is licensed under the GNU General Public License, version 3.