13
0
geforkt von Mirrors/Velocity

Minecraft 1.18-pre2

Dieser Commit ist enthalten in:
Andrew Steinborn 2021-11-16 22:06:09 -05:00 committet von GitHub
Ursprung 5af53f2d77
Commit 9bf82c52fd
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, 49, "1.18"); // Snapshot: 1.18-pre1, future protocol: 757
MINECRAFT_1_18(-1, 50, "1.18"); // Snapshot: 1.18-pre1, future protocol: 757
private static final int SNAPSHOT_BIT = 30;