fancynpcs: Rename the api module to fn-api

This commit is contained in:
Oliver
2025-05-17 10:30:14 +02:00
parent 8136662ca6
commit 36f666881a
52 changed files with 16 additions and 16 deletions

View File

@@ -8,7 +8,7 @@ val minecraftVersion = "1.19.4"
dependencies {
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")
compileOnly(project(":plugins:fancynpcs:api"))
compileOnly(project(":plugins:fancynpcs:fn-api"))
compileOnly(project(":libraries:common"))
compileOnly("org.lushplugins:ChatColorHandler:5.1.3")
}