From 2d93e41413688e3019e3b9d70ddb7481f9b09b24 Mon Sep 17 00:00:00 2001 From: GatoWare <138316044+OxyZin@users.noreply.github.com> Date: Tue, 10 Mar 2026 13:32:42 -0300 Subject: [PATCH 1/4] Add OxyZin / LegacyConsoleLauncher project entry --- projects.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/projects.json b/projects.json index bf61a42..64a776e 100644 --- a/projects.json +++ b/projects.json @@ -46,6 +46,13 @@ "url": "https://github.com/ASAOddball1/Java-to-MLCE-Texture-Pack-Converter/tree/main", "priority": 7, "tag": "converter" + }, + { + "name": "OxyZin / LegacyConsoleLauncher", + "url": "https://github.com/OxyZin/LegacyConsoleLauncher", + "priority": 8, + "tag": "launcher", + "mirror": "https://github.com/OxyZin/LegacyConsoleLauncher/releases/download/v1.4.0/LegacyConsoleLauncher-Setup-v1.4.0.exe" } ] } From 6e7763a8e66b1272202f57258c04ebc3f113b6af Mon Sep 17 00:00:00 2001 From: lolali054 <62222309+lolali054@users.noreply.github.com> Date: Wed, 11 Mar 2026 01:14:04 -0400 Subject: [PATCH 2/4] Fix JSON formatting in projects.json --- projects.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects.json b/projects.json index 64a776e..c43e129 100644 --- a/projects.json +++ b/projects.json @@ -47,7 +47,7 @@ "priority": 7, "tag": "converter" }, - { + { "name": "OxyZin / LegacyConsoleLauncher", "url": "https://github.com/OxyZin/LegacyConsoleLauncher", "priority": 8, From 06de488e49395957df55651964d3c715b0b7e081 Mon Sep 17 00:00:00 2001 From: lolali054 <62222309+lolali054@users.noreply.github.com> Date: Wed, 11 Mar 2026 01:15:59 -0400 Subject: [PATCH 3/4] Remove mirror URL from LegacyConsoleLauncher entry Removed the mirror URL for the LegacyConsoleLauncher project. --- projects.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects.json b/projects.json index c43e129..b50d973 100644 --- a/projects.json +++ b/projects.json @@ -51,8 +51,7 @@ "name": "OxyZin / LegacyConsoleLauncher", "url": "https://github.com/OxyZin/LegacyConsoleLauncher", "priority": 8, - "tag": "launcher", - "mirror": "https://github.com/OxyZin/LegacyConsoleLauncher/releases/download/v1.4.0/LegacyConsoleLauncher-Setup-v1.4.0.exe" + "tag": "launcher" } ] } From a41d34faa438b5d47ba2da857833cd54625033d9 Mon Sep 17 00:00:00 2001 From: KayJann Date: Thu, 12 Mar 2026 22:28:53 +0100 Subject: [PATCH 4/4] feat: add Emerald Legacy Launcher to community projects --- projects.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/projects.json b/projects.json index b50d973..ebffa43 100644 --- a/projects.json +++ b/projects.json @@ -52,6 +52,12 @@ "url": "https://github.com/OxyZin/LegacyConsoleLauncher", "priority": 8, "tag": "launcher" + }, + { + "name": "Emerald-Legacy-Launcher / Emerald-Legacy-Launcher", + "url": "https://github.com/Emerald-Legacy-Launcher/Emerald-Legacy-Launcher", + "priority": 9, + "tag": "launcher" } ] }