From d6e6122b6758ea6c904aaf4dff36fda178e23399 Mon Sep 17 00:00:00 2001 From: nea Date: Sun, 26 Mar 2023 17:31:21 +0200 Subject: Update MoulConfig --- build.gradle.kts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8eeec210f..129362b74 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -71,7 +71,8 @@ dependencies { implementation("com.github.hannibal002:notenoughupdates:4957f0b:all") devenvMod("com.github.hannibal002:notenoughupdates:4957f0b:all") - shadowModImpl("com.github.notenoughupdates:moulconfig:444eda2") + shadowModImpl("com.github.notenoughupdates:moulconfig:b9c84f5") + devenvMod("com.github.notenoughupdates:moulconfig:b9c84f5:test") } // Minecraft configuration: -- cgit