We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cd1660 commit 04069d3Copy full SHA for 04069d3
build.gradle
@@ -30,7 +30,7 @@ repositories {
30
}
31
32
dependencies {
33
- compileOnly "de.tr7zw:item-nbt-api-plugin:2.13.1"
+ compileOnly "de.tr7zw:item-nbt-api-plugin:2.13.2"
34
compileOnly "io.papermc.paper:paper-api:1.21.1-R0.1-SNAPSHOT"
35
implementation "org.bstats:bstats-bukkit:3.0.2"
36
implementation "org.jetbrains:annotations:24.1.0"
@@ -54,7 +54,7 @@ processResources {
54
tasks {
55
runServer {
56
downloadPlugins {
57
- modrinth("nbtapi", "2.13.1")
+ modrinth("nbtapi", "2.13.2")
58
59
minecraftVersion "1.21.1"
60
0 commit comments