From d87156cc708ff871f6e05ec29401201e19601016 Mon Sep 17 00:00:00 2001 From: "Andrew P. Harper" <115321970+KoopaCode@users.noreply.github.com> Date: Thu, 5 Mar 2026 21:20:25 -0500 Subject: [PATCH] Add projects.json with repository information --- projects.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 projects.json diff --git a/projects.json b/projects.json new file mode 100644 index 0000000..afeabb6 --- /dev/null +++ b/projects.json @@ -0,0 +1,24 @@ +{ + "repos": [ + { + "name": "smartcmd / MinecraftConsoles", + "url": "https://github.com/smartcmd/MinecraftConsoles", + "priority": 1 + }, + { + "name": "Archive Source Code Dump", + "url": "https://archive.org/download/minecraft-legacy-console-edition-source-code", + "priority": 2 + }, + { + "name": "gradenGnostic / Legacy Launcher", + "url": "https://github.com/gradenGnostic/LegacyLauncher", + "priority": 3 + }, + { + "name": "4jcraft / 4jcraft", + "url": "https://github.com/4jcraft/4jcraft", + "priority": 4 + } + ] +}