Skip to content

Commit

Permalink
Clean build jar
Browse files Browse the repository at this point in the history
  • Loading branch information
toxicity188 committed Dec 6, 2024
1 parent 7cf11fa commit 190a81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
//Kyori
modCompileOnly("net.fabricmc:fabric-loader:${project.properties["loader_version"]}")
modCompileOnly("net.fabricmc.fabric-api:fabric-api:${project.properties["fabric_version"]}")
modImplementation(include("net.kyori:adventure-platform-mod-shared-fabric-repack:6.1.0")!!)
modCompileOnly("net.kyori:adventure-platform-mod-shared-fabric-repack:6.1.0")
modImplementation(include("net.kyori:adventure-platform-fabric:6.1.0")!!)
}

Expand Down

0 comments on commit 190a81b

Please sign in to comment.