Skip to content

Commit 6fab6db

Browse files
committed
Update item-nbt-api to support 1.21.2/3
1 parent 3bd429d commit 6fab6db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bukkit/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ repositories {
1818
mavenCentral()
1919
mavenLocal()
2020
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")
21-
maven("https://github.com/deanveloper/SkullCreator/raw/mvn-repo")
2221
maven("https://repo.aikar.co/content/groups/aikar/")
2322
maven("https://hub.spigotmc.org/nexus/content/repositories/snapshots/")
2423
maven("https://repo.codemc.io/repository/maven-public/")
@@ -36,7 +35,7 @@ dependencies {
3635
implementation(project(":common"))
3736
implementation(project(":api-bukkit"))
3837
implementation("co.aikar:acf-paper:0.5.1-SNAPSHOT")
39-
implementation("de.tr7zw:item-nbt-api:2.13.2")
38+
implementation("de.tr7zw:item-nbt-api:2.13.3-SNAPSHOT")
4039
implementation("org.bstats:bstats-bukkit:3.0.2")
4140
implementation("net.kyori:adventure-text-minimessage:4.16.0")
4241
implementation("net.kyori:adventure-platform-bukkit:4.3.3")

0 commit comments

Comments
 (0)