network: support for 1.17

This commit is contained in:
Bixilon 2021-06-08 17:55:05 +02:00
parent a180ba33cb
commit 1c3ebd274d
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4
4 changed files with 4 additions and 3 deletions

View File

@ -16,6 +16,7 @@ package de.bixilon.minosoft.protocol.protocol;
@SuppressWarnings("unused")
public class ProtocolVersions {
public static final int
V_1_17 = 788,
V_1_17_RC2 = 787,
V_1_17_RC1 = 786,
V_1_17_PRE5 = 785,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long