Skip to content

Commit

Permalink
Update Item NBT API
Browse files Browse the repository at this point in the history
  • Loading branch information
srnyx committed Mar 24, 2024
1 parent 4cc1c34 commit b235b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
exclude("org.slf4j", "slf4j-api")
}
implementationRelocate(project, "org.bstats:bstats-bukkit:3.0.2")
implementationRelocate(project, "de.tr7zw:item-nbt-api:2.12.2", "de.tr7zw.changeme.nbtapi") {
implementationRelocate(project, "de.tr7zw:item-nbt-api:2.12.3", "de.tr7zw.changeme.nbtapi") {
exclude("de.tr7zw", "functional-annotations")
}

Expand Down

0 comments on commit b235b91

Please sign in to comment.