From a7d9e15a748645624c5e602e35634aa203f0ee08 Mon Sep 17 00:00:00 2001 From: booky10 <53302036+booky10@users.noreply.github.com> Date: Thu, 18 Apr 2024 16:29:58 +0200 Subject: [PATCH] Add 1.20.5-rc1 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 99eba94..70a8214 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.20.5-rc1", + "name": "1.20.5 Release Candidate 1", + "world_version": 3834, + "series_id": "main", + "protocol_version": 1073742013, + "pack_version": { + "resource": 32, + "data": 41 + }, + "build_time": "2024-04-18T11:42:29+00:00", + "java_component": "java-runtime-delta", + "java_version": 21, + "stable": false, + "use_editor": false + }, { "id": "1.20.5-pre4", "name": "1.20.5 Pre-Release 4",