This repository was archived by the owner on Dec 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/main/kotlin/com/lambda/client Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11<p align =" center " >
2- <img src="https://raw.githubusercontent.com/lambda-client/assets/main/lambda%20logo%20text.svg" style="width: 69%">
2+ <img src="https://raw.githubusercontent.com/lambda-client/assets/main/lambda%20logo%20text.svg" style="width: 69%" alt="logo" >
33</p >
44
55![ GitHub all releases] ( https://img.shields.io/github/downloads/lambda-client/lambda/total?color=seagreen )
@@ -16,7 +16,7 @@ Customize your experience, and improve your efficiency!
1616Find our plugins [ here] ( https://github.com/lambda-plugins ) .
1717
1818<p align =" center " >
19- <a href="https://github.com/lambda-client/lambda/releases/download/3.3 .0/lambda-3.3 .0.jar"><img alt="lambda-3.3 .0.jar" src="https://raw.githubusercontent.com/lambda-client/assets/main/download_button_3.3 .0.png" width="70%" height="70%"></a>
19+ <a href="https://github.com/lambda-client/lambda/releases/download/3.4 .0/lambda-3.4 .0.jar"><img alt="lambda-3.4 .0.jar" src="https://raw.githubusercontent.com/lambda-client/assets/main/download_button_3.4 .0.png" width="70%" height="70%"></a>
2020</p >
2121
2222<div align =" center " >
@@ -28,7 +28,7 @@ Find our matrix space at [#lambda-client:matrix.org](https://app.element.io/#/ro
2828## Installation
29291 . Install Minecraft 1.12.2
30302 . Install the latest Forge for 1.12.2 [ (download)] ( https://files.minecraftforge.net/net/minecraftforge/forge/index_1.12.2.html )
31- 3 . Get the latest Lambda version here [ (download)] ( https://github.com/lambda-client/lambda/releases/download/3.3 .0/lambda-3.3 .0.jar )
31+ 3 . Get the latest Lambda version here [ (download)] ( https://github.com/lambda-client/lambda/releases/download/3.4 .0/lambda-3.4 .0.jar )
32324 . Put the file in your ` .minecraft/mods ` folder
3333
3434## FAQ
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ org.gradle.caching=true
33org.gradle.parallel =true
44
55modGroup =com.lambda
6- modVersion =3.3 .0
6+ modVersion =3.4 .0
77
88minecraftVersion =1.12.2
99forgeVersion =14.23.5.2860
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class LambdaMod {
2929 const val ID = " lambda"
3030 const val DIRECTORY = " lambda"
3131
32- const val VERSION = " 3.3 .0"
32+ const val VERSION = " 3.4 .0"
3333
3434 const val APP_ID = 835368493150502923 // DiscordIPC
3535 const val DEPENDENCIES = " required-after:forge@[14.23.5.2860,);"
You can’t perform that action at this time.
0 commit comments