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] 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 } ] }