mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2025-01-23 08:01:39 +01:00
Add version data for Minecraft 1.12 (protocol 335).
This commit is contained in:
parent
bcf22b8312
commit
8d1dcec3e2
@ -60,6 +60,7 @@ SUPPORTED_MINECRAFT_VERSIONS = {
|
||||
'1.12-pre5': 332,
|
||||
'1.12-pre6': 333,
|
||||
'1.12-pre7': 334,
|
||||
'1.12': 335,
|
||||
}
|
||||
|
||||
SUPPORTED_PROTOCOL_VERSIONS = sorted(SUPPORTED_MINECRAFT_VERSIONS.values())
|
||||
|
Loading…
Reference in New Issue
Block a user