diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-07-11 15:46:20 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-07-11 15:46:20 -0400 |
commit | f2f50f2a956cada6c619f8efd46fc0ed9a830a16 (patch) | |
tree | d1802250883a43627d25ab91c072f3a16b322b9b /gradle.properties | |
parent | 3caaa395220adead54394aa7183087bbef4f0d1e (diff) | |
download | Skyblocker-f2f50f2a956cada6c619f8efd46fc0ed9a830a16.tar.gz Skyblocker-f2f50f2a956cada6c619f8efd46fc0ed9a830a16.tar.bz2 Skyblocker-f2f50f2a956cada6c619f8efd46fc0ed9a830a16.zip |
HM API 1.0.0 Release
I went back to the "traditional" repository declaration because Gradle
apparently doesn't allow two repositories in the forRepository thing
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index 9ece889f..e97585c9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,8 +14,8 @@ fabric_api_version=0.100.1+1.21 # Minecraft Mods ## YACL (https://github.com/isXander/YetAnotherConfigLib) yacl_version=3.5.0+1.21 -## HM API -hm_api_version=1.0.0-alpha.11+1.21 +## HM API (https://github.com/AzureAaron/hm-api) +hm_api_version=1.0.0+1.21 ## Mod Menu (https://modrinth.com/mod/modmenu/versions) mod_menu_version = 11.0.0-beta.1 ## REI (https://modrinth.com/mod/rei/versions?l=fabric) |