From 49220c99e9089c678c0f78d852c4aaaad7cfe0f1 Mon Sep 17 00:00:00 2001 From: neoapps-dev Date: Thu, 28 May 2026 03:04:43 +0300 Subject: [PATCH] feat(GameManager): update HellishEnds link --- src/hooks/useGameManager.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hooks/useGameManager.ts b/src/hooks/useGameManager.ts index 756b674..096af40 100644 --- a/src/hooks/useGameManager.ts +++ b/src/hooks/useGameManager.ts @@ -50,8 +50,8 @@ const BASE_EDITIONS = [ { id: "legacy_nether_fork", name: "Hellish Ends", - desc: "QoL, Random additions, and Nether/End dimensions overhaul (Modded build !)", - url: "https://github.com/deadvoxelx/HellishEnds/releases/download/nightly/LCEWindows64.zip", + desc: "QoL, Random additions, and Nether/End dimensions overhaul (Modded build!)", + url: "https://github.com/deadvoxelx/ThatModdedRepo/releases/download/nightly/LCEWindows64.zip", titleImage: "/images/minecraft_title_hellishends.png", supportsSlimSkins: false, logo: "/images/netherrack_0.png",