From 3fe5997a89a2af5725feed8a297d4a45366367b0 Mon Sep 17 00:00:00 2001 From: booky10 Date: Sat, 18 May 2024 15:18:03 +0200 Subject: [PATCH] Add 24w20a 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 f57c30f..34664e2 100644 --- a/web/src/main/resources/public/mc_versions.json +++ b/web/src/main/resources/public/mc_versions.json @@ -1,4 +1,20 @@ [ + { + "id": "24w20a", + "name": "24w20a", + "world_version": 3944, + "series_id": "main", + "protocol_version": 1073742020, + "pack_version": { + "resource": 33, + "data": 44 + }, + "build_time": "2024-05-15T11:57:59+00:00", + "java_component": "java-runtime-delta", + "java_version": 21, + "stable": false, + "use_editor": false + }, { "id": "24w19b", "name": "24w19b",