|
3 months ago | |
---|---|---|
creator-tools | 3 months ago | |
gradle/wrapper | 3 months ago | |
launcher | 3 months ago | |
launcher-bootstrap | 3 months ago | |
launcher-builder | 3 months ago | |
launcher-fancy | 3 months ago | |
readme | 3 months ago | |
sample-files | 3 months ago | |
.gitignore | 3 months ago | |
LICENSE.txt | 3 months ago | |
README.md | 3 months ago | |
build.bat | 3 months ago | |
build.gradle | 3 months ago | |
build.sh | 3 months ago | |
gradlew | 3 months ago | |
gradlew.bat | 3 months ago | |
settings.gradle | 3 months ago |
This project provides an open-source Minecraft launcher platform for creating, testing, distributing, installing, and updating modpacks. It has maintained for sk89q’s server since Minecraft Alpha, but you are free to use it. The older 3.x version was can be found elsewhere.
Unlike other launchers, modpacks for this launcher follow Minecraft’s directory structure: just config/ and mods/ folders and you’re good to go — no need to edit complicated files. You can use the provided GUI or build everything through command line tools.
Or if you prefer it plain:
Creating modpacks is easy with the provided Modpack Creator:
In your command prompt or terminal, run:
./gradlew clean build
If you are on Windows:
gradlew clean build
If 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.