From 679291059549f314233dec19169149924690ac2a Mon Sep 17 00:00:00 2001 From: balugaq <129668183+balugaq@users.noreply.github.com> Date: Sat, 7 Dec 2024 13:40:25 +0800 Subject: [PATCH] Update repos.json --- frontend/public/repos.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/frontend/public/repos.json b/frontend/public/repos.json index 3ca7ce1..f521df8 100644 --- a/frontend/public/repos.json +++ b/frontend/public/repos.json @@ -2483,5 +2483,26 @@ } } } + }, + "balugaq/RSCEditor:main": { + "type": "maven", + "buildOptions": { + "name": "RSCEditor", + "version": "Build {version} (git {git_commit})" + }, + "displayOptions": { + "hidden": false, + "name": "RSCEditor", + "authors": ["balugaq"], + "keywords": ["RSC编辑器"], + "requirements": { + "java": { + "1": "20" + }, + "minecraft": { + "1": "1.20" + } + } + } } }