feat: add legacy nether fork edition ! (new collab)

This commit is contained in:
KayJann 2026-04-22 21:27:41 +02:00
parent 3cb787fc72
commit 4f307dee39
3 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View file

@ -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"
}
];