refactor: replace FancyLib dependency with project references

This commit is contained in:
Oliver
2025-03-29 20:31:35 +01:00
parent 2835584da9
commit 87e5901dcc
12 changed files with 15 additions and 14 deletions

View File

@@ -11,7 +11,7 @@ dependencies {
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")
compileOnly(project(":plugins:fancynpcs:api"))
compileOnly("de.oliver:FancyLib:37")
compileOnly(project(":libraries:common"))
compileOnly("org.lushplugins:ChatColorHandler:5.1.3")
}