Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

Commit 49fcb92

Browse files
committed
Tweak kyori shading
1 parent 5a5bea6 commit 49fcb92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tasks.withType(JavaCompile) {
3838
shadowJar {
3939
relocate 'de.themoep.inventorygui', 'net.william278.huskhomes.gui.libraries.inventorygui'
4040
relocate 'de.themoep.minedown', 'net.william278.huskhomes.gui.libraries.minedown'
41-
relocate 'net.kyori.adventure', 'net.william278.huskhomes.gui.libraries.adventure'
41+
relocate 'net.kyori', 'net.william278.huskhomes.gui.libraries'
4242
}
4343

4444
jar {

0 commit comments

Comments
 (0)