mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2025-02-25 17:02:18 +01:00
Add protocol version for 1.20.1
This commit is contained in:
parent
2c48b1c019
commit
e3ede2371a
@ -88,6 +88,7 @@ public final class MinecraftProtocolVersion {
|
||||
map.put(new MinecraftVersion(1, 19, 4), 762);
|
||||
|
||||
map.put(new MinecraftVersion(1, 20, 0), 763);
|
||||
map.put(new MinecraftVersion(1, 20, 1), 764);
|
||||
return map;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user