All Projects → lambda-client → lambda

lambda-client / lambda

Licence: LGPL-3.0 license
Minecraft utility mod coded in Kotlin

Programming Languages

kotlin
9241 projects
java
68154 projects - #9 most used programming language
GLSL
2045 projects
shell
77523 projects

Projects that are alternatives of or similar to lambda

Minebot
Minebot
Stars: ✭ 119 (-69.41%)
Mutual labels:  forge, mod
Hytilities
Hypixel-focused Quality of Life mod.
Stars: ✭ 53 (-86.38%)
Mutual labels:  utility, forge
Bewitchment
Mod inspired by Witchery
Stars: ✭ 128 (-67.1%)
Mutual labels:  forge, mod
Gamesense Client
Minecraft 1.12.2 Utility Mod for Anarchy and Crystal PvP
Stars: ✭ 73 (-81.23%)
Mutual labels:  forge, mod
Applied-Energistics-3-ReOver
No description or website provided.
Stars: ✭ 27 (-93.06%)
Mutual labels:  forge, mod
Buildcraft
BuildCraft
Stars: ✭ 1,218 (+213.11%)
Mutual labels:  forge, mod
Agricraft
The source code for the Minecraft mod: AgriCraft
Stars: ✭ 160 (-58.87%)
Mutual labels:  forge, mod
Emc
The EMC Framework (Easy Minecraft Client) - An easy to use Minecraft modding framework
Stars: ✭ 21 (-94.6%)
Mutual labels:  forge, mod
Sophisticated-wolves
sophisticated-wolves.nightkosh.com/
Stars: ✭ 13 (-96.66%)
Mutual labels:  forge, mod
postman
minecraft anarchy client :)
Stars: ✭ 163 (-58.1%)
Mutual labels:  mod, anarchy
Tis 3d
TIS-100 inspired low-tech computing in Minecraft.
Stars: ✭ 64 (-83.55%)
Mutual labels:  forge, mod
MrCrayfishGunMod
A Minecraft Mod focused on adding fun and simple weapons wtih lots of customisation including attachments and more!
Stars: ✭ 132 (-66.07%)
Mutual labels:  forge, mod
Opencomputers
Home of the OpenComputers mod for Minecraft.
Stars: ✭ 1,104 (+183.8%)
Mutual labels:  forge, mod
Chisels And Bits
A Minecraft mod about chiseling and designing custom blocks in game.
Stars: ✭ 119 (-69.41%)
Mutual labels:  forge, mod
Equivalent Exchange
Stars: ✭ 37 (-90.49%)
Mutual labels:  forge, mod
Crafttweaker
Tweak your minecraft experience
Stars: ✭ 146 (-62.47%)
Mutual labels:  forge, mod
Macrokey
A mod that allows you to bind keys
Stars: ✭ 8 (-97.94%)
Mutual labels:  forge, mod
Realistictorches
A Minecraft mod that increases the difficulty of the early game by adding realism mechanics to torches.
Stars: ✭ 15 (-96.14%)
Mutual labels:  forge, mod
Scannable
One scanner to find them, and with eye candy bind them.
Stars: ✭ 15 (-96.14%)
Mutual labels:  forge, mod
Better-Sprinting
Minecraft mod that improves and expands sprinting, sneaking, and flying mechanics.
Stars: ✭ 20 (-94.86%)
Mutual labels:  forge, mod

GitHub all releases CodeFactor grade GitHub workflow status Discord GitHub repo size Lines of code

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.

lambda-3.2.1.jar

Link to the lambda discord server https://discord.gg/QjfBxJzE5x

Installation

  1. Install Minecraft 1.12.2
  2. Install the latest Forge for 1.12.2 (download)
  3. Get the latest Lambda version here (download)
  4. Put the file in your .minecraft/mods folder

FAQ

How do I...

... open the ClickGUI?

Press Y.

... execute a command?

Use the ingame chat with the prefix ;.

... install plugins?

Open the ClickGUI by pressing 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.

CAUTION: Third party plugins can contain dangerous code! Only use plugins from trusted sources!

... export KAMI blue config to Lambda?

Rename .minecraft/kamiblue to .minecraft/lambda. Please note that this might cause stability issues.

... fix most crashes on startup?

You may 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.

... fix problems with Gradle?

Make sure you have a Java 8 JDK installed and in your PATH. We advise using the Temurin distribution of OpenJDK.

... reset the ClickGUI scale?

Run the command ;set clickgui scale 100.

... crashing with liteloader?

Use liteloader as a forge mod, it is available here.

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 setupWorkspace.sh to initialize the environment. Use your terminal on Linux or Git Bash for Windows.

./setupWorkspace.sh

Setup IDE

In this guide we will use IntelliJ IDEA as our IDE.

  1. Open the project from File > Open...
  2. Let the IDE collect dependencies and index the code.
  3. Goto File > Project Structure... > SDKs and make sure an SDK for Java 8 is installed and selected, if not download one here.

Gradle build

Test 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.

  1. Go to lambda > Tasks > build > runClient in the Gradle tab and run the client.
  2. To build the client as a jar run lambda > Tasks > build > build. Gradle will create a new directory called build. The final built jar will be in build/libs.

Stargazers

Stargazers

Thanks to...

GitHub contributors

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].