Start working on 1.19.4

This commit is contained in:
Nassim Jahnke
2023-02-27 18:23:43 +01:00
parent 9122d70ffe
commit 31e557c80b
3 changed files with 48 additions and 3 deletions

View File

@@ -60,7 +60,8 @@ public enum ProtocolVersion {
MINECRAFT_1_18_2(758, "1.18.2"),
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_3(761, "1.19.3"),
MINECRAFT_1_19_4(762, "1.19.4");
private static final int SNAPSHOT_BIT = 30;