Tested with 1.16.5

This commit is contained in:
Dan Mulloy 2021-01-24 17:14:32 -05:00
parent 30fe81d366
commit 8f7b530613
No known key found for this signature in database
GPG Key ID: BFACD592A5F0DFD6

View File

@ -38,12 +38,12 @@ public class ProtocolLibrary {
/**
* The maximum version ProtocolLib has been tested with.
*/
public static final String MAXIMUM_MINECRAFT_VERSION = "1.16.1";
public static final String MAXIMUM_MINECRAFT_VERSION = "1.16.5";
/**
* The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.16.1) was released.
* The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.16.5) was released.
*/
public static final String MINECRAFT_LAST_RELEASE_DATE = "2020-06-25";
public static final String MINECRAFT_LAST_RELEASE_DATE = "2021-01-15";
/**
* Plugins that are currently incompatible with ProtocolLib.