Update to 1.21.6 using cosmos

This commit is contained in:
2025-06-28 04:05:44 +02:00
parent 948efe14fc
commit d76dd403fb
11 changed files with 219 additions and 151 deletions
+4 -2
View File
@@ -3,7 +3,9 @@ plugins {
}
dependencies {
compileOnly("com.alttd:Galaxy-API:1.21-R0.1-SNAPSHOT")
compileOnly("com.alttd.cosmos:cosmos-api:1.21.6-R0.1-SNAPSHOT") {
isChanging = true
}
compileOnly("org.spongepowered:configurate-yaml:4.1.2") // Configurate
compileOnly("net.luckperms:api:5.3") // Luckperms
@@ -21,4 +23,4 @@ publishing {
credentials(PasswordCredentials::class)
}
}
}
}