13
0
geforkt von Mirrors/Velocity

Snapshot 21w13a

Dieser Commit ist enthalten in:
Five (Xer) 2021-03-31 20:22:46 +02:00 committet von FivePB
Ursprung f6e023bf60
Commit 625fa9b0ad
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 37DED8CFF428E1A4

Datei anzeigen

@ -54,7 +54,7 @@ public enum ProtocolVersion {
MINECRAFT_1_16_2(751, "1.16.2"),
MINECRAFT_1_16_3(753, "1.16.3"),
MINECRAFT_1_16_4(754, "1.16.4", "1.16.5"),
MINECRAFT_1_17(-1, 19, "1.17"); // Snapshot: 21w11a, future protocol: 755
MINECRAFT_1_17(-1, 20, "1.17"); // Snapshot: 21w13a, future protocol: 755
private static final int SNAPSHOT_BIT = 30;