From 6da613bbb8c5181ef36e4ad63c6b72317f8213b3 Mon Sep 17 00:00:00 2001 From: Joni Date: Thu, 6 Jun 2019 05:27:16 +0300 Subject: [PATCH] Added PC 1.14 protocol version (#119) --- config.json | 3 ++- minecraft.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index eea228f..395a461 100644 --- a/config.json +++ b/config.json @@ -35,7 +35,8 @@ 210, 315, 335, - 393 + 393, + 477 ], "PE": [ 0 diff --git a/minecraft.json b/minecraft.json index 7b61d02..fd1a349 100644 --- a/minecraft.json +++ b/minecraft.json @@ -8,7 +8,8 @@ "210": "1.10", "315": "1.11", "335": "1.12", - "393": "1.13" + "393": "1.13", + "477": "1.14" } } }