mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-09-23 08:32:51 +00:00
feat: add legacy nether fork edition ! (new collab)
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 66 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 58 KiB |
@@ -27,6 +27,15 @@ const BASE_EDITIONS = [
|
|||||||
titleImage: "/images/minecraft_title_360revived.png",
|
titleImage: "/images/minecraft_title_360revived.png",
|
||||||
supportsSlimSkins: false,
|
supportsSlimSkins: false,
|
||||||
logo: "/images/360_revived.png"
|
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"
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user