diff --git a/public/images/minecraft_title_hellishends.png b/public/images/minecraft_title_hellishends.png new file mode 100644 index 0000000..e104992 Binary files /dev/null and b/public/images/minecraft_title_hellishends.png differ diff --git a/public/images/minecraft_title_legacynetherfork.png b/public/images/minecraft_title_legacynetherfork.png deleted file mode 100644 index a6bdae2..0000000 Binary files a/public/images/minecraft_title_legacynetherfork.png and /dev/null differ diff --git a/src/hooks/useGameManager.ts b/src/hooks/useGameManager.ts index 8bc3295..519ecfd 100644 --- a/src/hooks/useGameManager.ts +++ b/src/hooks/useGameManager.ts @@ -29,11 +29,11 @@ const BASE_EDITIONS = [ logo: "/images/360_revived.png" }, { - id: "legacy_nether_fork", - name: "Legacy Nether Fork", + 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", - titleImage: "/images/minecraft_title_legacynetherfork.png", + titleImage: "/images/minecraft_title_hellishends.png", supportsSlimSkins: false, logo: "/images/netherrack_0.png" }