diff --git a/public/images/minecraft_title_legacynetherfork.png b/public/images/minecraft_title_legacynetherfork.png new file mode 100644 index 0000000..a6bdae2 Binary files /dev/null and b/public/images/minecraft_title_legacynetherfork.png differ diff --git a/public/images/netherrack_0.png b/public/images/netherrack_0.png new file mode 100644 index 0000000..ee994ea Binary files /dev/null and b/public/images/netherrack_0.png differ diff --git a/src/hooks/useGameManager.ts b/src/hooks/useGameManager.ts index dd43f90..a24d818 100644 --- a/src/hooks/useGameManager.ts +++ b/src/hooks/useGameManager.ts @@ -27,6 +27,15 @@ const BASE_EDITIONS = [ titleImage: "/images/minecraft_title_360revived.png", supportsSlimSkins: false, logo: "/images/360_revived.png" + }, + { + id: "legacy_nether_fork", + name: "Legacy Nether Fork", + 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", + supportsSlimSkins: false, + logo: "/images/netherrack_0.png" } ];