From f050eaaa5e6df8c9009b9af90c54773fad66f001 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 14:16:15 +0000 Subject: [PATCH] Add 1.21.3 to pc protocolVersions.json --- data/pc/common/protocolVersions.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/pc/common/protocolVersions.json b/data/pc/common/protocolVersions.json index 493c6dd29..ce26fffd9 100644 --- a/data/pc/common/protocolVersions.json +++ b/data/pc/common/protocolVersions.json @@ -1,4 +1,12 @@ [ + { + "minecraftVersion": "1.21.3", + "version": 768, + "dataVersion": 4082, + "usesNetty": true, + "majorVersion": "1.21", + "releaseType": "release" + }, { "minecraftVersion": "1.21.2", "version": 768,