From f8a740ac7f42ecc446467527e3045dae7d6ae7fd Mon Sep 17 00:00:00 2001 From: twisti <76837088+twisti-dev@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:38:14 +0200 Subject: [PATCH 1/2] Update required game version and link in v.list --- Writerside/v.list | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Writerside/v.list b/Writerside/v.list index 0f660814..cfc8b9ea 100644 --- a/Writerside/v.list +++ b/Writerside/v.list @@ -2,9 +2,9 @@ - + + value="https://de.minecraft.wiki/w/26.1"/> From e229e5cfc589de108482d4342c43a56fa60eb183 Mon Sep 17 00:00:00 2001 From: twisti <76837088+twisti-dev@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:38:39 +0200 Subject: [PATCH 2/2] Update CONFIG_JSON_VERSION to 26.1 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1466b9d1..a5179e62 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ env: ALGOLIA_INDEX_NAME: docs_cast_crafter_community_server ALGOLIA_KEY: ${{ secrets.ALGOLIA_KEY }} CONFIG_JSON_PRODUCT: CCS - CONFIG_JSON_VERSION: 1.21.11 # This value should be updated with the version of the product + CONFIG_JSON_VERSION: 26.1 # This value should be updated with the version of the product jobs: build: