From e7442ab8adf2d3784fb69ae6e781b995d0ce61ff Mon Sep 17 00:00:00 2001 From: neoapps-dev Date: Fri, 24 Apr 2026 12:09:44 +0300 Subject: [PATCH] fix: download url --- 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 519ecfd..d73f459 100644 --- a/src/hooks/useGameManager.ts +++ b/src/hooks/useGameManager.ts @@ -32,7 +32,7 @@ const BASE_EDITIONS = [ id: "legacy_nether_fork", //kay: not changing this one also name: "Hellish Ends", desc: "QoL, Random additions, and Nether/End dimensions overhaul (Modded build !)", - url: "https://github.com/deadvoxelx/LegacyNetherFork/releases/download/nightly/LCEWindows64.zip", + url: "https://github.com/deadvoxelx/HellishEnds/releases/download/nightly/LCEWindows64.zip", titleImage: "/images/minecraft_title_hellishends.png", supportsSlimSkins: false, logo: "/images/netherrack_0.png"