forked from SteamWar/SteamWar
Fix ColorInit and CustomMap deprecation warnings
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user