diff options
-rw-r--r-- | build.gradle.kts | 3 |
1 files changed, 1 insertions, 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: |