Skip to content

Commit 42d5af8

Browse files
committed
Re-add lang3
1 parent 4a9ad01 commit 42d5af8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-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 you can check [RetroMCP Wiki](https://github.com/MCPHackers/RetroMCP-Java/wiki).
17+
For more information, 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

src/main/java/org/mcphackers/mcp/tasks/mode/TaskParameter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public enum TaskParameter {
1818

1919
SIDE("side", Integer.class, Side.ANY.index),
2020
PATCHES("patch", Boolean.class, true),
21-
IGNORED_PACKAGES("ignore", String[].class, new String[]{"paulscode", "com/jcraft", "de/jarnbjo", "isom"}),
21+
IGNORED_PACKAGES("ignore", String[].class, new String[]{"paulscode", "com/jcraft", "de/jarnbjo", "isom", "ibxm", "de/matthiasmann/twl", "javax/xml", "javax/ws", "argo", "org/bouncycastle", "org/apache/commons", "com/google/gson", "com/google/common"}),
2222
FERNFLOWER_OPTIONS("ff_options", String.class, getDefaultFFOptions()),
2323
OBFUSCATION("obf", Boolean.class, false),
2424
SRG_OBFUSCATION("srgobf", Boolean.class, false),

0 commit comments

Comments
 (0)