Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-03 14:50:30 +01:00
Support for 16w21a, how fun. A snapshot without packet changes
Dieser Commit ist enthalten in:
Ursprung
6eac61c912
Commit
9d9fc65633
@ -29,7 +29,7 @@ public class ProtocolVersion {
|
||||
register(v1_9_1 = new ProtocolVersion(108, "1.9.1"));
|
||||
register(v1_9_2 = new ProtocolVersion(109, "1.9.2"));
|
||||
register(v1_9_3 = new ProtocolVersion(110, "1.9.3/4"));
|
||||
register(SNAPSHOT = new ProtocolVersion(201, "16w20a"));
|
||||
register(SNAPSHOT = new ProtocolVersion(202, "16w21a"));
|
||||
}
|
||||
|
||||
public static void register(@NonNull ProtocolVersion protocol) {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren