diff --git a/build.gradle b/build.gradle index f066735..dc8f251 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ dependencies { // Fabric API. This is technically optional, but you probably want it anyway. modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" include(modImplementation("maven.modrinth:fstats:2023.12.3")) - include(modImplementation("maven.modrinth:ducky-updater-lib:2023.10.1")) + //include(modImplementation("maven.modrinth:ducky-updater-lib:2023.10.1")) } @@ -94,4 +94,4 @@ publishing { // The repositories here will be used for publishing your artifact, not for // retrieving dependencies. } -} \ No newline at end of file +}