Skip to content

Commit

Permalink
Rework badges and add a question to the FAQ (#241)
Browse files Browse the repository at this point in the history
* Rework badges and add a question to the FAQ

* fix typo
  • Loading branch information
mmvanheusden authored Feb 21, 2022
1 parent 6664d64 commit c61eed0
Showing 1 changed file with 19 additions and 14 deletions.
33 changes: 19 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@
<img src="https://raw.githubusercontent.com/lambda-client/assets/main/lambda%20logo%20text.svg" style="width: 69%">
</p>

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

Lambda is a free, open-source, Minecraft 1.12.2 utility mod made for the anarchy experience.
A visionary plugin system that allows additional modules to be added, without the need to create a fork!
Expand Down Expand Up @@ -55,13 +53,12 @@ How do I...
</details>

<details>
<summary>... export KAMI blue config to lambda?</summary>
<summary>... export KAMI blue config to Lambda?</summary>

> Rename `.minecraft/kamiblue` to `.minecraft/lambda`
</details>


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

Expand All @@ -70,6 +67,14 @@ How do I...
</details>

<details>
<summary>... fix problems with Gradle?</summary>

> Make sure you have a Java 8 JDK installed and in your PATH.
We recommend using the [Temurin](https://adoptium.net/?variant=openjdk8&jvmVariant=hotspot/) variant of OpenJDK

</details>

<details>
<summary>... reset the ClickGUI scale?</summary>

Expand Down Expand Up @@ -102,13 +107,13 @@ In this guide we will use [IntelliJ IDEA](https://www.jetbrains.com/idea/) as ID
1. Open the project from `File > Open...`
2. Let the IDE collect dependencies and index the code.
3. Goto `File > Project Structure... > SDKs` and make sure an SDK for Java 8 is installed and selected, if not download
it [here](https://adoptopenjdk.net/index.html?variant=openjdk8&jvmVariant=hotspot)
it [here](https://adoptium.net/?variant=openjdk8&jvmVariant=hotspot/)

### Gradle build

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.
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`.
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`
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`

## Thanks to

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

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

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

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

> ### Disclaimer
> 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.
> 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 comments on commit c61eed0

Please sign in to comment.