Skip to content

Commit

Permalink
Fix wrong nbt api dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreeam-qwq committed Jun 28, 2024
1 parent 04211ae commit 0efbf66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
implementation("org.bstats:bstats-bukkit:3.0.2")
implementation("com.tcoded:FoliaLib:0.4.0")
implementation("com.github.cryptomorin:XSeries:11.2.0")
implementation("de.tr7zw:item-nbt-api-plugin:2.13.1")
implementation("de.tr7zw:item-nbt-api:2.13.1")
compileOnly("dev.rosewood.rosestacker:RoseStacker:1.5.22")

implementation("net.kyori:adventure-platform-bukkit:4.3.3")
Expand Down

0 comments on commit 0efbf66

Please sign in to comment.