Kotlin utility mod for Minecraft
Lambda is a free, open-source, Minecraft 1.12.2 utility mod made for the anarchy experience.
A visionary plugin system that allows additional modules to be added, without the need to create a fork!
Customize your experience, and improve your efficiency!
Find our plugins here.
Find our matrix space at #lambda-client:matrix.org.
.minecraft/mods
folderHow do I…
Y
.;
.y
. The window called Plugins
contains all installed plugins. Either you get an official plugin by opening the Remote Plugins
window which are hosted on GitHub. Or if you want to load a third party plugin click the Import
button and put the jar into the folder..minecraft/kamiblue
to .minecraft/lambda
.Error: java.lang.IllegalAccessError: tried to access field net.minecraft.util.math.Vec3i.field_177962_a from class baritone.k
remove the -noverify
tag from your arguments.;set clickgui scale 100
.
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 setupWorkspace.sh
to initialize the environment.
Use your terminal on Linux or Git Bash for Windows.
./setupWorkspace.sh
In this guide we will use IntelliJ IDEA as our IDE.
File > Open...
File > Project Structure... > SDKs
and make sure an SDK for Java 8 is installed and selected, if not downloadTest if the environment is set up correctly by building the client and running it inside the IDE using the Gradle tab on the right side of the IDE.
lambda > Tasks > forgegradle runs > runClient
in the Gradle tab and run the client.lambda > Tasks > build > build
. Gradle will create a new directory called build
. The final built jar will be in build/libs
.zeroeightysix for the original KAMI
KAMI Blue for the continuation of KAMI
ronmamo for Reflections
MinecraftForge for Forge
Disclaimer
This software does not contain any copyrighted Minecraft code. This is a Forge utility mod, only meant for use in anarchy environments. Do not use without permission of server administration.