This commit is contained in:
Gero
2023-05-13 09:59:55 +02:00
parent e0cf2e211f
commit 5ef90c46e3
3 changed files with 42 additions and 5 deletions

View File

@@ -61,7 +61,8 @@ public enum ProtocolVersion {
MINECRAFT_1_19(759, "1.19"),
MINECRAFT_1_19_1(760, "1.19.1", "1.19.2"),
MINECRAFT_1_19_3(761, "1.19.3"),
MINECRAFT_1_19_4(762, "1.19.4");
MINECRAFT_1_19_4(762, "1.19.4"),
MINECRAFT_1_20(763, "1.20");
private static final int SNAPSHOT_BIT = 30;