From 065b467f5752df3b2a505b846c63c682ac27a9fb Mon Sep 17 00:00:00 2001 From: lolali054 <62222309+lolali054@users.noreply.github.com> Date: Sun, 8 Mar 2026 17:04:37 -0400 Subject: [PATCH] Update priority values for multiple repositories --- projects.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/projects.json b/projects.json index 960a9f8..ee0690c 100644 --- a/projects.json +++ b/projects.json @@ -3,17 +3,23 @@ { "name": "smartcmd / MinecraftConsoles", "url": "https://github.com/smartcmd/MinecraftConsoles", - "priority": 1 + "priority": 2 }, + { + "name": "LCEMP / Minecraft LCEMP", + "url": "https://github.com/LCEMP/LCEMP", + "priority": 3 + }, + { "name": "Archive Source Code Dump", "url": "https://archive.org/download/minecraft-legacy-console-edition-source-code", - "priority": 2 + "priority": 1 }, { "name": "gradenGnostic / Legacy Launcher", "url": "https://github.com/gradenGnostic/LegacyLauncher", - "priority": 3 + "priority": 5 }, { "name": "4jcraft / 4jcraft", @@ -23,7 +29,7 @@ { "name": "SillyProotSoda / Faucet - LCE's Best Modloader!", "url": "https://github.com/ytsodacan/Faucet", - "priority": 5 + "priority": 6 } ] }