From 0d28271c962f6f4958cc685dd45bfa86daafc076 Mon Sep 17 00:00:00 2001 From: Sillyfrog Date: Wed, 24 Jun 2020 13:50:29 +1000 Subject: [PATCH] v1.16 release support --- minecraft/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/minecraft/__init__.py b/minecraft/__init__.py index 442a974..c74065f 100644 --- a/minecraft/__init__.py +++ b/minecraft/__init__.py @@ -247,6 +247,7 @@ SUPPORTED_MINECRAFT_VERSIONS = { '1.16 Pre-release 4': 727, '1.16 Pre-release 5': 729, '1.16 Release Candidate 1':734, + '1.16': 735, } # Those Minecraft versions supported by pyCraft which are "release" versions,