From 0a3a9e15348e706dd9c2b5543dfb15576490e5bf Mon Sep 17 00:00:00 2001 From: Invis <46322535+InvisRaidinq@users.noreply.github.com> Date: Fri, 22 Sep 2023 20:57:16 +0100 Subject: [PATCH] Add java 1.20.2 protocol id --- minecraft_versions.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/minecraft_versions.json b/minecraft_versions.json index c1e739e..629b905 100644 --- a/minecraft_versions.json +++ b/minecraft_versions.json @@ -147,6 +147,10 @@ { "name": "1.20.1", "protocolId": 763 - } + }, + { + "name": "1.20.2", + "protocolId": 764 + } ] }