Update fabric-loop, explicitly set archivesBaseName to 'luckperms' (#2880)

This commit is contained in:
Luck 2021-03-19 20:39:42 +00:00
parent 1df66255e4
commit 4564a97371
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B
3 changed files with 4 additions and 2 deletions

View File

@ -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()

View File

@ -27,7 +27,7 @@
]
},
"mixins": [
"mixins.luckperms.json"
"luckperms.mixins.json"
],
"depends": {
"fabricloader": ">=0.9.0",