From b65225b619aa65adc6d3ac0b0abd3c178ccff7de Mon Sep 17 00:00:00 2001 From: booky10 Date: Mon, 29 Apr 2024 17:30:32 +0200 Subject: [PATCH] Add 1.20.6 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 fa00245..dd9a4dd 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.6", + "name": "1.20.6", + "world_version": 3839, + "series_id": "main", + "protocol_version": 766, + "pack_version": { + "resource": 32, + "data": 41 + }, + "build_time": "2024-04-29T12:38:06+00:00", + "java_component": "java-runtime-delta", + "java_version": 21, + "stable": true, + "use_editor": false + }, { "id": "1.20.6-rc1", "name": "1.20.6 Release Candidate 1",