From 70c3d942016e7f937770cabae803987ec87d0995 Mon Sep 17 00:00:00 2001 From: booky10 Date: Fri, 3 May 2024 14:48:14 +0200 Subject: [PATCH] Add 24w18a 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 dd9a4dd..1213b01 100644 --- a/web/src/main/resources/public/mc_versions.json +++ b/web/src/main/resources/public/mc_versions.json @@ -1,4 +1,20 @@ [ + { + "id": "24w18a", + "name": "24w18a", + "world_version": 3940, + "series_id": "main", + "protocol_version": 1073742017, + "pack_version": { + "resource": 33, + "data": 42 + }, + "build_time": "2024-05-03T12:05:46+00:00", + "java_component": "java-runtime-delta", + "java_version": 21, + "stable": false, + "use_editor": false + }, { "id": "1.20.6", "name": "1.20.6",