Skip to content

Commit e7839f2

Browse files
committed
depend on unshaded plugin
1 parent fc43055 commit e7839f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/src/main/kotlin/me.xginko.aef.wrapper.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ repositories {
5050
dependencies {
5151
compileOnly("org.apache.logging.log4j:log4j-core:2.23.1") // Better logger
5252
compileOnly("com.github.retrooper:packetevents-spigot:2.9.4") // Cross version packet handling
53-
compileOnly("de.tr7zw:item-nbt-api:2.15.1") // Cross version nbt handling
53+
compileOnly("de.tr7zw:item-nbt-api-plugin:2.15.1") // Cross version nbt handling
5454
compileOnly("com.mojang:brigadier:1.0.18") // Used in command unregister hack
5555
api("com.github.thatsmusic99:ConfigurationMaster-API:v2.0.0-rc.3") // Enhanced config management
5656
api("com.github.cryptomorin:XSeries:13.3.3") // Crossversion Entity, material, potion, item, etc. handling

0 commit comments

Comments
 (0)