Update spigot and resources to support 1.16

This commit is contained in:
Blue (Lukas Rieger) 2020-07-02 15:52:22 +02:00
parent 5282bdc284
commit 032a640255
4 changed files with 6 additions and 6 deletions

View File

@ -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')) {

View File

@ -55,8 +55,8 @@ import de.bluecolored.bluemap.core.world.BlockState;
*/
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",

View File

@ -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]

View File

@ -3,4 +3,4 @@ org.gradle.daemon=false
coreVersion=0.7.0
targetVersion=mc1.15
targetVersion=mc1.16