| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.
How do I...
... open the ClickGUI?... execute a command?Press Y
... install plugins?Use the ingame chat with the prefix ;
... export KAMI blue config to lambda?Open the lambda menu either on main menu or escape menu. You can download official plugins there. They are hosted on GitHub. If you want to load a third party plugin click the open plugins folder button and put the jar into the folder. CAUTION: Third party plugins can contain dangerous code! Only use plugins from trusted sources!
... fix most crashes on startup?Rename .minecraft/kamiblue to .minecraft/lambda
... reset the ClickGUI scale?Possibly you have multiple mods loaded. Forge loads mods in alphabetical order, so you can change the name of the Mod jar to make it load earlier or later. Add for example an exclamation mark to lambda jar to make it load first. If you got 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.
Run the command ;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 scripts/setupWorkspace.sh to initialize the environment. With terminal on Linux or Git Bash for Windows
./setupWorkspace.sh
In this guide we will use IntelliJ IDEA as IDE.
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.
zeroeightysix for the original KAMI
KAMI Blue for the continuation of KAMI
ronmamo for Reflections
MinecraftForge for Forge
Our contributors
| Back | FazBrowse Home | New Git URL |