Fix fabric mc dependency and rename bukkit version to spigot to reflect the actual dependency

This commit is contained in:
Blue (Lukas Rieger) 2020-08-23 13:18:38 +02:00
parent 669b04ed7b
commit 8241095caf
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ dependencies {
build.dependsOn shadowJar {
destinationDir = file '../build/release'
archiveFileName = "BlueMap-${version}-bukkit.jar"
archiveFileName = "BlueMap-${version}-spigot.jar"
//relocate 'com.flowpowered.math', 'de.bluecolored.shadow.flowpowered.math' //DON'T relocate this, because the API depends on it
relocate 'com.typesafe.config', 'de.bluecolored.shadow.typesafe.config'

View File

@ -29,7 +29,7 @@
"depends": {
"fabricloader": ">=0.9.0",
"fabric": "*",
"minecraft": "1.16.x"
"minecraft": "1.16.2"
},
"suggests": {}
}