Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-12-26 16:12:42 +01:00
Update OpenNBT to 2.1.2
Dieser Commit ist enthalten in:
Ursprung
9fd0d3e565
Commit
9ce3d8e567
@ -6,7 +6,7 @@ adventure = "4.12.0"
|
|||||||
gson = "2.10.1"
|
gson = "2.10.1"
|
||||||
fastutil = "8.5.11"
|
fastutil = "8.5.11"
|
||||||
flare = "2.0.1"
|
flare = "2.0.1"
|
||||||
openNBT = "2.1"
|
openNBT = "2.1.2"
|
||||||
|
|
||||||
# Common provided
|
# Common provided
|
||||||
netty = "4.0.20.Final"
|
netty = "4.0.20.Final"
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation(projects.viaversionCommon)
|
implementation(projects.viaversionCommon)
|
||||||
compileOnly(libs.velocity) {
|
compileOnly(libs.velocity) {
|
||||||
|
// Requires Java 11
|
||||||
exclude("com.velocitypowered", "velocity-brigadier")
|
exclude("com.velocitypowered", "velocity-brigadier")
|
||||||
}
|
}
|
||||||
annotationProcessor(libs.velocity)
|
annotationProcessor(libs.velocity)
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren