From 1b02b443d7f7f33a3b0596dc40ff77407018e9e1 Mon Sep 17 00:00:00 2001 From: neoapps-dev Date: Fri, 1 May 2026 20:45:57 +0300 Subject: [PATCH] feat: switch neoLegacy to stable release --- src/hooks/useGameManager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/useGameManager.ts b/src/hooks/useGameManager.ts index c8bc021..8ea26a6 100644 --- a/src/hooks/useGameManager.ts +++ b/src/hooks/useGameManager.ts @@ -21,7 +21,7 @@ const BASE_EDITIONS = [ id: "legacy_evolved", //neo: yes. we're not changing the ID. that will break user data. name: "neoLegacy", desc: "Backporting newer title updates and Minigames back to LCE", - url: "https://github.com/pieeebot/neoLegacy/releases/download/Nightly/neoLegacyWindows64.zip", + url: "https://github.com/pieeebot/neoLegacy/releases/download/Stable/neoLegacyWindows64.zip", titleImage: "/images/minecraft_title_neoLegacy.png", supportsSlimSkins: true, logo: "/images/neoLegacy.png"