File tree 3 files changed +5
-5
lines changed
src/main/kotlin/com/lambda/client
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<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" >
3
3
</p >
4
4
5
5
![ 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!
16
16
Find our plugins [ here] ( https://github.com/lambda-plugins ) .
17
17
18
18
<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>
20
20
</p >
21
21
22
22
<div align =" center " >
@@ -28,7 +28,7 @@ Find our matrix space at [#lambda-client:matrix.org](https://app.element.io/#/ro
28
28
## Installation
29
29
1 . Install Minecraft 1.12.2
30
30
2 . 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 )
32
32
4 . Put the file in your ` .minecraft/mods ` folder
33
33
34
34
## FAQ
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ org.gradle.caching=true
3
3
org.gradle.parallel =true
4
4
5
5
modGroup =com.lambda
6
- modVersion =3.3 .0
6
+ modVersion =3.4 .0
7
7
8
8
minecraftVersion =1.12.2
9
9
forgeVersion =14.23.5.2860
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class LambdaMod {
29
29
const val ID = " lambda"
30
30
const val DIRECTORY = " lambda"
31
31
32
- const val VERSION = " 3.3 .0"
32
+ const val VERSION = " 3.4 .0"
33
33
34
34
const val APP_ID = 835368493150502923 // DiscordIPC
35
35
const val DEPENDENCIES = " required-after:forge@[14.23.5.2860,);"
You can’t perform that action at this time.
0 commit comments