File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff 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
163162remapJar {
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments