Compare commits
2 Commits
67d63faeca
...
873fca763d
| Author | SHA1 | Date | |
|---|---|---|---|
| 873fca763d | |||
| e99407132f |
@ -92,7 +92,7 @@ public enum ProtocolVersion implements Ordered<ProtocolVersion> {
|
|||||||
MINECRAFT_1_21_4(769, "1.21.4"),
|
MINECRAFT_1_21_4(769, "1.21.4"),
|
||||||
MINECRAFT_1_21_5(770, "1.21.5"),
|
MINECRAFT_1_21_5(770, "1.21.5"),
|
||||||
MINECRAFT_1_21_6(771, "1.21.6"),
|
MINECRAFT_1_21_6(771, "1.21.6"),
|
||||||
MINECRAFT_1_21_7(772, "1.21.7");
|
MINECRAFT_1_21_7(772, "1.21.7", "1.21.8");
|
||||||
|
|
||||||
private static final int SNAPSHOT_BIT = 30;
|
private static final int SNAPSHOT_BIT = 30;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user