From d48f9610eab49a4b53fc197b27b9012cf76018cf Mon Sep 17 00:00:00 2001 From: "Andrew P. Harper" <115321970+KoopaCode@users.noreply.github.com> Date: Sun, 8 Mar 2026 19:28:17 -0400 Subject: [PATCH] made a fucky wucky Removed an extra comma and fixed JSON structure. --- projects.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/projects.json b/projects.json index 2cad626..0448bfb 100644 --- a/projects.json +++ b/projects.json @@ -5,9 +5,7 @@ "url": "https://archive.org/download/minecraft-legacy-console-edition-source-code", "priority": 1, "tag": "source" - },{ - "tags": ["source", "game", "mod", "launcher", "converter", "tool"] -} + }, { "name": "smartcmd / MinecraftConsoles", "url": "https://github.com/smartcmd/MinecraftConsoles",