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