diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-02 23:19:47 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-02 23:19:47 +0100 |
commit | 2a26030fa9f6bc3979f1527c5727cc30e8d2e2b0 (patch) | |
tree | 7ed02b684635d3f21698f300199a7f7a8dd2b7fe /build.gradle.kts | |
parent | e1c45045e8ae9ec0afd2c14515a13f9332094018 (diff) | |
download | skyhanni-2a26030fa9f6bc3979f1527c5727cc30e8d2e2b0.tar.gz skyhanni-2a26030fa9f6bc3979f1527c5727cc30e8d2e2b0.tar.bz2 skyhanni-2a26030fa9f6bc3979f1527c5727cc30e8d2e2b0.zip |
Updated internally to neu version of my fork. Will return to alpha-12 when released.
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 3121ed4fa..9cbd6c171 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -62,8 +62,8 @@ dependencies { // If you don't want to log in with your real minecraft account, remove this line modRuntimeOnly("me.djtheredstoner:DevAuth-forge-legacy:1.1.0") - implementation("com.github.notenoughupdates:notenoughupdates:df945f9:all") - devenvMod("com.github.notenoughupdates:notenoughupdates:df945f9:all") + implementation("com.github.hannibal002:notenoughupdates:4957f0b:all") + devenvMod("com.github.hannibal002:notenoughupdates:4957f0b:all") } // Minecraft configuration: |