Skip to content

Commit 3dcbc8a

Browse files
Revamped the README and fixed grammer and punctuation. (#389)
1 parent f73ce31 commit 3dcbc8a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ How do I...
3232
<details>
3333
<summary>... open the ClickGUI?</summary>
3434

35-
> Press `Y`
35+
> Press `Y`.
3636
3737
</details>
3838

3939
<details>
4040
<summary>... execute a command?</summary>
4141

42-
> Use the ingame chat with the prefix `;`
42+
> Use the ingame chat with the prefix `;`.
4343
4444
</details>
4545

@@ -55,15 +55,15 @@ How do I...
5555
<details>
5656
<summary>... export KAMI blue config to Lambda?</summary>
5757

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.
6060
6161
</details>
6262

6363
<details>
6464
<summary>... fix most crashes on startup?</summary>
6565

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.
6767
> 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.
6868
6969
</details>
@@ -72,21 +72,21 @@ How do I...
7272
<summary>... fix problems with Gradle?</summary>
7373

7474
> 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.
7676

7777
</details>
7878

7979
<details>
8080
<summary>... reset the ClickGUI scale?</summary>
8181

82-
> Run the command `;set clickgui scale 100`
82+
> Run the command `;set clickgui scale 100`.
8383
8484
</details>
8585

8686
<details>
8787
<summary>... crashing with liteloader?</summary>
8888

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).
9090
</details>
9191
9292
<p align="center">
@@ -103,24 +103,24 @@ git clone https://github.com/lambda-client/lambda
103103
```
104104

105105
Run `setupWorkspace.sh` to initialize the environment.
106-
With terminal on Linux or [Git Bash](https://gitforwindows.org/) for Windows
106+
Use your terminal on Linux or [Git Bash](https://gitforwindows.org/) for Windows.
107107
```
108108
./setupWorkspace.sh
109109
```
110110

111111
### Setup IDE
112112

113-
In this guide we will use [IntelliJ IDEA](https://www.jetbrains.com/idea/) as IDE.
113+
In this guide we will use [IntelliJ IDEA](https://www.jetbrains.com/idea/) as our IDE.
114114
1. Open the project from `File > Open...`
115115
2. Let the IDE collect dependencies and index the code.
116116
3. Goto `File > Project Structure... > SDKs` and make sure an SDK for Java 8 is installed and selected, if not download
117-
it [here](https://adoptium.net/?variant=openjdk8&jvmVariant=hotspot/)
117+
one [here](https://adoptium.net/?variant=openjdk8&jvmVariant=hotspot/).
118118

119119
### Gradle build
120120

121-
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.
122122
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`.
124124

125125
## Thanks to
126126

0 commit comments

Comments
 (0)