-
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* port to 1.20.5-rc1 * port to 1.20.5 * remove runtime mod menu * Update build.gradle * Prepare for publishing Signed-off-by: shedaniel <[email protected]> * Update shadow plugin to fix building J21 binaries Signed-off-by: shedaniel <[email protected]> --------- Signed-off-by: shedaniel <[email protected]> Co-authored-by: shedaniel <[email protected]>
- Loading branch information
Showing
11 changed files
with
41 additions
and
39 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
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
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,28 +1,28 @@ | ||
org.gradle.jvmargs=-Xmx6G | ||
org.gradle.daemon=false | ||
|
||
platforms=fabric | ||
platforms=fabric,neoforge | ||
|
||
minecraft_version=1.20.5-pre1 | ||
supported_version=1.20.5-pre1 | ||
minecraft_version=1.20.5 | ||
supported_version=1.20.5 | ||
|
||
artifact_type=beta | ||
artifact_type=release | ||
|
||
archives_base_name=architectury | ||
archives_base_name_snapshot=architectury-snapshot | ||
base_version=12.0 | ||
maven_group=dev.architectury | ||
version_suffix=-beta | ||
version_suffix= | ||
|
||
fabric_loader_version=0.15.9 | ||
fabric_api_version=0.96.15+1.20.5 | ||
mod_menu_version=9.0.0 | ||
fabric_loader_version=0.15.10 | ||
fabric_api_version=0.97.6+1.20.5 | ||
mod_menu_version=10.0.0-beta.1 | ||
|
||
forge_version=49.0.14 | ||
neoforge_version=20.5.0-alpha.24w14a.20240407.201521 | ||
forge_version=50.0.0 | ||
neoforge_version=20.5.0-beta | ||
|
||
# Set to empty if not snapshots | ||
neoforge_pr=794 | ||
neoforge_pr= | ||
|
||
curseforge_id=419699 | ||
modrinth_id=lhGA9TYQ |
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
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
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
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