Apply fixes for Fabric 1.21.9 to build successfully
This commit is contained in:
parent
d6968f3303
commit
0d73f1447b
7 changed files with 24 additions and 25 deletions
|
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id 'fabric-loom' version '1.10.5'
|
||||
id 'fabric-loom' version '1.11-SNAPSHOT'
|
||||
}
|
||||
|
||||
archivesBaseName = "Dynmap"
|
||||
|
|
@ -8,7 +8,7 @@ group = parent.group
|
|||
|
||||
eclipse {
|
||||
project {
|
||||
name = "Dynmap(Fabric-1.21.6)"
|
||||
name = "Dynmap(Fabric-1.21.9)"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -34,7 +34,8 @@ dependencies {
|
|||
|
||||
shadow project(path: ':DynmapCore', configuration: 'shadow')
|
||||
|
||||
modCompileOnly "me.lucko:fabric-permissions-api:0.1-SNAPSHOT"
|
||||
// modCompileOnly "me.lucko:fabric-permissions-api:0.1-SNAPSHOT"
|
||||
modCompileOnly files("../libs/fabric-permissions-api-0.1.jar")
|
||||
compileOnly 'net.luckperms:api:5.4'
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue