From 8ad254fd344b2d85a2dbffd7bb7c42066d8824d6 Mon Sep 17 00:00:00 2001 From: krypek Date: Wed, 23 Oct 2024 17:41:39 +0200 Subject: [PATCH] Add CCLoader manifest to the catalog --- src/api/json/catalog.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index 8f2a0d14d12..af3820214dd 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -7106,6 +7106,12 @@ "**/.waku.json" ], "url": "https://waku.ngjx.org/static/schema.json" + }, + { + "name": "ccmod.json", + "description": "Mod manifset file for the CCLoader mod loader for the game CrossCode", + "fileMatch": ["ccmod.json"], + "url": "https://raw.githubusercontent.com/CCDirectLink/CCModDB/refs/heads/master/ccmod-json-schema.json" } ] }