From 213b88b9cfb5a79553651f7db7257415ca915f20 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Fri, 13 Jan 2023 19:54:02 +0100 Subject: Updating to newer version of NEU. --- build.gradle.kts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 993cfe1d5..af077fc3f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -62,8 +62,7 @@ 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") - devenvMod("com.github.notenoughupdates:notenoughupdates:5a354b5:all") - + devenvMod("com.github.notenoughupdates:notenoughupdates:e603cf2:all") } // Minecraft configuration: -- cgit