Update for 1.16.1

This commit is contained in:
DoctorMacc 2020-06-24 11:10:20 -04:00
parent d78305ef8d
commit 15d3b7436d
3 changed files with 3 additions and 7 deletions

View file

@ -5,7 +5,7 @@
<groupId>com.github.steveice10</groupId>
<artifactId>mcprotocollib</artifactId>
<version>1.16-SNAPSHOT</version>
<version>1.16.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>MCProtocolLib</name>

View file

@ -2,8 +2,8 @@ package com.github.steveice10.mc.protocol;
public class MinecraftConstants {
// General Constants
public static final String GAME_VERSION = "1.16";
public static final int PROTOCOL_VERSION = 735;
public static final String GAME_VERSION = "1.16.1";
public static final int PROTOCOL_VERSION = 736;
// General Key Constants
public static final String PROFILE_KEY = "profile";

View file

@ -1,4 +0,0 @@
package com.github.steveice10.mc.protocol.data.game.world.block.value;
public class BeaconValue implements BlockValue {
}