Add protocol version for 1.20.1

This commit is contained in:
Noltox 2023-07-03 09:48:37 +02:00 committed by GitHub
parent e3ede2371a
commit 2b1121e21e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ public final class MinecraftVersion implements Comparable<MinecraftVersion>, Ser
/** /**
* Version 1.20 - the trails and tails update * Version 1.20 - the trails and tails update
*/ */
public static final MinecraftVersion TRAILS_AND_TAILS = new MinecraftVersion("1.20"); public static final MinecraftVersion TRAILS_AND_TAILS = new MinecraftVersion("1.20.1");
/** /**
* Version 1.19.4 - the rest of the feature preview * Version 1.19.4 - the rest of the feature preview