Skip to content

Commit 4a9ad01

Browse files
committed
Revert "Update README.md + drop Lang3 from dependencies as unused."
This reverts commit fc20ecc.
1 parent da1357b commit 4a9ad01

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ and your JAR file associations are properly configured.
1414
4. Run the `decompile` task
1515
5. Mod away! Now it's Yourcraft!
1616

17-
For more info, check out the [RetroMCP Wiki](https://github.com/MCPHackers/RetroMCP-Java/wiki).
17+
For more info you can check [RetroMCP Wiki](https://github.com/MCPHackers/RetroMCP-Java/wiki).
1818

1919
# Features
2020

2121
* Automatically download Minecraft .jar and libraries from version JSONs
2222
* An improved launch method using [LaunchWrapper](https://github.com/MCPHackers/LaunchWrapper)
2323
* Reobfuscation for all available versions
24-
* Automatic IDE project creation for Eclipse, Intellij, and Visual Studio Code
24+
* Automatic project creation
2525
* Merged codebase generation
2626

2727
# Building

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ allprojects {
77

88
repositories {
99
mavenCentral()
10-
1110
maven { url = "https://jitpack.io/" }
1211
maven { url = "https://maven.fabricmc.net/" }
12+
maven { url = "https://mcphackers.org/libraries/" }
1313
maven { url = "https://maven.glass-launcher.net/releases" }
1414
}
1515

@@ -30,6 +30,7 @@ allprojects {
3030

3131
implementation libs.json
3232
implementation libs.diffpatch
33+
implementation libs.commons.lang3
3334
implementation libs.mapping.io
3435
}
3536

gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ asm-analysis = { module = "org.ow2.asm:asm-analysis", version.ref = "asm" }
1616
asm-commons = { module = "org.ow2.asm:asm-commons", version.ref = "asm" }
1717
asm-tree = { module = "org.ow2.asm:asm-tree", version.ref = "asm" }
1818
asm-util = { module = "org.ow2.asm:asm-util", version.ref = "asm" }
19+
commons-lang3 = { module = "org.apache.commons:commons-lang3", version.ref = "commons-lang3" }
1920
diffpatch = { module = "com.github.MCPHackers:DiffPatch", version.ref = "diffpatch" }
2021
fernflower = { module = "io.github.lassebq:fernflower", version.ref = "fernflower" }
2122
flatlaf = { module = "com.formdev:flatlaf", version.ref = "flatlaf" }

0 commit comments

Comments
 (0)