mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-04 18:09:41 +01:00
Fix fabric mc dependency and rename bukkit version to spigot to reflect the actual dependency
This commit is contained in:
parent
669b04ed7b
commit
8241095caf
@ -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'
|
||||
|
@ -29,7 +29,7 @@
|
||||
"depends": {
|
||||
"fabricloader": ">=0.9.0",
|
||||
"fabric": "*",
|
||||
"minecraft": "1.16.x"
|
||||
"minecraft": "1.16.2"
|
||||
},
|
||||
"suggests": {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user