You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

13
11
14
12
Lambda is a free, open-source, Minecraft 1.12.2 utility mod made for the anarchy experience.
15
13
A visionary plugin system that allows additional modules to be added, without the need to create a fork!
@@ -55,13 +53,12 @@ How do I...
55
53
</details>
56
54
57
55
<details>
58
-
<summary>... export KAMI blue config to lambda?</summary>
56
+
<summary>... export KAMI blue config to Lambda?</summary>
59
57
60
58
> Rename `.minecraft/kamiblue` to `.minecraft/lambda`
61
59
62
60
</details>
63
61
64
-
65
62
<details>
66
63
<summary>... fix most crashes on startup?</summary>
67
64
@@ -70,6 +67,14 @@ How do I...
70
67
71
68
</details>
72
69
70
+
<details>
71
+
<summary>... fix problems with Gradle?</summary>
72
+
73
+
> Make sure you have a Java 8 JDK installed and in your PATH.
74
+
We recommend using the [Temurin](https://adoptium.net/?variant=openjdk8&jvmVariant=hotspot/) variant of OpenJDK
75
+
76
+
</details>
77
+
73
78
<details>
74
79
<summary>... reset the ClickGUI scale?</summary>
75
80
@@ -102,13 +107,13 @@ In this guide we will use [IntelliJ IDEA](https://www.jetbrains.com/idea/) as ID
102
107
1. Open the project from `File > Open...`
103
108
2. Let the IDE collect dependencies and index the code.
104
109
3. Goto `File > Project Structure... > SDKs` and make sure an SDK for Java 8 is installed and selected, if not download
105
-
it [here](https://adoptopenjdk.net/index.html?variant=openjdk8&jvmVariant=hotspot)
110
+
it [here](https://adoptium.net/?variant=openjdk8&jvmVariant=hotspot/)
106
111
107
112
### Gradle build
108
113
109
114
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.
110
115
1. Go to `lambda > Tasks > build > runClient` in the Gradle tab and run the client or create a native run using `lambda > Tasks > fg_runs > genIntelliJRuns`.
111
-
2. To build the client as a jar run `lambda > Tasks > build > build`. IntelliJ will create a new directory called `build`. The final built jar will be in `build/libs`
116
+
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`
112
117
113
118
## Thanks to
114
119
@@ -120,10 +125,10 @@ Test if the environment is set up correctly by building the client and run it in
120
125
121
126
[MinecraftForge](https://github.com/MinecraftForge) for [Forge](https://github.com/MinecraftForge/MinecraftForge)
> 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.
134
+
> 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.
0 commit comments