diff options
author | Brady <thatgravyboat@gmail.com> | 2024-04-27 08:04:42 -0230 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-27 12:34:42 +0200 |
commit | d7bd34e7a35c8908f1ed8dd1bb934cf36993789c (patch) | |
tree | 40854cc50e6b5c7f06430e89de0633e31953c909 /build.gradle.kts | |
parent | d674606e0454239bc610330be923486efb19a93b (diff) | |
download | skyhanni-d7bd34e7a35c8908f1ed8dd1bb934cf36993789c.tar.gz skyhanni-d7bd34e7a35c8908f1ed8dd1bb934cf36993789c.tar.bz2 skyhanni-d7bd34e7a35c8908f1ed8dd1bb934cf36993789c.zip |
Add SkyCrypt button to RPC (#1526)
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 5261ab200..9bb903744 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -51,6 +51,7 @@ repositories { maven("https://repo.nea.moe/releases") maven("https://maven.notenoughupdates.org/releases") maven("https://repo.hypixel.net/repository/Hypixel/") + maven("https://maven.teamresourceful.com/repository/thatgravyboat/") } val shadowImpl: Configuration by configurations.creating { @@ -79,7 +80,7 @@ dependencies { forge("net.minecraftforge:forge:1.8.9-11.15.1.2318-1.8.9") // Discord RPC client - shadowImpl("com.github.NetheriteMiner:DiscordIPC:3106be5") { + shadowImpl("com.jagrosh:DiscordIPC:0.5") { exclude(module = "log4j") because("Different version conflicts with Minecraft's Log4J") exclude(module = "gson") |