Add protocol version for 1.20.1

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

View File

@ -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;
}