From 716018e85d1e60c5e6c094897615d214feb60fd2 Mon Sep 17 00:00:00 2001 From: booky10 Date: Wed, 22 May 2024 20:55:30 +0200 Subject: [PATCH] Add 24w21b 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 4fd989e..0f84bff 100644 --- a/web/src/main/resources/public/mc_versions.json +++ b/web/src/main/resources/public/mc_versions.json @@ -1,4 +1,20 @@ [ + { + "id": "24w21b", + "name": "24w21b", + "world_version": 3947, + "series_id": "main", + "protocol_version": 1073742022, + "pack_version": { + "resource": 34, + "data": 45 + }, + "build_time": "2024-05-22T16:23:01+00:00", + "java_component": "java-runtime-delta", + "java_version": 21, + "stable": false, + "use_editor": false + }, { "id": "24w21a", "name": "24w21a",