Archiviert
13
0

Add 1.12 protocol version

Dieser Commit ist enthalten in:
Dan Mulloy 2017-06-09 15:08:04 -04:00
Ursprung 52e396b25d
Commit 7c9bbc3f6c

Datei anzeigen

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