mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-24 03:25:19 +01:00
Update fabric-loop, explicitly set archivesBaseName to 'luckperms' (#2880)
This commit is contained in:
parent
1df66255e4
commit
4564a97371
@ -2,9 +2,11 @@ import net.fabricmc.loom.task.RemapJarTask
|
||||
|
||||
plugins {
|
||||
id 'com.github.johnrengelman.shadow' version '4.0.1'
|
||||
id 'fabric-loom' version '0.5-SNAPSHOT'
|
||||
id 'fabric-loom' version '0.6-SNAPSHOT'
|
||||
}
|
||||
|
||||
archivesBaseName = 'luckperms'
|
||||
|
||||
repositories {
|
||||
maven { url 'https://maven.fabricmc.net/' }
|
||||
mavenLocal()
|
||||
|
@ -27,7 +27,7 @@
|
||||
]
|
||||
},
|
||||
"mixins": [
|
||||
"mixins.luckperms.json"
|
||||
"luckperms.mixins.json"
|
||||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=0.9.0",
|
||||
|
Loading…
Reference in New Issue
Block a user