From b8a45b9a0438a12ba3c609f6e416d519829471be Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Mon, 12 Aug 2024 22:15:07 +0200 Subject: Improve location and profile detection --- gradle/libs.versions.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'gradle') 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", -- cgit