diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 309885f..14e73b2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -# Contributing to Emerald Legacy Launcher +# Contributing to LCE Emerald Launcher Thank you for considering contributing to Emerald! We appreciate all types of contributions, including bug fixes, new features, and documentation improvements. diff --git a/LICENSE b/LICENSE index 87ad063..db4b8d9 100644 --- a/LICENSE +++ b/LICENSE @@ -631,8 +631,8 @@ to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. - Emerald Legacy Launcher - The unified hub for LCE preservation. - Copyright (C) 2026 The Emerald Team and contributors + LCE Hub - The unified hub for LCE preservation. + Copyright (C) 2026 LCE Hub and contributors This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/README.md b/README.md index bd75eee..21da35a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
FOSS cross-platform launcher for Minecraft Legacy Console Edition
@@ -22,7 +22,7 @@ --- > [!IMPORTANT] -> **Emerald Legacy Launcher is currently in Beta.** +> **macOS support for LCE Emerald Launcher is currently in Beta.** > Expect minor bugs, frequent updates, and features that are still being polished as we work toward a stable release. --- diff --git a/src/components/views/WorkshopView.tsx b/src/components/views/WorkshopView.tsx index 2646f29..8aa0cf5 100644 --- a/src/components/views/WorkshopView.tsx +++ b/src/components/views/WorkshopView.tsx @@ -3,8 +3,8 @@ import { motion, AnimatePresence } from 'framer-motion'; import { useUI, useAudio, useConfig, GameContext } from '../../context/LauncherContext'; import { TauriService } from '../../services/TauriService'; -const REGISTRY_URL = 'https://raw.githubusercontent.com/Emerald-Legacy-Launcher/Workshop/refs/heads/main/registry.json'; -const RAW_BASE = 'https://raw.githubusercontent.com/Emerald-Legacy-Launcher/Workshop/refs/heads/main'; +const REGISTRY_URL = 'https://raw.githubusercontent.com/LCE-Hub/LCE-Workshop/refs/heads/main/registry.json'; +const RAW_BASE = 'https://raw.githubusercontent.com/LCE-Hub/LCE-Workshop/refs/heads/main'; const CATEGORY_TABS = ['Skin', 'Texture', 'World', 'Mod', 'DLC'] as const; const ALL_TABS = [...CATEGORY_TABS, 'Search'] as const; @@ -171,11 +171,6 @@ const WorkshopView = memo(function WorkshopView() { transition={{ duration: config.animationsEnabled ? 0.3 : 0 }} className="flex flex-col items-center w-full max-w-5xl relative font-['Mojangles'] text-white select-none outline-none focus:outline-none" > - {/*
*/} -