mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2025-01-10 18:07:56 +01:00
Add support for Minecraft versions 18w22a to 1.13-pre1 (protocols 380 to 383).
This commit is contained in:
parent
d36a4170ed
commit
0a1776f97a
@ -107,6 +107,10 @@ SUPPORTED_MINECRAFT_VERSIONS = {
|
||||
'18w20c': 377,
|
||||
'18w21a': 378,
|
||||
'18w21b': 379,
|
||||
'18w22a': 380,
|
||||
'18w22b': 381,
|
||||
'18w22c': 382,
|
||||
'1.13-pre1': 383,
|
||||
}
|
||||
|
||||
SUPPORTED_PROTOCOL_VERSIONS = \
|
||||
|
Loading…
Reference in New Issue
Block a user