-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial support for Forge 1.20.4 (with a few minor issues).
Removed the converter project.
- Loading branch information
1 parent
fb7f889
commit a3413eb
Showing
12 changed files
with
51 additions
and
336 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
174 changes: 0 additions & 174 deletions
174
converter/src/main/java/io/github/zekerzhayard/forgewrapper/converter/Converter.java
This file was deleted.
Oops, something went wrong.
53 changes: 0 additions & 53 deletions
53
converter/src/main/java/io/github/zekerzhayard/forgewrapper/converter/Main.java
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
|
||
org.gradle.daemon = false | ||
|
||
fw_version = 1.5.7 | ||
fw_version = 1.5.8 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
rootProject.name = 'ForgeWrapper' | ||
|
||
include 'common' | ||
include 'converter' | ||
include 'legacy' | ||
include 'jigsaw' |
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
Oops, something went wrong.