mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-24 11:38:40 +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 {
|
plugins {
|
||||||
id 'com.github.johnrengelman.shadow' version '4.0.1'
|
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 {
|
repositories {
|
||||||
maven { url 'https://maven.fabricmc.net/' }
|
maven { url 'https://maven.fabricmc.net/' }
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"mixins": [
|
"mixins": [
|
||||||
"mixins.luckperms.json"
|
"luckperms.mixins.json"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.9.0",
|
"fabricloader": ">=0.9.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user