From 3f33c8fbb8b5b5e56dcf9ec0db7087b55f303339 Mon Sep 17 00:00:00 2001 From: booky10 Date: Thu, 13 Jun 2024 17:09:23 +0200 Subject: [PATCH] Add 1.21 data to web version info --- web/src/main/resources/public/mc_versions.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/web/src/main/resources/public/mc_versions.json b/web/src/main/resources/public/mc_versions.json index 119115a..a13a15a 100644 --- a/web/src/main/resources/public/mc_versions.json +++ b/web/src/main/resources/public/mc_versions.json @@ -1,4 +1,20 @@ [ + { + "id": "1.21", + "name": "1.21", + "world_version": 3953, + "series_id": "main", + "protocol_version": 767, + "pack_version": { + "resource": 34, + "data": 48 + }, + "build_time": "2024-06-13T08:21:21+00:00", + "java_component": "java-runtime-delta", + "java_version": 21, + "stable": true, + "use_editor": false + }, { "id": "1.21-rc1", "name": "1.21 Release Candidate 1",