From 754fb539243249d187e3b505a987e461c7a63670 Mon Sep 17 00:00:00 2001 From: Invis <46322535+InvisRaidinq@users.noreply.github.com> Date: Wed, 7 Jun 2023 16:37:20 +0100 Subject: [PATCH 1/4] Add 1.20 support 1.20 support with the protocol version found on https://wiki.vg/Protocol_version_numbers --- minecraft_versions.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/minecraft_versions.json b/minecraft_versions.json index 1556bfe..08e9034 100644 --- a/minecraft_versions.json +++ b/minecraft_versions.json @@ -143,6 +143,10 @@ { "name": "1.19.4", "protocolId": 762 + }, + { + "name": "1.20", + "protocolId": 763 } ] } From 45d8d99722da371cf28274472c1e90fe54700ba9 Mon Sep 17 00:00:00 2001 From: Invis <46322535+InvisRaidinq@users.noreply.github.com> Date: Tue, 13 Jun 2023 16:49:26 +0100 Subject: [PATCH 2/4] Add 1.21 protocol --- minecraft_versions.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/minecraft_versions.json b/minecraft_versions.json index 08e9034..86af008 100644 --- a/minecraft_versions.json +++ b/minecraft_versions.json @@ -147,6 +147,10 @@ { "name": "1.20", "protocolId": 763 - } + }, + { + "name": "1.21", + "protocolId": 763 + } ] } From a3290031874e017300ccd5f4fe08140b284c37ed Mon Sep 17 00:00:00 2001 From: Invis <46322535+InvisRaidinq@users.noreply.github.com> Date: Tue, 13 Jun 2023 16:50:06 +0100 Subject: [PATCH 3/4] Add 1.20.1 protocol --- minecraft_versions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minecraft_versions.json b/minecraft_versions.json index 86af008..04b926e 100644 --- a/minecraft_versions.json +++ b/minecraft_versions.json @@ -149,7 +149,7 @@ "protocolId": 763 }, { - "name": "1.21", + "name": "1.20.1", "protocolId": 763 } ] From c40f7255d2ba761e27e153b0ea96087c4b649776 Mon Sep 17 00:00:00 2001 From: Invis <46322535+InvisRaidinq@users.noreply.github.com> Date: Fri, 16 Jun 2023 09:03:43 +0100 Subject: [PATCH 4/4] Remove 1.20 duplicate protocol version --- minecraft_versions.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/minecraft_versions.json b/minecraft_versions.json index 04b926e..c1e739e 100644 --- a/minecraft_versions.json +++ b/minecraft_versions.json @@ -144,10 +144,6 @@ "name": "1.19.4", "protocolId": 762 }, - { - "name": "1.20", - "protocolId": 763 - }, { "name": "1.20.1", "protocolId": 763