From 627e09b39a739ede23cc56e3bb3e901fbdf70cd2 Mon Sep 17 00:00:00 2001 From: Santiago Fisela <71735491+PinkLittleKitty@users.noreply.github.com> Date: Wed, 8 Apr 2026 01:41:01 -0300 Subject: [PATCH] Rename project and update README links Updated project name and links from 'Emerald Legacy Launcher' to 'LCE Emerald Launcher'. --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index bd75eee..326bf0d 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's version of **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.
---
@@ -47,7 +47,7 @@
## Overview
-Emerald Legacy Launcher is a **high-performance, open-source launcher** for Minecraft Legacy Console Edition (LCE). Built to centralize the fragmented LCE scene, it provides a lightweight, unified hub for playing your favorite console versions of Minecraft on PC.
+LCE Emerald Launcher is a **high-performance, open-source launcher** for Minecraft Legacy Console Edition (LCE). Built to centralize the fragmented LCE scene, it provides a lightweight, unified hub for playing your favorite console versions of Minecraft on PC.
**Why Emerald?** Traditional launchers often rely on bloated frameworks, consuming excessive resources. Emerald utilizes a modern **Rust/Tauri** architecture, using only **~15MB of RAM** — leaving your PC's resources dedicated to the game itself.
@@ -80,7 +80,7 @@ The project started as a solo effort and has grown into a collaborative communit
## Game Versions & Partnerships
-Emerald Legacy Launcher integrates multiple community-driven builds of Minecraft Legacy Console Edition. Each build brings unique features and improvements to the classic LCE experience.
+LCE Emerald Launcher integrates multiple community-driven builds of Minecraft Legacy Console Edition. Each build brings unique features and improvements to the classic LCE experience.
### Available Builds
@@ -103,7 +103,7 @@ Stay tuned for updates on this exciting partnership! :)
## Screenshots
-
+
---
@@ -111,7 +111,7 @@ Stay tuned for updates on this exciting partnership! :)
### Windows
-Download the latest release from [GitHub Releases](https://github.com/Emerald-Legacy-Launcher/Emerald-Legacy-Launcher/releases):
+Download the latest release from [GitHub Releases](https://github.com/LCE-Hub/LCE-Emerald-Launcher/releases):
| Format | Best For |
|--------|----------|
@@ -135,7 +135,7 @@ Download the latest release from [GitHub Releases](https://github.com/Emerald-Le
2. Open the DMG and drag the app to Applications
3. If you see "app is damaged" error:
- Right-click the app → **Open** → confirm **Open**
- - Or run: `xattr -cr "/Applications/Emerald Legacy Launcher.app"`
+ - Or run: `xattr -cr "/Applications/LCE Emerald Launcher.app"`
### Linux
@@ -180,8 +180,8 @@ sudo dnf install webkit2gtk4.1-devel libappindicator-gtk3-devel librsvg2-devel p
```bash
# Clone the repository
-git clone https://github.com/Emerald-Legacy-Launcher/Emerald-Legacy-Launcher.git
-cd Emerald-Legacy-Launcher
+git clone https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
+cd LCE-Emerald-Launcher
# Install dependencies
pnpm install
@@ -236,7 +236,7 @@ sudo apt install --reinstall libwebkit2gtk-4.1-0
## Roadmap
-Track our progress and upcoming features on the [Development Roadmap](https://github.com/orgs/Emerald-Legacy-Launcher/projects/2).
+Track our progress and upcoming features on the [Development Roadmap](https://github.com/orgs/LCE-Hub/projects/2).
---