-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch decompiler to Vineflower (#21)
* Remove unnecessary new patches from updating mcp_config * Update to VineFlower * Update workflow to Java 21
- Loading branch information
1 parent
eac8aa3
commit 95288c9
Showing
1,195 changed files
with
65,729 additions
and
31,916 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,10 +20,10 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Set up JDK 17 | ||
- name: Set up JDK 21 | ||
uses: actions/[email protected] | ||
with: | ||
java-version: '17' | ||
java-version: '21' | ||
distribution: 'temurin' | ||
|
||
- name: Fix Gradle Permission | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,10 +23,10 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Set up JDK 17 | ||
- name: Set up JDK 21 | ||
uses: actions/[email protected] | ||
with: | ||
java-version: '17' | ||
java-version: '21' | ||
distribution: 'temurin' | ||
|
||
- name: Fix Gradle permission | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 0 additions & 20 deletions
20
patches/minecraft/net/minecraft/advancements/Advancement.java.patch
This file was deleted.
Oops, something went wrong.
66 changes: 0 additions & 66 deletions
66
patches/minecraft/net/minecraft/advancements/AdvancementList.java.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
101 changes: 0 additions & 101 deletions
101
patches/minecraft/net/minecraft/advancements/AdvancementProgress.java.patch
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.