mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2025-12-21 16:09:21 +00:00
[Update] Update adventure to 4.16.0
This commit is contained in:
@@ -49,13 +49,13 @@ dependencies {
|
||||
|
||||
implementation(project(":api"))
|
||||
implementation(project(":legacy-api"))
|
||||
implementation("net.kyori:adventure-api:4.15.0")
|
||||
implementation("net.kyori:adventure-api:4.16.0")
|
||||
implementation("net.kyori:adventure-platform-bukkit:4.3.2")
|
||||
implementation("com.github.Xiao-MoMi:AntiGriefLib:0.11")
|
||||
implementation("com.github.Xiao-MoMi:BiomeAPI:0.3")
|
||||
|
||||
compileOnly("net.kyori:adventure-text-minimessage:4.15.0")
|
||||
compileOnly("net.kyori:adventure-text-serializer-legacy:4.15.0")
|
||||
compileOnly("net.kyori:adventure-text-minimessage:4.16.0")
|
||||
compileOnly("net.kyori:adventure-text-serializer-legacy:4.16.0")
|
||||
compileOnly("de.tr7zw:item-nbt-api:2.12.3")
|
||||
compileOnly("org.bstats:bstats-bukkit:3.0.2")
|
||||
implementation("com.flowpowered:flow-nbt:2.0.2")
|
||||
|
||||
@@ -63,7 +63,7 @@ public enum Dependency {
|
||||
ADVENTURE_API(
|
||||
"net{}kyori",
|
||||
"adventure-api",
|
||||
"4.15.0",
|
||||
"4.16.0",
|
||||
null,
|
||||
"adventure-api",
|
||||
Relocation.of("adventure", "net{}kyori{}adventure")
|
||||
@@ -71,7 +71,7 @@ public enum Dependency {
|
||||
ADVENTURE_KEY(
|
||||
"net{}kyori",
|
||||
"adventure-key",
|
||||
"4.15.0",
|
||||
"4.16.0",
|
||||
null,
|
||||
"adventure-key",
|
||||
Relocation.of("adventure", "net{}kyori{}adventure")
|
||||
@@ -79,7 +79,7 @@ public enum Dependency {
|
||||
ADVENTURE_NBT(
|
||||
"net{}kyori",
|
||||
"adventure-nbt",
|
||||
"4.15.0",
|
||||
"4.16.0",
|
||||
null,
|
||||
"adventure-nbt",
|
||||
Relocation.of("adventure", "net{}kyori{}adventure")
|
||||
@@ -87,7 +87,7 @@ public enum Dependency {
|
||||
ADVENTURE_LEGACY_SERIALIZER(
|
||||
"net{}kyori",
|
||||
"adventure-text-serializer-legacy",
|
||||
"4.15.0",
|
||||
"4.16.0",
|
||||
null,
|
||||
"adventure-text-serializer-legacy",
|
||||
Relocation.of("adventure", "net{}kyori{}adventure")
|
||||
@@ -95,7 +95,7 @@ public enum Dependency {
|
||||
ADVENTURE_TEXT_LOGGER(
|
||||
"net{}kyori",
|
||||
"adventure-text-logger-slf4j",
|
||||
"4.15.0",
|
||||
"4.16.0",
|
||||
null,
|
||||
"adventure-text-logger-slf4j",
|
||||
Relocation.of("adventure", "net{}kyori{}adventure")
|
||||
@@ -103,7 +103,7 @@ public enum Dependency {
|
||||
ADVENTURE_GSON(
|
||||
"net{}kyori",
|
||||
"adventure-text-serializer-gson",
|
||||
"4.15.0",
|
||||
"4.16.0",
|
||||
null,
|
||||
"adventure-text-serializer-gson",
|
||||
Relocation.of("adventure", "net{}kyori{}adventure")
|
||||
@@ -111,7 +111,7 @@ public enum Dependency {
|
||||
ADVENTURE_GSON_LEGACY(
|
||||
"net{}kyori",
|
||||
"adventure-text-serializer-gson-legacy-impl",
|
||||
"4.15.0",
|
||||
"4.16.0",
|
||||
null,
|
||||
"adventure-text-serializer-gson-legacy-impl",
|
||||
Relocation.of("adventure", "net{}kyori{}adventure")
|
||||
@@ -143,7 +143,7 @@ public enum Dependency {
|
||||
ADVENTURE_TEXT_MINIMESSAGE(
|
||||
"net{}kyori",
|
||||
"adventure-text-minimessage",
|
||||
"4.15.0",
|
||||
"4.16.0",
|
||||
null,
|
||||
"adventure-text-minimessage",
|
||||
Relocation.of("adventure", "net{}kyori{}adventure")
|
||||
|
||||
Reference in New Issue
Block a user