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