1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-03 03:12:46 +02:00

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
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",