Do not apply a resource pack that has already been applied (#1236)

* Do not apply a resource pack that has already been applied

* Throw IllegalStateException in case of applying a resource pack already applied from the API

* Updated some dependencies

* Added support for ServerResourcePackSendEvent resource pack modification
This commit is contained in:
Adrian
2024-02-11 12:00:07 -05:00
committed by GitHub
parent 15897c5258
commit ef861819e3
9 changed files with 93 additions and 32 deletions

View File

@@ -17,7 +17,7 @@ pluginManagement {
}
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.4.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}
rootProject.name = "velocity"