From 7ff8f0658a7c8b8e0c66ce77ded6563abc202f59 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Thu, 2 Mar 2023 23:19:47 +0100 Subject: Updated internally to neu version of my fork. Will return to alpha-12 when released. --- build.gradle.kts | 4 ++-- 1 file 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: -- cgit