From 6e93cc7c7d0fcee5a78fd04ddae51b5673e926e3 Mon Sep 17 00:00:00 2001 From: PikachuGabe <84477180+PikachuGabe@users.noreply.github.com> Date: Sat, 27 Jul 2024 17:31:59 -0500 Subject: [PATCH] Update build.gradle.kts --- Fabric/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fabric/build.gradle.kts b/Fabric/build.gradle.kts index 6acd4d5..a99eb93 100644 --- a/Fabric/build.gradle.kts +++ b/Fabric/build.gradle.kts @@ -32,7 +32,7 @@ dependencies { modApi("me.shedaniel.cloth:cloth-config-fabric:6.4.90") include("me.shedaniel.cloth:cloth-config-fabric:6.4.90") - } + // This is a dependency of Sodium.... modImplementation("org.joml:joml:1.10.4")