Skip to content

Commit ffef059

Browse files
authored
Merge pull request #4 from Koora7334/master
fix relocation package for nbtapi
2 parents 91c5656 + 590057a commit ffef059

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ tasks.withType(ShadowJar::class.java) {
8383
relocate("com.google.gson", "io.fairyproject.libs.gson")
8484
relocate("com.github.retrooper.packetevents", "io.fairyproject.libs.packetevents")
8585
relocate("io.github.retrooper.packetevents", "io.fairyproject.libs.packetevents")
86+
relocate("de.tr7zw.changeme.nbtapi", "io.fairyproject.libs.nbtapi")
8687
relocate("io.fairyproject.bootstrap", "io.fairyproject.library.bootstrap")
87-
relocate("de.tr7zw.changeme.nbtapi", "io.faryprojects.libs.nbtapi")
8888

8989
archiveFileName.set("fairy-lib-plugin.jar")
9090
}

0 commit comments

Comments
 (0)