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
Copy file name to clipboardExpand all lines: README.md
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -32,14 +32,14 @@ How do I...
32
32
<details>
33
33
<summary>... open the ClickGUI?</summary>
34
34
35
-
> Press `Y`
35
+
> Press `Y`.
36
36
37
37
</details>
38
38
39
39
<details>
40
40
<summary>... execute a command?</summary>
41
41
42
-
> Use the ingame chat with the prefix `;`
42
+
> Use the ingame chat with the prefix `;`.
43
43
44
44
</details>
45
45
@@ -55,15 +55,15 @@ How do I...
55
55
<details>
56
56
<summary>... export KAMI blue config to Lambda?</summary>
57
57
58
-
> Rename `.minecraft/kamiblue` to `.minecraft/lambda`
59
-
> Note that this might cause stability issues.
58
+
> Rename `.minecraft/kamiblue` to `.minecraft/lambda`.
59
+
> Please note that this might cause stability issues.
60
60
61
61
</details>
62
62
63
63
<details>
64
64
<summary>... fix most crashes on startup?</summary>
65
65
66
-
> 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.
66
+
> 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.
67
67
> 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.
68
68
69
69
</details>
@@ -72,21 +72,21 @@ How do I...
72
72
<summary>... fix problems with Gradle?</summary>
73
73
74
74
> Make sure you have a Java 8 JDK installed and in your PATH.
75
-
We recommend using the [Temurin](https://adoptium.net/?variant=openjdk8&jvmVariant=hotspot/) distribution of OpenJDK
75
+
We advise using the [Temurin](https://adoptium.net/?variant=openjdk8&jvmVariant=hotspot/) distribution of OpenJDK.
76
76
77
77
</details>
78
78
79
79
<details>
80
80
<summary>... reset the ClickGUI scale?</summary>
81
81
82
-
> Run the command `;set clickgui scale 100`
82
+
> Run the command `;set clickgui scale 100`.
83
83
84
84
</details>
85
85
86
86
<details>
87
87
<summary>... crashing with liteloader?</summary>
88
88
89
-
> Use liteloader as a forge mod, it is available [here](https://jenkins.liteloader.com/view/1.12.2/job/LiteLoader%201.12.2/lastSuccessfulBuild/artifact/build/libs/liteloader-1.12.2-SNAPSHOT-release.jar)
89
+
> Use liteloader as a forge mod, it is available [here](https://jenkins.liteloader.com/view/1.12.2/job/LiteLoader%201.12.2/lastSuccessfulBuild/artifact/build/libs/liteloader-1.12.2-SNAPSHOT-release.jar).
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.
121
+
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.
122
122
1. Go to `lambda > Tasks > build > runClient` in the Gradle tab and run the client.
123
-
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`
123
+
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`.
0 commit comments