There was an error while loading. Please reload this page.
1 parent 8f85f85 commit 93a0ba4Copy full SHA for 93a0ba4
1 file changed
build.gradle.kts
@@ -84,7 +84,10 @@ tasks {
84
shadowJar {
85
relocate("org.bstats", "fluffymachines.libs.bstats")
86
archiveFileName.set("FluffyMachines-$displayVersion.jar")
87
- relocate("dev.j3fftw.extrautils", "io.ncbpfluffybear.fluffymachines.extrautils")
+ relocate("dev.j3fftw.extrautils", "io.ncbpfluffybear.fluffymachines.extrautils")
88
+ // Bundled ExtraUtils is compiled against upstream Slimefun4; repoint its API refs to our
89
+ // slimefun5 package (core provides slimefun5 at runtime).
90
+ relocate("io.github.thebusybiscuit.slimefun4", "io.github.thebusybiscuit.slimefun5")
91
exclude("META-INF/**")
92
}
93
build {
0 commit comments