mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-27 21:26:17 +01:00
Add protocol version for 1.20.1
This commit is contained in:
parent
e3ede2371a
commit
2b1121e21e
@ -40,7 +40,7 @@ public final class MinecraftVersion implements Comparable<MinecraftVersion>, Ser
|
||||
/**
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user