From 6d9d15845abff05553c1110f95ae9926fbdf4eb3 Mon Sep 17 00:00:00 2001 From: Sillyfrog Date: Wed, 29 May 2019 15:37:25 +1000 Subject: [PATCH] Support for 1.14.2 (same packet format) --- minecraft/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/minecraft/__init__.py b/minecraft/__init__.py index 54e34bd..cab3465 100644 --- a/minecraft/__init__.py +++ b/minecraft/__init__.py @@ -176,6 +176,7 @@ SUPPORTED_MINECRAFT_VERSIONS = { '1.14.1 Pre-Release 1': 478, '1.14.1 Pre-Release 2': 479, '1.14.1': 480, + '1.14.2': 485, } # Those Minecraft versions supported by pyCraft which are "release" versions,