There was an error while loading. Please reload this page.
2 parents 91c5656 + 590057a commit ffef059Copy full SHA for ffef059
1 file changed
build.gradle.kts
@@ -83,8 +83,8 @@ tasks.withType(ShadowJar::class.java) {
83
relocate("com.google.gson", "io.fairyproject.libs.gson")
84
relocate("com.github.retrooper.packetevents", "io.fairyproject.libs.packetevents")
85
relocate("io.github.retrooper.packetevents", "io.fairyproject.libs.packetevents")
86
+ relocate("de.tr7zw.changeme.nbtapi", "io.fairyproject.libs.nbtapi")
87
relocate("io.fairyproject.bootstrap", "io.fairyproject.library.bootstrap")
- relocate("de.tr7zw.changeme.nbtapi", "io.faryprojects.libs.nbtapi")
88
89
archiveFileName.set("fairy-lib-plugin.jar")
90
}
0 commit comments