Fix ColorInit and CustomMap deprecation warnings

This commit is contained in:
2026-06-12 09:49:32 +02:00
parent 117dbd08ae
commit 2d59eb81c7
4 changed files with 37 additions and 2 deletions
+6
View File
@@ -19,6 +19,7 @@
plugins {
steamwar.java
widener
}
dependencies {
@@ -32,6 +33,11 @@ dependencies {
compileOnly(libs.fawe)
}
widener {
fromCatalog(libs.nms)
fromCatalog(libs.paperapi)
}
tasks.register<DevServer>("DevLobby20") {
group = "run"
description = "Run a 1.20 Dev Lobby"