From 82d29c7e3dc0d42ed9e644db4de24048369dd4f4 Mon Sep 17 00:00:00 2001 From: neoapps-dev Date: Thu, 2 Apr 2026 16:21:31 +0300 Subject: [PATCH] add LCRE --- src/hooks/useGameManager.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/hooks/useGameManager.ts b/src/hooks/useGameManager.ts index 26461b0..163ce56 100644 --- a/src/hooks/useGameManager.ts +++ b/src/hooks/useGameManager.ts @@ -12,6 +12,13 @@ const BASE_EDITIONS = [ url: "https://codeberg.org/piebot/LegacyEvolved/releases/download/nightly/LCEWindows64.zip", titleImage: "/images/minecraft_title_LegacyEvolved.png", }, + { + id: "revelations", + name: "Legacy Revelations", + desc: "Hardcore, QoL, and a lot of patches for LCE.", + url: "https://github.com/itsRevela/MinecraftConsoles/releases/download/Nightly/LCREWindows64.zip", + titleImage: "/images/minecraft_title_tu19" + }, { id: "vanilla_tu19", name: "Title Update 19", @@ -21,7 +28,7 @@ const BASE_EDITIONS = [ }, { id: "360revived", - name: "360 Revived", + name: "360Revived", desc: "PC port of Xbox 360 Edition TU19", url: "https://github.com/BluTac10/360Revived/releases/download/nightly/LCEWindows64.zip", titleImage: "/images/minecraft_title_360revived.png",