Add projects.json with repository information

This commit is contained in:
Andrew P. Harper
2026-03-05 21:20:25 -05:00
committed by GitHub
commit d87156cc70

24
projects.json Normal file
View File

@@ -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
}
]
}