Skip to content

Commit 9a6c029

Browse files
committed
Use self-published client commands
1 parent 42345ed commit 9a6c029

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ allprojects {
6767
maven { url = "https://maven.legacyfabric.net/" }
6868
maven { url = "https://maven.terraformersmc.com/releases/" }
6969
maven { url = "https://maven.nucleoid.xyz/" }
70-
maven { url = "https://jitpack.io/" }
7170
}
7271

7372
dependencies {
@@ -157,7 +156,7 @@ dependencies {
157156
mappings("net.fabricmc:yarn:1.14.4+build.18:v2")
158157

159158
includeJ8("com.viaversion:viaversion:${rootProject.viaver_version}")
160-
include("com.github.TinfoilMC:ClientCommands:1.1.0")
159+
include("io.github.cottonmc:cotton-client-commands:1.1.0+1.15.2")
161160
}
162161

163162
remapJar {

0 commit comments

Comments
 (0)