mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-27 21:26:17 +01:00
Add 1.12 protocol version
This commit is contained in:
parent
52e396b25d
commit
7c9bbc3f6c
@ -44,7 +44,7 @@ public class MinecraftProtocolVersion {
|
||||
map.put(new MinecraftVersion(1, 10, 0), 210);
|
||||
map.put(new MinecraftVersion(1, 11, 0), 315);
|
||||
map.put(new MinecraftVersion(1, 11, 1), 316);
|
||||
// 1.12 will be >= 330
|
||||
map.put(new MinecraftVersion(1, 12, 0), 335);
|
||||
return map;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user