Skip to content

Commit

Permalink
Update item-nbt-api to support 1.21.2/3
Browse files Browse the repository at this point in the history
  • Loading branch information
Archy-X committed Nov 1, 2024
1 parent 3bd429d commit 6fab6db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bukkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ repositories {
mavenCentral()
mavenLocal()
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")
maven("https://github.com/deanveloper/SkullCreator/raw/mvn-repo")
maven("https://repo.aikar.co/content/groups/aikar/")
maven("https://hub.spigotmc.org/nexus/content/repositories/snapshots/")
maven("https://repo.codemc.io/repository/maven-public/")
Expand All @@ -36,7 +35,7 @@ dependencies {
implementation(project(":common"))
implementation(project(":api-bukkit"))
implementation("co.aikar:acf-paper:0.5.1-SNAPSHOT")
implementation("de.tr7zw:item-nbt-api:2.13.2")
implementation("de.tr7zw:item-nbt-api:2.13.3-SNAPSHOT")
implementation("org.bstats:bstats-bukkit:3.0.2")
implementation("net.kyori:adventure-text-minimessage:4.16.0")
implementation("net.kyori:adventure-platform-bukkit:4.3.3")
Expand Down

0 comments on commit 6fab6db

Please sign in to comment.