Skip to content

Commit c61eed0

Browse files
authored
Rework badges and add a question to the FAQ (#241)
* Rework badges and add a question to the FAQ * fix typo
1 parent 6664d64 commit c61eed0

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed

README.md

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22
<img src="https://raw.githubusercontent.com/lambda-client/assets/main/lambda%20logo%20text.svg" style="width: 69%">
33
</p>
44

5-
![GitHub All Releases](https://img.shields.io/github/downloads/lambda-client/lambda/total)
6-
[![CodeFactor](https://www.codefactor.io/repository/github/lambda-client/lambda/badge)](https://www.codefactor.io/repository/github/lambda-client/lambda)
7-
[![build](https://github.com/lambda-client/lambda/workflows/gradle_build/badge.svg)](https://github.com/lambda-client/lambda/actions)
8-
[![Discord Mine](https://img.shields.io/discord/834570721070022687?label=chat&logo=discord&logoColor=white)](https://discord.gg/QjfBxJzE5x)
9-
![minecraft](https://img.shields.io/badge/Minecraft-1.12.2-blue.svg)
10-
<img src="https://img.shields.io/github/languages/code-size/lambda-client/lambda.svg" alt="Code size"/>
11-
<img src="https://img.shields.io/github/repo-size/lambda-client/lambda.svg" alt="GitHub repo size"/>
12-
<img src="https://tokei.rs/b1/github/lambda-client/lambda?category=code" alt="Lines of Code"/>
5+
![GitHub all releases](https://img.shields.io/github/downloads/lambda-client/lambda/total?color=seagreen)
6+
![CodeFactor grade](https://img.shields.io/codefactor/grade/github/lambda-client/lambda?color=royalblue)
7+
![GitHub workflow status](https://img.shields.io/github/workflow/status/lambda-client/lambda/gradle_build?logo=gradle)
8+
[![Discord](https://img.shields.io/discord/834570721070022687?color=skyblue&logo=discord&logoColor=white)](https://discord.gg/QjfBxJzE5x)
9+
![GitHub repo size](https://img.shields.io/github/repo-size/lambda-client/lambda)
10+
![Lines of code](https://img.shields.io/tokei/lines/github/lambda-client/lambda?color=lightcoral&label=lines%20of%20code)
1311

1412
Lambda is a free, open-source, Minecraft 1.12.2 utility mod made for the anarchy experience.
1513
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...
5553
</details>
5654

5755
<details>
58-
<summary>... export KAMI blue config to lambda?</summary>
56+
<summary>... export KAMI blue config to Lambda?</summary>
5957

6058
> Rename `.minecraft/kamiblue` to `.minecraft/lambda`
6159
6260
</details>
6361

64-
6562
<details>
6663
<summary>... fix most crashes on startup?</summary>
6764

@@ -70,6 +67,14 @@ How do I...
7067
7168
</details>
7269

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+
7378
<details>
7479
<summary>... reset the ClickGUI scale?</summary>
7580

@@ -102,13 +107,13 @@ In this guide we will use [IntelliJ IDEA](https://www.jetbrains.com/idea/) as ID
102107
1. Open the project from `File > Open...`
103108
2. Let the IDE collect dependencies and index the code.
104109
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/)
106111

107112
### Gradle build
108113

109114
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.
110115
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`
112117

113118
## Thanks to
114119

@@ -120,10 +125,10 @@ Test if the environment is set up correctly by building the client and run it in
120125

121126
[MinecraftForge](https://github.com/MinecraftForge) for [Forge](https://github.com/MinecraftForge/MinecraftForge)
122127

123-
Our [contributors](https://github.com/lambda-client/lambda/graphs/contributors)
128+
Our [contributors](https://github.com/lambda-client/lambda/graphs/contributors) ❤️
124129

125130
### Stargazers
126131
[![Stargazers](https://starchart.cc/lambda-client/lambda.svg)](https://starchart.cc/lambda-client/lambda)
127132

128133
> ### Disclaimer
129-
> 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

Comments
 (0)