Skip to content

Commit

Permalink
Use self-published client commands
Browse files Browse the repository at this point in the history
FlorianMichael committed Jan 1, 2025

Verified

This commit was signed with the committer’s verified signature.
FlorianMichael FlorianMichael
1 parent 42345ed commit dc7566e
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -67,7 +67,6 @@ allprojects {
maven { url = "https://maven.legacyfabric.net/" }
maven { url = "https://maven.terraformersmc.com/releases/" }
maven { url = "https://maven.nucleoid.xyz/" }
maven { url = "https://jitpack.io/" }
}

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

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

remapJar {
2 changes: 1 addition & 1 deletion viafabric-mc1144/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -4,5 +4,5 @@ dependencies {

modImplementation("net.fabricmc.fabric-api:fabric-api:0.28.5+1.14")
modImplementation("io.github.prospector:modmenu:1.7.17+build.1")
modImplementation("com.github.TinfoilMC:ClientCommands:1.1.0")
modImplementation("io.github.cottonmc:cotton-client-commands:1.1.0+1.15.2")
}
2 changes: 1 addition & 1 deletion viafabric-mc1152/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -4,5 +4,5 @@ dependencies {

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

0 comments on commit dc7566e

Please sign in to comment.