diff --git a/build.gradle b/build.gradle index 7b59d36..ae92468 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,6 @@ base { repositories { mavenCentral() flatDir { dirs "gradle\\deps" } - maven { url "https://api.modrinth.com/maven" } maven { url "https://maven.terraformersmc.com/releases/" } maven { url "https://oss.sonatype.org/content/groups/public/" } maven { url "https://repo.papermc.io/repository/maven-public/" } @@ -43,7 +42,6 @@ dependencies { modImplementation("net.fabricmc.fabric-api:fabric-api:0.110.0+") include(implementation("org.json:json:20240303")) - include(modImplementation("maven.modrinth:ducky-updater-lib:2024.10.2")) modImplementation("com.terraformersmc:modmenu:11.0.3") implementation("org.commonmark:commonmark:0.24.0") diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 6cb0383..a891008 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -69,12 +69,6 @@ "badges": [ ] - }, - "duckyupdater": { - "modrinthId": "yDe2kPBC", - "type": "release", - "featured": true - }, - "fstats": "yDe2kPBC" + } } } \ No newline at end of file