]> git.lizzy.rs Git - LightOverlay.git/blobdiff - fabric/build.gradle
1.16.2
[LightOverlay.git] / fabric / build.gradle
index c4e979dad728f2a3d99840cd7a2a56f77a709270..d85007da73b16f007f918b2db8ee956d3f083faa 100755 (executable)
@@ -1,5 +1,5 @@
 plugins {
-    id("fabric-loom") version "0.4-SNAPSHOT"
+    id("fabric-loom") version "0.5-SNAPSHOT"
 }
 
 minecraft {
@@ -27,7 +27,9 @@ dependencies {
     modCompile("me.shedaniel.cloth.api:cloth-client-events-v0:${rootProject.cloth_version}") {
         transitive = false
     }
-    modImplementation("me.shedaniel.cloth:config-2:${rootProject.cloth_config_version}")
+    modImplementation("me.shedaniel.cloth:config-2:${rootProject.cloth_config_version}") {
+        exclude(group: "net.fabricmc.fabric-api")
+    }
     modImplementation("io.github.prospector:modmenu:${rootProject.modmenu_version}") {
         transitive = false
     }