Fix unreachable fabric-permissions-api dependency
This commit is contained in:
parent
68fe8fdb8f
commit
e7e85888dc
11 changed files with 16 additions and 11 deletions
|
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id 'fabric-loom' version '1.10.5'
|
||||
id 'fabric-loom' version '1.11-SNAPSHOT'
|
||||
}
|
||||
|
||||
archivesBaseName = "Dynmap"
|
||||
|
|
@ -34,7 +34,7 @@ dependencies {
|
|||
|
||||
shadow project(path: ':DynmapCore', configuration: 'shadow')
|
||||
|
||||
modCompileOnly "me.lucko:fabric-permissions-api:0.1-SNAPSHOT"
|
||||
modCompileOnly files("../libs/external/fabric-permissions-api-v0.1.jar")
|
||||
compileOnly 'net.luckperms:api:5.4'
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue