Skip to content

Commit dc7566e

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

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
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 {

viafabric-mc1144/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ dependencies {
44

55
modImplementation("net.fabricmc.fabric-api:fabric-api:0.28.5+1.14")
66
modImplementation("io.github.prospector:modmenu:1.7.17+build.1")
7-
modImplementation("com.github.TinfoilMC:ClientCommands:1.1.0")
7+
modImplementation("io.github.cottonmc:cotton-client-commands:1.1.0+1.15.2")
88
}

viafabric-mc1152/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ dependencies {
44

55
modImplementation("net.fabricmc.fabric-api:fabric-api:0.28.5+1.15")
66
modImplementation("io.github.prospector:modmenu:1.10.4+build.1")
7-
modImplementation("com.github.TinfoilMC:ClientCommands:1.1.0")
7+
modImplementation("io.github.cottonmc:cotton-client-commands:1.1.0+1.15.2")
88
}

0 commit comments

Comments
 (0)