Update Java toolchain to 25, adjust dependencies, and add new booster type "SPEARS"

This commit is contained in:
2026-08-22 22:23:02 +02:00
parent 8e0a9ffdad
commit 81da9bac32
5 changed files with 11 additions and 4 deletions
+2 -2
View File
@@ -9,9 +9,9 @@ dependencies {
implementation(project(":boosters-api"))
compileOnly("com.alttd.cosmos:cosmos-api:26.2.build.17-stable")
// MyPet
compileOnly("de.keyle:mypet-api:4.0.0-SNAPSHOT")
compileOnly("de.keyle:mypet-api:4.0.1-SNAPSHOT")
// mcMMO
compileOnly("com.gmail.nossr50.mcMMO:mcMMO:2.2.004") {
compileOnly("com.gmail.nossr50.mcMMO:mcMMO:2.3.000") {
exclude("com.sk89q.worldguard")
}