Skip to content

Commit

Permalink
Removed DuckyUpdaterLib
Browse files Browse the repository at this point in the history
  • Loading branch information
XDPXI committed Nov 30, 2024
1 parent 0d9b954 commit 79fa3a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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/" }
Expand Down Expand Up @@ -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")
Expand Down
8 changes: 1 addition & 7 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,6 @@
"badges": [

]
},
"duckyupdater": {
"modrinthId": "yDe2kPBC",
"type": "release",
"featured": true
},
"fstats": "yDe2kPBC"
}
}
}

0 comments on commit 79fa3a5

Please sign in to comment.