diff options
author | Linnea Gräf <nea@nea.moe> | 2024-08-12 22:15:07 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-08-12 22:15:07 +0200 |
commit | b8a45b9a0438a12ba3c609f6e416d519829471be (patch) | |
tree | aff190bb953d94f1187896b2c245644a29e6badf /gradle | |
parent | 3c7e6b6177de6ef3cff8a46bb1726466a299cdde (diff) | |
download | Firmament-b8a45b9a0438a12ba3c609f6e416d519829471be.tar.gz Firmament-b8a45b9a0438a12ba3c609f6e416d519829471be.tar.bz2 Firmament-b8a45b9a0438a12ba3c609f6e416d519829471be.zip |
Improve location and profile detection
Diffstat (limited to 'gradle')
-rw-r--r-- | gradle/libs.versions.toml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d4820e3..e723484 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -29,6 +29,8 @@ mixinextras = "0.3.5" jarvis = "1.1.3" nealisp = "1.0.0" moulconfig = "3.0.0-beta.14" +hypixelmodapi = "1.0.1" +hypixelmodapi_fabric = "1.0.1+build.1+mc1.21" manninghamMills = "2.4.1" [libraries] @@ -47,6 +49,9 @@ jarvis_fabric = { module = "moe.nea.jarvis:jarvis-fabric", version.ref = "jarvis nealisp = { module = "moe.nea:nealisp", version.ref = "nealisp" } explosiveenhancement = { module = "maven.modrinth:explosive-enhancement", version.ref = "explosiveenhancement" } manninghamMills = { module = "me.shedaniel:mm", version.ref = "manninghamMills" } +aaronhmapi = { module = "net.azureaaron:hm-api", version = "1.0.0+1.21" } +hypixelmodapi = { module = "net.hypixel:mod-api", version.ref = "hypixelmodapi" } +hypixelmodapi_fabric = { module = "maven.modrinth:hypixel-mod-api", version.ref = "hypixelmodapi_fabric" } # Runtime: notenoughanimations = { module = "maven.modrinth:not-enough-animations", version.ref = "notenoughanimations" } hotswap = { module = "virtual.github.hotswapagent:hotswap-agent", version.ref = "hotswap_agent" } @@ -67,11 +72,12 @@ runtime_required = [ "rei_fabric", "notenoughanimations", "femalegender", + "hypixelmodapi_fabric", ] runtime_optional = [ "devauth", "freecammod", -# "sodium", + "sodium", # "qolify", # "citresewn", # "ncr", |