Skip to content

Commit fc20ecc

Browse files
committed
Update README.md + drop Lang3 from dependencies as unused.
1 parent 1980fe7 commit fc20ecc

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
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 you can check [RetroMCP Wiki](https://github.com/MCPHackers/RetroMCP-Java/wiki).
17+
For more info, check out the [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 project creation
24+
* Automatic IDE project creation for Eclipse, Intellij, and Visual Studio Code
2525
* Merged codebase generation
2626

2727
# Building

build.gradle

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

88
repositories {
99
mavenCentral()
10+
1011
maven { url = "https://jitpack.io/" }
1112
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,7 +30,6 @@ allprojects {
3030

3131
implementation libs.json
3232
implementation libs.diffpatch
33-
implementation libs.commons.lang3
3433
implementation libs.mapping.io
3534
}
3635

gradle/libs.versions.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ 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" }
2019
diffpatch = { module = "com.github.MCPHackers:DiffPatch", version.ref = "diffpatch" }
2120
fernflower = { module = "io.github.lassebq:fernflower", version.ref = "fernflower" }
2221
flatlaf = { module = "com.formdev:flatlaf", version.ref = "flatlaf" }

0 commit comments

Comments
 (0)