From c374deb9924759eae5a317a23532e6d1dcc4a6f7 Mon Sep 17 00:00:00 2001 From: Jonas Herzig Date: Wed, 18 Jul 2018 22:22:51 +0200 Subject: [PATCH] Begin updating to 1.13 --- pom.xml | 2 +- .../com/github/steveice10/mc/protocol/MinecraftConstants.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index ab548990..fd48de14 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.steveice10 mcprotocollib - 1.12.2-3-SNAPSHOT + 1.13-1-SNAPSHOT jar MCProtocolLib diff --git a/src/main/java/com/github/steveice10/mc/protocol/MinecraftConstants.java b/src/main/java/com/github/steveice10/mc/protocol/MinecraftConstants.java index ea7db1a6..4118f9ef 100644 --- a/src/main/java/com/github/steveice10/mc/protocol/MinecraftConstants.java +++ b/src/main/java/com/github/steveice10/mc/protocol/MinecraftConstants.java @@ -2,8 +2,8 @@ package com.github.steveice10.mc.protocol; public class MinecraftConstants { // General Constants - public static final String GAME_VERSION = "1.12.2"; - public static final int PROTOCOL_VERSION = 340; + public static final String GAME_VERSION = "1.13"; + public static final int PROTOCOL_VERSION = 393; // General Key Constants public static final String PROFILE_KEY = "profile";