From 0d1e6072061e92b00f97862cb3dfc0f3aa7a2d8a Mon Sep 17 00:00:00 2001 From: QuImUfu Date: Sat, 29 Jun 2024 17:41:34 +0200 Subject: [PATCH] fix deps --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b4898cf..1cf670a 100644 --- a/build.gradle +++ b/build.gradle @@ -129,7 +129,7 @@ modrinth { versionType = "alpha" dependencies = [ new ModDependency('P7dR8mSH', 'required'), //required dependency on Fabric API - new ModDependency('dNHeFokL', 'optional'), //compatible with Sodium + new ModDependency('AANobbMI', 'optional'), //compatible with Sodium ] } // configure the maven publication