We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42345ed commit 9a6c029Copy full SHA for 9a6c029
build.gradle
@@ -67,7 +67,6 @@ allprojects {
67
maven { url = "https://maven.legacyfabric.net/" }
68
maven { url = "https://maven.terraformersmc.com/releases/" }
69
maven { url = "https://maven.nucleoid.xyz/" }
70
- maven { url = "https://jitpack.io/" }
71
}
72
73
dependencies {
@@ -157,7 +156,7 @@ dependencies {
157
156
mappings("net.fabricmc:yarn:1.14.4+build.18:v2")
158
159
includeJ8("com.viaversion:viaversion:${rootProject.viaver_version}")
160
- include("com.github.TinfoilMC:ClientCommands:1.1.0")
+ include("io.github.cottonmc:cotton-client-commands:1.1.0+1.15.2")
161
162
163
remapJar {
0 commit comments