Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ event. Representation of a project may be further defined and clarified by proje
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team
at `team@lambda-client.com`. All complaints will be reviewed and investigated and will result in a response that is
at `https://discord.gg/QjfBxJzE5x`. All complaints will be reviewed and investigated and will result in a response that is
deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with
regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.

Expand Down
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
You are free to clone, modify Lambda and make pull requests, provided you follow
the [license](https://github.com/lambda-client/lambda/blob/master/LICENSE.md).

Before contributing please see the [Code of Conduct](https://lambda-client.com/codeofconduct).
Before contributing please see the [Code of Conduct](https://github.com/lambda-client/lambda/blob/master/.github/CODE_OF_CONDUCT.md).

See [Support](https://github.com/lambda-client/lambda/issues) for help.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Customize your experience, and improve your efficiency!
Find our plugins [here](https://github.com/lambda-plugins).

<p align="center">
<a href="https://github.com/lambda-client/lambda/releases/download/3.1/lambda-3.1.jar"><img alt="lambda-3.1.jar" src="https://raw.githubusercontent.com/lambda-client/assets/main/download_button_3.1.png" width="70%" height="70%"></a>
<a href="https://github.com/lambda-client/lambda/releases/download/3.2/lambda-3.2.jar"><img alt="lambda-3.2.jar" src="https://raw.githubusercontent.com/lambda-client/assets/main/download_button.png" width="70%" height="70%"></a>
</p>

## Installation
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ org.gradle.caching=true
org.gradle.parallel=true

modGroup=com.lambda
modVersion=3.1
modVersion=3.2

minecraftVersion=1.12.2
forgeVersion=14.23.5.2860
mappingsChannel=stable
mappingsVersion=39-1.12

kotlinVersion=1.7.0
kotlinxCoroutinesVersion=1.6.2
kotlinVersion=1.7.10
kotlinxCoroutinesVersion=1.6.4
2 changes: 1 addition & 1 deletion src/main/kotlin/com/lambda/client/LambdaMod.kt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class LambdaMod {
const val ID = "lambda"
const val DIRECTORY = "lambda"

const val VERSION = "3.1"
const val VERSION = "3.2"

const val APP_ID = 835368493150502923 // DiscordIPC
const val DEPENDENCIES = "required-after:forge@[14.23.5.2860,);"
Expand Down