Kotlin utility mod for Minecraft
Lambda is a free, open-source, Minecraft 1.12.2 utility mod providing a visionary system for plugins that allow customizing the clients features thanks to an ingame plugin store.
Contributing
Clone Repository
Clone the repository to your local machine. Use the link of either your fork or the main repository.
git clone https://github.com/lambda-client/lambda
Run scripts/setupWorkspace.sh
to initialize the environment. With terminal on Linux or Git Bash for Windows
./setupWorkspace.sh
Setup IDE
In this guide we will use IntelliJ IDEA as IDE.
- Open the project from
File > Open...
- Let the IDE collect dependencies and index the code.
- Goto
File > Project Structure... > SDKs
and make sure an SDK for Java 8 is installed and selected, if not download it here
Gradle build
Test if the environment is set up correctly by building the client and run it inside IDE using the Gradle tab on the right side of the IDE.
- Go to
lambda > Tasks > build > runClient
in the Gradle tab and run the client or create a native run usinglambda > Tasks > fg_runs > genIntelliJRuns
. - To build the client as a jar run
lambda > Tasks > build > build
. IntelliJ will create a new directory calledbuild
. The final built jar will be inbuild/libs
Thanks to
zeroeightysix for the original KAMI
the Kami Blue team for the continuation of KAMI
ronmamo for Reflections
The Minecraft Forge team for Forge
All the contributors, including the ones who will be remembered in comments and in our hearts. This has been a huge community effort, and we would not be here without you.