mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-10 12:59:57 +01:00
Update spigot and resources to support 1.16
This commit is contained in:
parent
5282bdc284
commit
032a640255
@ -3,13 +3,13 @@ repositories {
|
||||
url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/'
|
||||
|
||||
content {
|
||||
includeGroup 'org.bukkit'
|
||||
includeGroup 'org.spigotmc'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
shadow "org.bukkit:bukkit:1.15.2-R0.1-SNAPSHOT"
|
||||
shadow "org.spigotmc:spigot-api:1.16.1-R0.1-SNAPSHOT"
|
||||
compile group: 'org.bstats', name: 'bstats-bukkit-lite', version: '1.5'
|
||||
|
||||
compile (project(':BlueMapCommon')) {
|
||||
|
@ -55,8 +55,8 @@
|
||||
*/
|
||||
public class ResourcePack {
|
||||
|
||||
public static final String MINECRAFT_CLIENT_VERSION = "1.15.2";
|
||||
public static final String MINECRAFT_CLIENT_URL = "https://launcher.mojang.com/v1/objects/e3f78cd16f9eb9a52307ed96ebec64241cc5b32d/client.jar";
|
||||
public static final String MINECRAFT_CLIENT_VERSION = "1.16.1";
|
||||
public static final String MINECRAFT_CLIENT_URL = "https://launcher.mojang.com/v1/objects/c9abbe8ee4fa490751ca70635340b7cf00db83ff/client.jar";
|
||||
|
||||
private static final String[] CONFIG_FILES = {
|
||||
"blockColors.json",
|
||||
|
@ -33,7 +33,7 @@ dependencies {
|
||||
}
|
||||
|
||||
build.dependsOn shadowJar {
|
||||
destinationDir = file '../build/release'
|
||||
destinationDir = file '../build/unsupported'
|
||||
archiveFileName = "BlueMap-${version}-forge.jar"
|
||||
|
||||
configurations = [project.configurations.include]
|
||||
|
@ -3,4 +3,4 @@ org.gradle.daemon=false
|
||||
|
||||
coreVersion=0.7.0
|
||||
|
||||
targetVersion=mc1.15
|
||||
targetVersion=mc1.16
|
||||
|
Loading…
Reference in New Issue
Block a user