Update for 1.16

This commit is contained in:
DoctorMacc 2020-06-23 09:34:12 -04:00
parent 0471fa89f4
commit 3ea1059a62
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@ public class GeyserConnector {
public static final ObjectMapper JSON_MAPPER = new ObjectMapper().disable(DeserializationFeature.FAIL_ON_IGNORED_PROPERTIES);
public static final BedrockPacketCodec BEDROCK_PACKET_CODEC = Bedrock_v407.V407_CODEC; // As of this time this is in a PR
public static final BedrockPacketCodec BEDROCK_PACKET_CODEC = Bedrock_v407.V407_CODEC;
public static final String NAME = "Geyser";
public static final String VERSION = "DEV"; // A fallback for running in IDEs