13
0
geforkt von Mirrors/Velocity

Minecraft 21w43a

Dieser Commit ist enthalten in:
Andrew Steinborn 2021-10-28 08:47:40 -04:00 committet von GitHub
Ursprung f4dc9ca70e
Commit 9f82af7d31
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

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