From 689ccf4c871c285d9ad0419eea4748bcec7e1054 Mon Sep 17 00:00:00 2001 From: Robbie Gordon <99526923+ASAOddball1@users.noreply.github.com> Date: Sun, 8 Mar 2026 14:40:07 -0700 Subject: [PATCH] Add MLCE Texture Pack Converter to project list --- projects.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/projects.json b/projects.json index 6a693fc..28f7be9 100644 --- a/projects.json +++ b/projects.json @@ -27,9 +27,14 @@ "priority": 4 }, { - "name": "SillyProotSoda / Faucet", + "name": "SillyProotSoda / Faucet - LCE's Best Modloader!", "url": "https://github.com/ytsodacan/Faucet", "priority": 6 } + { + "name": "ASAOddball / Java to MLCE Texture Pack Converter", + "url": "https://github.com/ASAOddball1/Java-to-MLCE-Texture-Pack-Converter/tree/main", + "priority": 7 + } ] }