diff options
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index ed4646a9..e97585c9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,6 +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 (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) @@ -22,6 +24,8 @@ rei_version = 13.0.666 emi_version = 1.0.22+1.20.2 # Minecraft and Related Libraries +## McDev Annotations (https://central.sonatype.com/artifact/com.demonwav.mcdev/annotations) +mcdev_annotations_version = 2.1.0 ## Occlusion Culling (https://github.com/LogisticsCraft/OcclusionCulling) occlusionculling_version = 0.0.8-SNAPSHOT ## neu repoparser (https://repo.nea.moe/#/releases/moe/nea/neurepoparser/) @@ -34,7 +38,7 @@ jgit_version = 6.9.0.202403050737-r commons_math_version = 3.6.1 # Mod Properties -mod_version = 1.21.0 +mod_version = 1.21.1 maven_group = de.hysky archives_base_name = skyblocker modrinth_id=y6DuFGwJ |