Reuse me.lucko:fabric-permissions-api with updated version

This commit is contained in:
ReuS 2025-10-09 08:26:22 +11:00
parent e7e85888dc
commit 4fd96ec07c
10 changed files with 8 additions and 14 deletions

View file

@ -34,7 +34,7 @@ dependencies {
shadow project(path: ':DynmapCore', configuration: 'shadow')
modCompileOnly files("../libs/external/fabric-permissions-api-v0.1.jar")
modCompileOnly "me.lucko:fabric-permissions-api:0.4.0"
compileOnly 'net.luckperms:api:5.4'
}