Update support for Minecraft 1.15

This commit is contained in:
Blue (Lukas Rieger) 2020-02-08 17:24:34 +01:00
parent f62130f2cc
commit a7818287da
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ repositories {
}
dependencies {
shadow "org.bukkit:bukkit:1.14.4-R0.1-SNAPSHOT"
shadow "org.bukkit:bukkit:1.15.2-R0.1-SNAPSHOT"
compile group: 'org.bstats', name: 'bstats-bukkit-lite', version: '1.5'
compile project(':BlueMapCommon')
}

View File

@ -54,8 +54,8 @@ import de.bluecolored.bluemap.core.world.BlockState;
*/
public class ResourcePack {
public static final String MINECRAFT_CLIENT_VERSION = "1.14.4";
public static final String MINECRAFT_CLIENT_URL = "https://launcher.mojang.com/v1/objects/8c325a0c5bd674dd747d6ebaa4c791fd363ad8a9/client.jar";
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";
private static final String[] CONFIG_FILES = {
"blockColors.json",