Skip to content

Commit

Permalink
Fixed Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
XDPXI committed Nov 27, 2024
1 parent 2d2c16c commit 04cea21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ dependencies {
modImplementation("net.fabricmc:fabric-loader:0.16.9")
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"))
include(implementation("org.json:json:20240303"))
include(modImplementation("maven.modrinth:ducky-updater-lib:2024.10.2"))

modImplementation("com.terraformersmc:modmenu:11.0.3")
modImplementation("me.shedaniel.cloth:cloth-config-fabric:16.0.141"){exclude(group: "net.fabricmc.fabric-api")}
Expand Down

0 comments on commit 04cea21

Please sign in to comment.