Minecraft 21w42a

This commit is contained in:
Andrew Steinborn
2021-10-26 17:39:14 -04:00
committed by GitHub
parent 311133a4d3
commit f4dc9ca70e

View File

@@ -56,7 +56,7 @@ public enum ProtocolVersion {
MINECRAFT_1_16_4(754, "1.16.4", "1.16.5"), MINECRAFT_1_16_4(754, "1.16.4", "1.16.5"),
MINECRAFT_1_17(755, "1.17"), MINECRAFT_1_17(755, "1.17"),
MINECRAFT_1_17_1(756, "1.17.1"), MINECRAFT_1_17_1(756, "1.17.1"),
MINECRAFT_1_18(-1, 45, "1.18"); // Snapshot: 21w41a, future protocol: 757 MINECRAFT_1_18(-1, 46, "1.18"); // Snapshot: 21w42a, future protocol: 757
private static final int SNAPSHOT_BIT = 30; private static final int SNAPSHOT_BIT = 30;